|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SOAPTestCase in org.apache.axiom.ts.soap.body |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.body | |
---|---|
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 |
TestHasFault
|
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 |
TestHasFaultWithParser
|
class |
TestHasFaultWithParserNoFault
Tests SOAPBody.hasFault() in the case where the body doesn't contain a SOAP fault. |
Uses of SOAPTestCase in org.apache.axiom.ts.soap.builder |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.builder | |
---|---|
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() . |
Uses of SOAPTestCase in org.apache.axiom.ts.soap.envelope |
---|
Uses of SOAPTestCase in org.apache.axiom.ts.soap.factory |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.factory | |
---|---|
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
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap.fault |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.fault | |
---|---|
class |
TestGetCode
|
class |
TestGetCodeWithParser
|
class |
TestGetDetail
|
class |
TestGetDetailWithParser
|
class |
TestGetException
|
class |
TestGetReason
|
class |
TestGetReasonWithParser
|
class |
TestGetRole
|
class |
TestGetRoleWithParser
|
class |
TestSetCode
|
class |
TestSetDetail
|
class |
TestSetException
|
class |
TestSetReason
|
class |
TestSetRole
|
class |
TestWrongParent1
Tests that OMContainer.addChild(OMNode) throws an exception if an attempt is made to add
a SOAPFault to a plain OMElement . |
class |
TestWrongParent2
Tests that OMNode.insertSiblingAfter(OMNode) throws an exception if an attempt is made to
add a SOAPFault 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 SOAPFault as a child of a plain OMElement . |
Uses of SOAPTestCase in org.apache.axiom.ts.soap.faultcode |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.faultcode | |
---|---|
class |
TestGetValueAsQName
|
class |
TestGetValueAsQNameWithParser
Tests the behavior of SOAPFaultClassifier.getValueAsQName() on a SOAPFaultCode . |
Uses of SOAPTestCase in org.apache.axiom.ts.soap.faultdetail |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.faultdetail | |
---|---|
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
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap.faulttext |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.faulttext | |
---|---|
class |
TestSetLang
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap.header |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.header | |
---|---|
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 |
TestExamineAllHeaderBlocksWithParser
|
class |
TestExamineHeaderBlocks
|
class |
TestExtractAllHeaderBlocks
|
class |
TestGetHeaderBlocksWithNSURI
|
class |
TestGetHeadersToProcessWithNamespace
Tests the behavior of SOAPHeader.getHeadersToProcess(RolePlayer, String) |
Uses of SOAPTestCase in org.apache.axiom.ts.soap.headerblock |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.headerblock | |
---|---|
class |
TestByteArrayDS
Tests functionality of ByteArrayDataSource |
class |
TestGetMustUnderstand
|
class |
TestGetVersion
|
class |
TestSetMustUnderstandBoolean
|
class |
TestSetMustUnderstandString01
|
class |
TestSetMustUnderstandWithInvalidValue
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap.message |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.message | |
---|---|
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. |
Uses of SOAPTestCase in org.apache.axiom.ts.soap.xpath |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.xpath | |
---|---|
class |
TestXPathAppliedToSOAPEnvelope
Regression test for AXIOM-141. |
Uses of SOAPTestCase in org.apache.axiom.ts.soap11.fault |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap11.fault | |
---|---|
class |
TestGetNode
|
class |
TestSetNode
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap11.faultcode |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap11.faultcode | |
---|---|
class |
TestGetValue
Tests that SOAPFaultClassifier.getValue() returns null when invoked on a
SOAP 1.1 SOAPFaultCode . |
class |
TestGetValueWithParser
|
class |
TestSetValueFromQName
Tests the behavior of SOAPFaultClassifier.setValue(QName) when invoked on a SOAP 1.1
SOAPFaultCode . |
Uses of SOAPTestCase in org.apache.axiom.ts.soap11.faultreason |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap11.faultreason | |
---|---|
class |
TestAddSOAPText
|
class |
TestGetFirstSOAPText
|
class |
TestGetTextWithCDATA
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap11.header |
---|
Uses of SOAPTestCase in org.apache.axiom.ts.soap12.factory |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap12.factory | |
---|---|
class |
TestCreateSOAPFaultSubCode
Tests SOAPFactory.createSOAPFaultSubCode(SOAPFaultCode) . |
Uses of SOAPTestCase in org.apache.axiom.ts.soap12.fault |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap12.fault | |
---|---|
class |
TestGetNodeWithParser
|
class |
TestMoreChildrenAddition
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap12.faultcode |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap12.faultcode | |
---|---|
class |
TestGetSubCodeWithParser
|
class |
TestSetValueFromQNameWithExistingValue
Tests the behavior of SOAPFaultClassifier.setValue(QName) when invoked on a SOAP 1.2
SOAPFaultCode that already has a SOAPFaultValue child. |
Uses of SOAPTestCase in org.apache.axiom.ts.soap12.faultreason |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap12.faultreason | |
---|---|
class |
TestAddSOAPTextWithSOAPVersionMismatch
|
class |
TestGetFirstSOAPTextWithParser
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap12.faultsubcode |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap12.faultsubcode | |
---|---|
class |
TestGetSubCodeNestedWithParser
|
class |
TestGetValueNestedWithParser
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap12.faulttext |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap12.faulttext | |
---|---|
class |
TestGetLangWithParser
|
Uses of SOAPTestCase in org.apache.axiom.ts.soap12.header |
---|
Subclasses of SOAPTestCase in org.apache.axiom.ts.soap12.header | |
---|---|
class |
TestExamineMustUnderstandHeaderBlocks
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |