Uses of Class
org.apache.axiom.ts.soap.SOAPTestCase

Packages that use SOAPTestCase
org.apache.axiom.ts.soap.body   
org.apache.axiom.ts.soap.envelope   
org.apache.axiom.ts.soap.factory   
org.apache.axiom.ts.soap.fault   
org.apache.axiom.ts.soap.faultdetail   
org.apache.axiom.ts.soap.faulttext   
org.apache.axiom.ts.soap.header   
org.apache.axiom.ts.soap.headerblock   
org.apache.axiom.ts.soap11.fault   
org.apache.axiom.ts.soap11.faultreason   
org.apache.axiom.ts.soap11.header   
org.apache.axiom.ts.soap12.fault   
org.apache.axiom.ts.soap12.faultcode   
org.apache.axiom.ts.soap12.faultreason   
org.apache.axiom.ts.soap12.faulttext   
org.apache.axiom.ts.soap12.header   
 

Uses of SOAPTestCase in org.apache.axiom.ts.soap.body
 

Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.body
 class TestAddFault1
           
 class TestAddFault2
           
 class TestGetFault
           
 class TestGetFaultWithParser
           
 

Uses of SOAPTestCase in org.apache.axiom.ts.soap.envelope
 

Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.envelope
 class TestAddHeaderToIncompleteEnvelope
          Test the behavior when adding a header to an envelope that has not yet been built completely.
 class TestBodyHeaderOrder
           
 class TestDiscardHeader
           
 class TestGetBody
           
 class TestGetBodyOnEmptyEnvelope
           
 class TestGetBodyOnEnvelopeWithHeaderOnly
           
 class TestGetBodyWithParser
           
 class TestGetHeader
           
 class TestGetHeaderWithParser
           
 class TestGetSOAPBodyFirstElementLocalNameAndNS
           
 class TestHasFault
           
 class TestHasFaultWithParser
           
 

Uses of SOAPTestCase in org.apache.axiom.ts.soap.factory
 

Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.factory
 class TestCreateSOAPEnvelope
           
 class TestGetDefaultFaultEnvelope
          Tests the behavior of SOAPFactory.getDefaultFaultEnvelope().
 

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 TestGetRoleWithParser
           
 class TestSetCode
           
 class TestSetDetail
           
 class TestSetException
           
 class TestSetReason
           
 

Uses of SOAPTestCase in org.apache.axiom.ts.soap.faultdetail
 

Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.faultdetail
 class TestAddDetailEntry
           
 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 TestExamineAllHeaderBlocks
           
 class TestExamineHeaderBlocks
           
 class TestExtractAllHeaderBlocks
           
 class TestGetHeaderBlocksWithNSURI
           
 

Uses of SOAPTestCase in org.apache.axiom.ts.soap.headerblock
 

Subclasses of SOAPTestCase in org.apache.axiom.ts.soap.headerblock
 class TestGetMustUnderstand
           
 class TestGetRole
           
 class TestSetMustUnderstandBoolean
           
 class TestSetMustUnderstandString01
           
 class TestSetMustUnderstandWithInvalidValue
           
 class TestSetRole
           
 

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.faultreason
 

Subclasses of SOAPTestCase in org.apache.axiom.ts.soap11.faultreason
 class TestAddSOAPText
           
 class TestGetFirstSOAPText
           
 

Uses of SOAPTestCase in org.apache.axiom.ts.soap11.header
 

Subclasses of SOAPTestCase in org.apache.axiom.ts.soap11.header
 class TestExamineAllHeaderBlocksWithParser
           
 class TestExamineHeaderBlocksWithParser
           
 class TestExamineMustUnderstandHeaderBlocksWithParser
           
 class TestGetHeaderBlocksWithNSURIWithParser
           
 class TestSOAP11Roles
           
 

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 TestGetTextAsQNameWithParser
          Tests that the SOAPFaultCode implementation for SOAP 1.2 overrides the OMElement.getTextAsQName() method such that it gets the QName from the Value element.
 class TestGetValueWithParser
           
 

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.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
           
 class TestSOAP12Roles
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.