Uses of Interface
com.sun.xml.ws.api.message.Attachment

Packages that use Attachment
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.client.sei   
com.sun.xml.ws.encoding   
com.sun.xml.ws.message Message implementations. 
com.sun.xml.ws.message.saaj   
com.sun.xml.ws.message.stream   
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
 interface AttachmentEx
          Attachment extended interface exposing custom MIME headers.
 

Methods in com.sun.xml.ws.api.message that return Attachment
 Attachment AttachmentSet.get(java.lang.String contentId)
          Gets the attachment by the content ID.
 

Methods in com.sun.xml.ws.api.message with parameters of type Attachment
 void AttachmentSet.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
static java.lang.String ResponseBuilder.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
 Attachment MimeMultipartParser.getAttachmentPart(java.lang.String contentId)
          This method can be called to get a matching MIME attachment part for the given contentId.
 Attachment MimeMultipartParser.getRootPart()
          Parses the stream and returns the root part.
 

Methods in com.sun.xml.ws.encoding that return types with arguments of type Attachment
 java.util.Map<java.lang.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
 class ByteArrayAttachment
           
 class DataHandlerAttachment
           
 class JAXBAttachment
           
 

Methods in com.sun.xml.ws.message that return Attachment
 Attachment MimeAttachmentSet.get(java.lang.String contentId)
           
 Attachment AttachmentSetImpl.get(java.lang.String contentId)
           
 

Methods in com.sun.xml.ws.message that return types with arguments of type Attachment
 java.util.Iterator<Attachment> MimeAttachmentSet.iterator()
          Expensive operation.
 java.util.Iterator<Attachment> AttachmentSetImpl.iterator()
           
 

Methods in com.sun.xml.ws.message with parameters of type Attachment
 void MimeAttachmentSet.add(Attachment att)
           
 void AttachmentSetImpl.add(Attachment att)
           
 

Constructor parameters in com.sun.xml.ws.message with type arguments of type Attachment
AttachmentSetImpl(java.lang.Iterable<Attachment> base)
          Creates an AttachmentSet by 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
protected static class SAAJMessage.SAAJAttachment
           
 

Methods in com.sun.xml.ws.message.saaj that return Attachment
 Attachment SAAJMessage.SAAJAttachmentSet.get(java.lang.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
 java.util.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
 void SAAJMessage.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
 class StreamAttachment
          Attachment created from raw bytes.
 

Uses of Attachment in com.sun.xml.ws.server.sei
 

Methods in com.sun.xml.ws.server.sei with parameters of type Attachment
static java.lang.String EndpointArgumentsBuilder.getWSDLPartName(Attachment att)
          Gets the WSDL part name of this attachment.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.