|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
BaseDataReader.setAttachments(java.util.Collection<Attachment> attachments)
Attach a collection of attachments to a binding. |
void |
BaseDataWriter.setAttachments(java.util.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 | |
---|---|
java.util.Collection<Attachment> |
Message.getAttachments()
Retrieve any binary attachments associated with the message. |
java.util.Collection<Attachment> |
MessageImpl.getAttachments()
|
java.util.Collection<Attachment> |
AbstractWrappedMessage.getAttachments()
|
Method parameters in org.apache.cxf.message with type arguments of type Attachment | |
---|---|
void |
Message.setAttachments(java.util.Collection<Attachment> attachments)
|
void |
MessageImpl.setAttachments(java.util.Collection<Attachment> attachments)
|
void |
AbstractWrappedMessage.setAttachments(java.util.Collection<Attachment> attachments)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |