Uses of Interface
com.sun.xml.ws.api.message.Attachment
-
Packages that use Attachment Package Description com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.encoding com.sun.xml.ws.message.stream -
-
Uses of Attachment in com.sun.xml.ws.api.message
Subinterfaces of Attachment in com.sun.xml.ws.api.message Modifier and Type Interface Description interfaceAttachmentExAttachment extended interface exposing custom MIME headers.Methods in com.sun.xml.ws.api.message that return Attachment Modifier and Type Method Description AttachmentAttachmentSet. get(String contentId)Gets the attachment by the content ID.Methods in com.sun.xml.ws.api.message with parameters of type Attachment Modifier and Type Method Description voidAttachmentSet. add(Attachment att)Adds an attachment to this set. -
Uses of Attachment in com.sun.xml.ws.encoding
Methods in com.sun.xml.ws.encoding that return Attachment Modifier and Type Method Description AttachmentMimeMultipartParser. getAttachmentPart(String contentId)This method can be called to get a matching MIME attachment part for the given contentId.AttachmentMimeMultipartParser. getRootPart()Parses the stream and returns the root part.Methods in com.sun.xml.ws.encoding that return types with arguments of type Attachment Modifier and Type Method Description Map<String,Attachment>MimeMultipartParser. getAttachmentParts()Parses the entire stream and returns all MIME parts except root MIME part. -
Uses of Attachment in com.sun.xml.ws.message.stream
Classes in com.sun.xml.ws.message.stream that implement Attachment Modifier and Type Class Description classStreamAttachmentAttachment created from raw bytes.
-