Uses of Class
jakarta.xml.soap.AttachmentPart
Packages that use AttachmentPart
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of AttachmentPart in com.sun.xml.messaging.saaj.soap
Subclasses of AttachmentPart in com.sun.xml.messaging.saaj.soapFields in com.sun.xml.messaging.saaj.soap with type parameters of type AttachmentPartModifier and TypeFieldDescriptionprotected FinalArrayList<AttachmentPart> MessageImpl.attachmentsMethods in com.sun.xml.messaging.saaj.soap that return AttachmentPartModifier and TypeMethodDescriptionMessageImpl.createAttachmentPart()MessageImpl.getAttachment(SOAPElement element) Methods in com.sun.xml.messaging.saaj.soap that return types with arguments of type AttachmentPartModifier and TypeMethodDescriptionMessageImpl.getAttachments()MessageImpl.getAttachments(MimeHeaders headers) Methods in com.sun.xml.messaging.saaj.soap with parameters of type 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(jakarta.activation.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.