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.abstract AttachmentPartSOAPMessage.getAttachment(SOAPElement element) Returns anAttachmentPartobject that is associated with an attachment that is referenced by thisSOAPElementornullif no such attachment exists.Methods in javax.xml.soap that return types with arguments of type AttachmentPartModifier and TypeMethodDescriptionabstract Iterator<AttachmentPart>SOAPMessage.getAttachments()Retrieves all theAttachmentPartobjects that are part of thisSOAPMessageobject.abstract Iterator<AttachmentPart>SOAPMessage.getAttachments(MimeHeaders headers) Retrieves all theAttachmentPartobjects that have header entries that match the specified headers.Methods in javax.xml.soap with parameters of type AttachmentPartModifier and TypeMethodDescriptionabstract voidSOAPMessage.addAttachmentPart(AttachmentPart attachmentPart) Adds the givenAttachmentPartobject to thisSOAPMessageobject.