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.databinding.source   
org.apache.cxf.databinding.stax   
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 types with arguments of type Attachment
 java.util.List<Attachment> LazyAttachmentCollection.getLoadedAttachments()
           
 java.util.Iterator<Attachment> LazyAttachmentCollection.iterator()
           
 

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

Method parameters in org.apache.cxf.attachment with type arguments of type Attachment
 boolean LazyAttachmentCollection.addAll(java.util.Collection<? extends Attachment> arg0)
           
 

Constructor parameters in org.apache.cxf.attachment with type arguments of type Attachment
LazyDataSource(java.lang.String id, java.util.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 DataReader.setAttachments(java.util.Collection<Attachment> attachments)
          Attach a collection of attachments to a binding.
 void DataWriter.setAttachments(java.util.Collection<Attachment> attachments)
          Attach a collection of attachments to this writer.
 

Uses of Attachment in org.apache.cxf.databinding.source
 

Method parameters in org.apache.cxf.databinding.source with type arguments of type Attachment
 void XMLStreamDataReader.setAttachments(java.util.Collection<Attachment> attachments)
           
 void NodeDataWriter.setAttachments(java.util.Collection<Attachment> attachments)
           
 void NodeDataReader.setAttachments(java.util.Collection<Attachment> attachments)
           
 void XMLStreamDataWriter.setAttachments(java.util.Collection<Attachment> attachments)
           
 

Uses of Attachment in org.apache.cxf.databinding.stax
 

Method parameters in org.apache.cxf.databinding.stax with type arguments of type Attachment
 void StaxDataBinding.XMLStreamDataReader.setAttachments(java.util.Collection<Attachment> attachments)
           
 void StaxDataBinding.XMLStreamDataWriter.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> AbstractWrappedMessage.getAttachments()
           
 java.util.Collection<Attachment> Message.getAttachments()
           
 java.util.Collection<Attachment> MessageImpl.getAttachments()
           
 

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


Apache CXF API

Apache CXF