Modifier and Type | Class and Description |
---|---|
class |
FirstElementNameWithParserTestCase |
class |
TestAddFault1 |
class |
TestAddFault2 |
class |
TestGetFault |
class |
TestGetFaultFakeFault
Tests the behavior of
SOAPBody.getFault() if the SOAPBody contains a plain
OMElement with a name corresponding to a SOAP fault. |
class |
TestGetFaultNoFault |
class |
TestGetFaultWithParser |
class |
TestGetFaultWithParserNoFault
Tests
SOAPBody.getFault() in the case where the body doesn't contain a SOAP fault. |
class |
TestGetFirstElementLocalNameEmptyBody
Tests that
SOAPBody.getFirstElementLocalName() returns null if the body is
empty. |
class |
TestGetFirstElementLocalNameWithParser
Tests
SOAPBody.getFirstElementLocalName() , in particular the optimization described by AXIOM-282. |
class |
TestGetFirstElementNSEmptyBody
Tests that
SOAPBody.getFirstElementNS() returns null if the body is empty. |
class |
TestGetFirstElementNSWithParser
Tests
SOAPBody.getFirstElementNS() , in particular the optimization described by AXIOM-282. |
class |
TestHasFaultAfterReplace
Tests that
SOAPBody.hasFault() returns the correct value after a SOAPFault child
has been replaced by an OMElement that is not a SOAPFault . |
class |
TestHasFaultFakeFault
Tests the behavior of
SOAPBody.hasFault() if the SOAPBody contains a plain
OMElement with a name corresponding to a SOAP fault. |
class |
TestHasFaultNoFault |
class |
TestHasFaultWithOMSEUnknownName
Tests that a call to
SOAPBody.hasFault() doesn't cause expansion of an
OMSourcedElement with an unknown name that is the first child of the SOAP body. |
class |
TestHasFaultWithParserNoFault
Tests
SOAPBody.hasFault() in the case where the body doesn't contain a SOAP fault. |
Modifier and Type | Class and Description |
---|---|
class |
TestCommentInEpilog
Tests that the SOAP builder creates
OMComment nodes for comments appearing after the
document element. |
class |
TestCommentInProlog
Tests that the SOAP builder creates
OMComment nodes for comments in the XML prolog. |
class |
TestDTD
Tests that the SOAP model builder rejects attempts to create a DTD.
|
class |
TestRegisterCustomBuilderForPayloadAfterSOAPFaultCheck
Tests that a custom builder registered with
StAXBuilder.registerCustomBuilderForPayload(CustomBuilder) is still taken into
account after using SOAPBody.hasFault() . |
Modifier and Type | Class and Description |
---|---|
class |
TestCreateSOAPEnvelope |
class |
TestCreateSOAPEnvelopeWithCustomPrefix
Tests the behavior of
SOAPFactory.createSOAPEnvelope(OMNamespace) . |
class |
TestCreateSOAPFault |
class |
TestCreateSOAPFaultDetail |
class |
TestFactoryIsSingleton
Tests that the SOAP factories returned by
OMMetaFactory are singletons. |
class |
TestGetDefaultEnvelope
Checks the content of the SOAP envelope returned by
SOAPFactory.getDefaultEnvelope() . |
class |
TestGetDefaultFaultEnvelope
Tests the behavior of
SOAPFactory.getDefaultFaultEnvelope() . |
class |
TestGetMetaFactory
Tests that
OMFactory.getMetaFactory() returns the reference of the OMMetaFactory
from which the reference to the OMFactory was obtained. |
class |
TestGetNamespace |
Modifier and Type | Class and Description |
---|---|
class |
TestGetCode |
class |
TestGetCodeWithParser |
class |
TestGetDetail |
class |
TestGetDetailWithParser |
class |
TestGetException |
class |
TestGetReason |
class |
TestGetReasonWithParser |
class |
TestGetRoleWithParser |
class |
TestSetCode |
class |
TestSetDetail |
class |
TestSetException |
class |
TestSetReason |
Modifier and Type | Class and Description |
---|---|
class |
TestGetValueAsQName |
Modifier and Type | Class and Description |
---|---|
class |
TestAddDetailEntry |
class |
TestDetailEntriesUsingDefaultNamespaceWithParser
Tests parsing of a SOAP fault that has detail entries that use a default namespace.
|
class |
TestGetAllDetailEntries |
class |
TestGetAllDetailEntriesWithParser |
class |
TestSerialization |
class |
TestWSCommons202 |
Modifier and Type | Class and Description |
---|---|
class |
TestSetLang |
Modifier and Type | Class and Description |
---|---|
class |
SOAPRoleTest |
class |
TestAddHeaderBlock |
class |
TestAddHeaderBlockWithoutNamespace1
Tests the behavior of
SOAPHeader.addHeaderBlock(String, OMNamespace) when passing a
null value for the OMNamespace parameter. |
class |
TestAddHeaderBlockWithoutNamespace2
Tests the behavior of
SOAPHeader.addHeaderBlock(String, OMNamespace) when passing an
OMNamespace object with an empty namespace URI. |
class |
TestDiscardIncomplete |
class |
TestDiscardPartiallyBuilt
Tests the behavior of
OMNode.discard() on a SOAPHeader that is partially built,
more precisely in a situation where the builder is building a descendant that is not an immediate
child of the header. |
class |
TestExamineAllHeaderBlocks |
class |
TestExamineHeaderBlocks |
class |
TestExtractAllHeaderBlocks |
class |
TestGetHeaderBlocksWithNSURI |
class |
TestGetHeadersToProcessWithNamespace
Tests the behavior of
SOAPHeader.getHeadersToProcess(RolePlayer, String) |
Modifier and Type | Class and Description |
---|---|
class |
TestByteArrayDS
Tests functionality of ByteArrayDataSource
|
class |
TestGetMustUnderstand |
class |
TestGetRole |
class |
TestGetVersion |
class |
TestSetMustUnderstandBoolean |
class |
TestSetMustUnderstandString01 |
class |
TestSetMustUnderstandWithInvalidValue |
class |
TestSetRole |
class |
TestWrongParent1
Tests that
OMContainer.addChild(OMNode) throws an exception if an attempt is made to add
a SOAPHeaderBlock to a plain OMElement . |
class |
TestWrongParent2
Tests that
OMNode.insertSiblingAfter(OMNode) throws an exception if an attempt is made to
add a SOAPHeaderBlock as a child of a plain OMElement . |
class |
TestWrongParent3
Tests that
OMNode.insertSiblingBefore(OMNode) throws an exception if an attempt is made to
add a SOAPHeaderBlock as a child of a plain OMElement . |
Modifier and Type | Class and Description |
---|---|
class |
TestClone
Tests that the clone of a
SOAPMessage created by OMInformationItem.clone(OMCloneOptions)
is a SOAPMessage if and only if OMCloneOptions.isPreserveModel() is true . |
class |
TestCloneIncomplete
Tests that
OMInformationItem.clone(OMCloneOptions) correctly clones a SOAPMessage
that is incomplete. |
class |
TestGetCharsetEncodingWithParser
Tests
OMDocument.getCharsetEncoding() on a SOAPMessage created by a builder. |
class |
TestGetOMFactoryWithParser
Tests that
OMInformationItem.getOMFactory() returns the expected SOAPFactory
when invoked on a SOAPMessage created by a builder. |
Modifier and Type | Class and Description |
---|---|
class |
TestXPathAppliedToSOAPEnvelope
Regression test for AXIOM-141.
|
Modifier and Type | Class and Description |
---|---|
class |
TestGetValue
|
Modifier and Type | Class and Description |
---|---|
class |
TestGetTextWithCDATA |
Modifier and Type | Class and Description |
---|---|
class |
TestCreateSOAPFaultSubCode
|
Modifier and Type | Class and Description |
---|---|
class |
TestGetNode |
class |
TestGetNodeWithParser |
class |
TestMoreChildrenAddition |
class |
TestSetNode |
Modifier and Type | Class and Description |
---|---|
class |
TestSetValueFromQName
Tests the behavior of
SOAPFaultClassifier.setValue(QName) when invoked on an empty SOAP
1.2 SOAPFaultCode . |
class |
TestSetValueFromQNameWithExistingValue
Tests the behavior of
SOAPFaultClassifier.setValue(QName) when invoked on a SOAP 1.2
SOAPFaultCode that already has a SOAPFaultValue child. |
Modifier and Type | Class and Description |
---|---|
class |
TestAddSOAPText |
class |
TestAddSOAPTextWithSOAPVersionMismatch |
class |
TestGetFirstSOAPText |
class |
TestGetFirstSOAPTextWithParser |
Modifier and Type | Class and Description |
---|---|
class |
TestGetSubCodeNestedWithParser |
class |
TestGetSubCodeWithParser |
class |
TestGetValueAsQNameWithParser
Tests the behavior of
SOAPFaultClassifier.getValueAsQName() on a SOAPFaultSubCode . |
class |
TestGetValueNestedWithParser |
class |
TestGetValueWithParser |
Modifier and Type | Class and Description |
---|---|
class |
TestGetLangWithParser |
Modifier and Type | Class and Description |
---|---|
class |
TestExamineAllHeaderBlocksWithParser |
class |
TestExamineHeaderBlocksWithParser |
class |
TestExamineMustUnderstandHeaderBlocks |
class |
TestExamineMustUnderstandHeaderBlocksWithParser |
class |
TestGetHeaderBlocksWithNSURIWithParser |
class |
TestGetHeadersToProcessWithParser |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.