Uses of Class
javax.xml.soap.SOAPPart
-
Packages that use SOAPPart Package Description javax.xml.soap org.apache.axis -
-
Uses of SOAPPart in javax.xml.soap
Methods in javax.xml.soap that return SOAPPart Modifier and Type Method Description abstract SOAPPartSOAPMessage. getSOAPPart()Gets the SOAP part of thisSOAPMessageobject. -
Uses of SOAPPart in org.apache.axis
Subclasses of SOAPPart in org.apache.axis Modifier and Type Class Description classSOAPPartThe SOAPPart provides access to the root part of the Message which contains the envelope.Methods in org.apache.axis that return SOAPPart Modifier and Type Method Description SOAPPartMessage. getSOAPPart()Get this message's SOAPPart.
-