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

Packages that use SOAPSpec
org.apache.axiom.ts.soap   
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   
 

Uses of SOAPSpec in org.apache.axiom.ts.soap
 

Fields in org.apache.axiom.ts.soap declared as SOAPSpec
static SOAPSpec SOAPSpec.SOAP11
           
static SOAPSpec SOAPSpec.SOAP12
           
protected  SOAPSpec SOAPTestCase.spec
           
 

Constructors in org.apache.axiom.ts.soap with parameters of type SOAPSpec
SOAPTestCase(OMMetaFactory metaFactory, SOAPSpec spec)
           
 

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

Constructors in org.apache.axiom.ts.soap.body with parameters of type SOAPSpec
TestAddFault1(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestAddFault2(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetFault(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetFaultWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestHasFault(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestHasFaultWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
 

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

Constructors in org.apache.axiom.ts.soap.envelope with parameters of type SOAPSpec
TestAddHeaderToIncompleteEnvelope(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestBodyHeaderOrder(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestDiscardHeader(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetBody(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetBodyOnEmptyEnvelope(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetBodyOnEnvelopeWithHeaderOnly(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetBodyWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetHeader(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetHeaderWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetSOAPBodyFirstElementLocalNameAndNS(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestHasFault(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestHasFaultWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
 

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

Constructors in org.apache.axiom.ts.soap.factory with parameters of type SOAPSpec
TestCreateSOAPEnvelope(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetDefaultFaultEnvelope(OMMetaFactory metaFactory, SOAPSpec spec)
           
 

Uses of SOAPSpec in org.apache.axiom.ts.soap.fault
 

Constructors in org.apache.axiom.ts.soap.fault with parameters of type SOAPSpec
TestGetCode(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetCodeWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetDetail(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetDetailWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetException(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetReason(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetReasonWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetRole(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetRoleWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestSetCode(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestSetDetail(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestSetException(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestSetReason(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestSetRole(OMMetaFactory metaFactory, SOAPSpec spec)
           
 

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

Constructors in org.apache.axiom.ts.soap.faultdetail with parameters of type SOAPSpec
TestAddDetailEntry(OMMetaFactory omMetaFactory, SOAPSpec spec)
           
TestGetAllDetailEntries(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetAllDetailEntriesWithParser(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestSerialization(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestWSCommons202(OMMetaFactory metaFactory, SOAPSpec spec)
           
 

Uses of SOAPSpec in org.apache.axiom.ts.soap.faulttext
 

Constructors in org.apache.axiom.ts.soap.faulttext with parameters of type SOAPSpec
TestSetLang(OMMetaFactory metaFactory, SOAPSpec spec)
           
 

Uses of SOAPSpec in org.apache.axiom.ts.soap.header
 

Constructors in org.apache.axiom.ts.soap.header with parameters of type SOAPSpec
SOAPRoleTest(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestAddHeaderBlock(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestExamineAllHeaderBlocks(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestExamineHeaderBlocks(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestExtractAllHeaderBlocks(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetHeaderBlocksWithNSURI(OMMetaFactory metaFactory, SOAPSpec spec)
           
 

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

Constructors in org.apache.axiom.ts.soap.headerblock with parameters of type SOAPSpec
TestGetMustUnderstand(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestGetRole(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestSetMustUnderstandBoolean(OMMetaFactory metaFactory, SOAPSpec spec, boolean value, String stringValue)
           
TestSetMustUnderstandString01(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestSetMustUnderstandWithInvalidValue(OMMetaFactory metaFactory, SOAPSpec spec)
           
TestSetRole(OMMetaFactory metaFactory, SOAPSpec spec)
           
 



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