Uses of Class
javax.xml.soap.AttachmentPart
-
Packages that use AttachmentPart Package Description javax.xml.soap org.apache.axis org.apache.axis.attachments -
-
Uses of AttachmentPart in javax.xml.soap
Methods in javax.xml.soap that return AttachmentPart Modifier and Type Method Description abstract AttachmentPart
SOAPMessage. createAttachmentPart()
Creates a new emptyAttachmentPart
object.AttachmentPart
SOAPMessage. createAttachmentPart(java.lang.Object content, java.lang.String contentType)
Creates anAttachmentPart
object and populates it with the specified data of the specified content type.AttachmentPart
SOAPMessage. createAttachmentPart(javax.activation.DataHandler datahandler)
Creates anAttachmentPart
object and populates it using the givenDataHandler
object.Methods in javax.xml.soap with parameters of type AttachmentPart Modifier and Type Method Description abstract void
SOAPMessage. addAttachmentPart(AttachmentPart attachmentpart)
Adds the givenAttachmentPart
object to thisSOAPMessage
object. -
Uses of AttachmentPart in org.apache.axis
Methods in org.apache.axis that return AttachmentPart Modifier and Type Method Description AttachmentPart
Message. createAttachmentPart()
Creates a new emptyAttachmentPart
object.Methods in org.apache.axis with parameters of type AttachmentPart Modifier and Type Method Description void
Message. addAttachmentPart(AttachmentPart attachmentpart)
Adds the givenAttachmentPart
object to thisSOAPMessage
object. -
Uses of AttachmentPart in org.apache.axis.attachments
Subclasses of AttachmentPart in org.apache.axis.attachments Modifier and Type Class Description class
AttachmentPart
An attachment part.
-