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 AttachmentPartSOAPMessage. createAttachmentPart()Creates a new emptyAttachmentPartobject.AttachmentPartSOAPMessage. createAttachmentPart(java.lang.Object content, java.lang.String contentType)Creates anAttachmentPartobject and populates it with the specified data of the specified content type.AttachmentPartSOAPMessage. createAttachmentPart(javax.activation.DataHandler datahandler)Creates anAttachmentPartobject and populates it using the givenDataHandlerobject.Methods in javax.xml.soap with parameters of type AttachmentPart Modifier and Type Method Description abstract voidSOAPMessage. addAttachmentPart(AttachmentPart attachmentpart)Adds the givenAttachmentPartobject to thisSOAPMessageobject. -
Uses of AttachmentPart in org.apache.axis
Methods in org.apache.axis that return AttachmentPart Modifier and Type Method Description AttachmentPartMessage. createAttachmentPart()Creates a new emptyAttachmentPartobject.Methods in org.apache.axis with parameters of type AttachmentPart Modifier and Type Method Description voidMessage. addAttachmentPart(AttachmentPart attachmentpart)Adds the givenAttachmentPartobject to thisSOAPMessageobject. -
Uses of AttachmentPart in org.apache.axis.attachments
Subclasses of AttachmentPart in org.apache.axis.attachments Modifier and Type Class Description classAttachmentPartAn attachment part.
-