Uses of Class
org.apache.axis.SOAPPart
-
Packages that use SOAPPart Package Description org.apache.axis.attachments org.apache.axis.message -
-
Uses of SOAPPart in org.apache.axis.attachments
Fields in org.apache.axis.attachments declared as SOAPPart Modifier and Type Field Description protected SOAPPart
AttachmentsImpl. soapPart
Field soapPart. -
Uses of SOAPPart in org.apache.axis.message
Fields in org.apache.axis.message declared as SOAPPart Modifier and Type Field Description protected SOAPPart
SOAPDocumentImpl. soapPart
Methods in org.apache.axis.message with parameters of type SOAPPart Modifier and Type Method Description void
SOAPEnvelope. setOwnerDocument(SOAPPart sp)
Constructors in org.apache.axis.message with parameters of type SOAPPart Constructor Description SOAPDocumentImpl(SOAPPart sp)
Construct the Document
-