Apache CXF API

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

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

Uses of Attachment in org.apache.cxf.databinding
 

Method parameters in org.apache.cxf.databinding with type arguments of type Attachment
 void DataReader.setAttachments(java.util.Collection<Attachment> attachments)
          Attach a collection of attachments to a binding.
 void DataWriter.setAttachments(java.util.Collection<Attachment> attachments)
           
 

Uses of Attachment in org.apache.cxf.message
 

Methods in org.apache.cxf.message that return types with arguments of type Attachment
 java.util.Collection<Attachment> MessageImpl.getAttachments()
           
 java.util.Collection<Attachment> AbstractWrappedMessage.getAttachments()
           
 java.util.Collection<Attachment> Message.getAttachments()
           
 

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


Apache CXF API

Apache CXF