Uses of Interface
org.apache.axiom.soap.SOAPVersion
-
Packages that use SOAPVersion Package Description org.apache.axiom.soap -
-
Uses of SOAPVersion in org.apache.axiom.soap
Classes in org.apache.axiom.soap that implement SOAPVersion Modifier and Type Class Description class
SOAP11Version
Version-specific stuff for SOAP 1.1class
SOAP12Version
Version-specific stuff for SOAP 1.2Fields in org.apache.axiom.soap declared as SOAPVersion Modifier and Type Field Description static SOAPVersion
SOAPVersion. SOAP11
static SOAPVersion
SOAPVersion. SOAP12
Methods in org.apache.axiom.soap that return SOAPVersion Modifier and Type Method Description SOAPVersion
SOAPFactory. getSOAPVersion()
SOAPVersion
SOAPEnvelope. getVersion()
SOAPVersion
SOAPHeaderBlock. getVersion()
What SOAP version is this HeaderBlock?
-