Uses of Class
jakarta.xml.soap.AttachmentPart
Packages that use AttachmentPart
-
Uses of AttachmentPart in jakarta.xml.soap
Methods in jakarta.xml.soap that return AttachmentPartModifier and TypeMethodDescriptionabstract AttachmentPartSOAPMessage.createAttachmentPart()Creates a new emptyAttachmentPartobject.SOAPMessage.createAttachmentPart(DataHandler dataHandler) Creates anAttachmentPartobject and populates it using the givenDataHandlerobject.SOAPMessage.createAttachmentPart(Object content, String contentType) Creates anAttachmentPartobject and populates it with the specified data of the specified content type.abstract AttachmentPartSOAPMessage.getAttachment(SOAPElement element) Returns anAttachmentPartobject that is associated with an attachment that is referenced by thisSOAPElementornullif no such attachment exists.Methods in jakarta.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 jakarta.xml.soap with parameters of type AttachmentPartModifier and TypeMethodDescriptionabstract voidSOAPMessage.addAttachmentPart(AttachmentPart attachmentPart) Adds the givenAttachmentPartobject to thisSOAPMessageobject.