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 BaseDataWriter.setAttachments(Collection<Attachment> attachments)
          Attach a collection of attachments to this writer.
 void BaseDataReader.setAttachments(Collection<Attachment> attachments)
          Attach a collection of attachments to a binding.
 

Uses of Attachment in org.apache.cxf.message
 

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

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


Apache CXF API

Apache CXF