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 SOAPEnvelopeSOAPPart. getEnvelope()Gets theSOAPEnvelopeobject associated with thisSOAPPartobject. -
Uses of SOAPEnvelope in org.apache.axis
Methods in org.apache.axis that return SOAPEnvelope Modifier and Type Method Description SOAPEnvelopeSOAPPart. getEnvelope()Gets theSOAPEnvelopeobject associated with thisSOAPPartobject. -
Uses of SOAPEnvelope in org.apache.axis.message
Classes in org.apache.axis.message that implement SOAPEnvelope Modifier and Type Class Description classSOAPEnvelopeImplementation of a SOAP Envelope
-