|
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 |
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.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()
Retrieve any binary attachments associated with the message. |
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||