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.client.sei SEIStuband its supporting code.com.sun.xml.ws.encoding com.sun.xml.ws.message Messageimplementations.com.sun.xml.ws.message.saaj com.sun.xml.ws.message.stream com.sun.xml.ws.security.opt.impl.attachment com.sun.xml.ws.security.opt.impl.crypto com.sun.xml.ws.security.opt.impl.message com.sun.xml.ws.security.opt.impl.util com.sun.xml.ws.server.sei -
-
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.client.sei
Methods in com.sun.xml.ws.client.sei with parameters of type Attachment Modifier and Type Method Description static StringResponseBuilder. getWSDLPartName(Attachment att)Gets the WSDL part name of this attachment. -
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
Classes in com.sun.xml.ws.message that implement Attachment Modifier and Type Class Description classByteArrayAttachmentclassDataHandlerAttachmentclassJAXBAttachmentMethods in com.sun.xml.ws.message that return Attachment Modifier and Type Method Description AttachmentAttachmentSetImpl. get(String contentId)AttachmentMimeAttachmentSet. get(String contentId)Methods in com.sun.xml.ws.message that return types with arguments of type Attachment Modifier and Type Method Description Iterator<Attachment>AttachmentSetImpl. iterator()Iterator<Attachment>MimeAttachmentSet. iterator()Expensive operation.Methods in com.sun.xml.ws.message with parameters of type Attachment Modifier and Type Method Description voidAttachmentSetImpl. add(Attachment att)voidMimeAttachmentSet. add(Attachment att)Constructor parameters in com.sun.xml.ws.message with type arguments of type Attachment Constructor Description AttachmentSetImpl(Iterable<Attachment> base)Creates anAttachmentSetby copying contents from another. -
Uses of Attachment in com.sun.xml.ws.message.saaj
Classes in com.sun.xml.ws.message.saaj that implement Attachment Modifier and Type Class Description protected static classSAAJMessage.SAAJAttachmentMethods in com.sun.xml.ws.message.saaj that return Attachment Modifier and Type Method Description AttachmentSAAJMessage.SAAJAttachmentSet. get(String contentId)Gets the attachment by the content ID.Methods in com.sun.xml.ws.message.saaj that return types with arguments of type Attachment Modifier and Type Method Description Iterator<Attachment>SAAJMessage.SAAJAttachmentSet. iterator()Returns an iterator over a set of elements of type T.Methods in com.sun.xml.ws.message.saaj with parameters of type Attachment Modifier and Type Method Description voidSAAJMessage.SAAJAttachmentSet. add(Attachment att) -
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. -
Uses of Attachment in com.sun.xml.ws.security.opt.impl.attachment
Classes in com.sun.xml.ws.security.opt.impl.attachment that implement Attachment Modifier and Type Class Description classAttachmentImplclassEncryptedAttachmentMethods in com.sun.xml.ws.security.opt.impl.attachment that return Attachment Modifier and Type Method Description AttachmentAttachmentSetImpl. get(String contentId)Methods in com.sun.xml.ws.security.opt.impl.attachment that return types with arguments of type Attachment Modifier and Type Method Description Iterator<Attachment>AttachmentSetImpl. iterator()Methods in com.sun.xml.ws.security.opt.impl.attachment with parameters of type Attachment Modifier and Type Method Description voidAttachmentSetImpl. add(Attachment att)Constructors in com.sun.xml.ws.security.opt.impl.attachment with parameters of type Attachment Constructor Description EncryptedAttachment(Attachment attachment, String dataAlgo, Key key)Constructor parameters in com.sun.xml.ws.security.opt.impl.attachment with type arguments of type Attachment Constructor Description AttachmentSetImpl(Iterable<Attachment> base)Creates anAttachmentSetby copying contents from another. -
Uses of Attachment in com.sun.xml.ws.security.opt.impl.crypto
Methods in com.sun.xml.ws.security.opt.impl.crypto that return Attachment Modifier and Type Method Description AttachmentAttachmentData. getAttachment()Constructors in com.sun.xml.ws.security.opt.impl.crypto with parameters of type Attachment Constructor Description AttachmentData(Attachment attachment) -
Uses of Attachment in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message that return Attachment Modifier and Type Method Description AttachmentSecuredMessage. getAttachment(String uri) -
Uses of Attachment in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type Attachment Modifier and Type Method Description EncryptedDataWSSElementFactory. createEncryptedData(String id, Attachment attachment, String dataAlgo, KeyInfoType keyInfo, Key key, EncryptionTarget target) -
Uses of Attachment in com.sun.xml.ws.server.sei
Methods in com.sun.xml.ws.server.sei with parameters of type Attachment Modifier and Type Method Description static StringEndpointArgumentsBuilder. getWSDLPartName(Attachment att)Gets the WSDL part name of this attachment.
-