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 SOAPPart
SOAPMessage. getSOAPPart()
Gets the SOAP part of thisSOAPMessage
object. -
Uses of SOAPPart in org.apache.axis
Subclasses of SOAPPart in org.apache.axis Modifier and Type Class Description class
SOAPPart
The 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 SOAPPart
Message. getSOAPPart()
Get this message's SOAPPart.
-