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