Uses of Class
jakarta.xml.soap.AttachmentPart
-
Packages that use AttachmentPart Package Description com.sun.xml.messaging.saaj.soap jakarta.xml.soap 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.soap Modifier and Type Class Description classAttachmentPartImplImplementation of attachments.Fields in com.sun.xml.messaging.saaj.soap with type parameters of type AttachmentPart Modifier and Type Field Description protected FinalArrayList<AttachmentPart>MessageImpl. attachmentsMethods in com.sun.xml.messaging.saaj.soap that return AttachmentPart Modifier and Type Method Description AttachmentPartMessageImpl. createAttachmentPart()AttachmentPartMessageImpl. getAttachment(SOAPElement element)Methods in com.sun.xml.messaging.saaj.soap that return types with arguments of type AttachmentPart Modifier and Type Method Description Iterator<AttachmentPart>MessageImpl. getAttachments()Iterator<AttachmentPart>MessageImpl. getAttachments(MimeHeaders headers)Methods in com.sun.xml.messaging.saaj.soap with parameters of type AttachmentPart Modifier and Type Method Description voidMessageImpl. addAttachmentPart(AttachmentPart attachment) -
Uses of AttachmentPart in jakarta.xml.soap
Methods in jakarta.xml.soap that return AttachmentPart Modifier and Type Method Description abstract AttachmentPartSOAPMessage. createAttachmentPart()Creates a new emptyAttachmentPartobject.AttachmentPartSOAPMessage. createAttachmentPart(DataHandler dataHandler)Creates anAttachmentPartobject and populates it using the givenDataHandlerobject.AttachmentPartSOAPMessage. 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 AttachmentPart Modifier and Type Method Description abstract 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 AttachmentPart Modifier and Type Method Description abstract voidSOAPMessage. addAttachmentPart(AttachmentPart attachmentPart)Adds the givenAttachmentPartobject to thisSOAPMessageobject.
-