Uses of Class
javax.xml.soap.AttachmentPart
Packages that use AttachmentPart
-
Uses of AttachmentPart in javax.xml.soap
Methods in javax.xml.soap that return AttachmentPartModifier and TypeMethodDescriptionabstract AttachmentPartSOAPMessage.createAttachmentPart()Creates a new emptyAttachmentPartobject.SOAPMessage.createAttachmentPart(Object content, String contentType) Creates anAttachmentPartobject and populates it with the specified data of the specified content type.SOAPMessage.createAttachmentPart(DataHandler datahandler) Creates anAttachmentPartobject and populates it using the givenDataHandlerobject.Methods in javax.xml.soap with parameters of type AttachmentPartModifier and TypeMethodDescriptionabstract voidSOAPMessage.addAttachmentPart(AttachmentPart attachmentpart) Adds the givenAttachmentPartobject to thisSOAPMessageobject. -
Uses of AttachmentPart in org.apache.axis
Methods in org.apache.axis that return AttachmentPartModifier and TypeMethodDescriptionMessage.createAttachmentPart()Creates a new emptyAttachmentPartobject.Methods in org.apache.axis with parameters of type AttachmentPartModifier and TypeMethodDescriptionvoidMessage.addAttachmentPart(AttachmentPart attachmentpart) Adds the givenAttachmentPartobject to thisSOAPMessageobject. -
Uses of AttachmentPart in org.apache.axis.attachments
Subclasses of AttachmentPart in org.apache.axis.attachments