Uses of Interface
javax.xml.soap.SOAPEnvelope
-
Packages that use SOAPEnvelope Package Description javax.xml.soap org.apache.axis org.apache.axis.message -
-
Uses of SOAPEnvelope in javax.xml.soap
Methods in javax.xml.soap that return SOAPEnvelope Modifier and Type Method Description abstract SOAPEnvelope
SOAPPart. getEnvelope()
Gets theSOAPEnvelope
object associated with thisSOAPPart
object. -
Uses of SOAPEnvelope in org.apache.axis
Methods in org.apache.axis that return SOAPEnvelope Modifier and Type Method Description SOAPEnvelope
SOAPPart. getEnvelope()
Gets theSOAPEnvelope
object associated with thisSOAPPart
object. -
Uses of SOAPEnvelope in org.apache.axis.message
Classes in org.apache.axis.message that implement SOAPEnvelope Modifier and Type Class Description class
SOAPEnvelope
Implementation of a SOAP Envelope
-