CXF API

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

Packages that use Attachment
org.apache.cxf.message   
 

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> Message.getAttachments()
           
 java.util.Collection<Attachment> AbstractWrappedMessage.getAttachments()
           
 java.util.Collection<Attachment> MessageImpl.getAttachments()
           
 


CXF API

-