Apache CXF API

Uses of Interface
org.apache.cxf.message.Attachment

Packages that use Attachment
org.apache.cxf.attachment   
org.apache.cxf.databinding   
org.apache.cxf.message   
 

Uses of Attachment in org.apache.cxf.attachment
 

Classes in org.apache.cxf.attachment that implement Attachment
 class AttachmentImpl
           
 

Methods in org.apache.cxf.attachment that return Attachment
static Attachment AttachmentUtil.createAttachment(InputStream stream, javax.mail.internet.InternetHeaders headers)
           
static Attachment AttachmentUtil.createMtomAttachment(boolean isXop, String mimeType, String elementNS, byte[] data, int offset, int length, int threshold)
           
static Attachment AttachmentUtil.createMtomAttachmentFromDH(boolean isXop, DataHandler handler, String elementNS, int threshold)
           
 

Methods in org.apache.cxf.attachment that return types with arguments of type Attachment
 List<Attachment> LazyAttachmentCollection.getLoadedAttachments()
           
 Iterator<Attachment> LazyAttachmentCollection.iterator()
           
 

Methods in org.apache.cxf.attachment with parameters of type Attachment
 boolean LazyAttachmentCollection.add(Attachment arg0)
           
static String AttachmentUtil.getAttachmentPartHeader(Attachment att)
           
 

Method parameters in org.apache.cxf.attachment with type arguments of type Attachment
 boolean LazyAttachmentCollection.addAll(Collection<? extends Attachment> arg0)
           
static DataSource AttachmentUtil.getAttachmentDataSource(String contentId, Collection<Attachment> atts)
           
static Map<String,DataHandler> AttachmentUtil.getDHMap(Collection<Attachment> attachments)
           
 

Constructor parameters in org.apache.cxf.attachment with type arguments of type Attachment
LazyDataSource(String id, Collection<Attachment> attachments)
           
 

Uses of Attachment in org.apache.cxf.databinding
 

Method parameters in org.apache.cxf.databinding with type arguments of type Attachment
 void BaseDataReader.setAttachments(Collection<Attachment> attachments)
          Attach a collection of attachments to a binding.
 void BaseDataWriter.setAttachments(Collection<Attachment> attachments)
          Attach a collection of attachments to this writer.
 

Uses of Attachment in org.apache.cxf.message
 

Methods in org.apache.cxf.message that return types with arguments of type Attachment
 Collection<Attachment> Message.getAttachments()
          Retrieve any binary attachments associated with the message.
 Collection<Attachment> MessageImpl.getAttachments()
           
 Collection<Attachment> AbstractWrappedMessage.getAttachments()
           
 

Method parameters in org.apache.cxf.message with type arguments of type Attachment
 void Message.setAttachments(Collection<Attachment> attachments)
           
 void MessageImpl.setAttachments(Collection<Attachment> attachments)
           
 void AbstractWrappedMessage.setAttachments(Collection<Attachment> attachments)
           
 


Apache CXF API

Apache CXF