| Package | Description |
|---|---|
| org.apache.cxf.databinding | |
| org.apache.cxf.message |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Attachment> |
AbstractWrappedMessage.getAttachments() |
Collection<Attachment> |
MessageImpl.getAttachments() |
Collection<Attachment> |
Message.getAttachments()
Retrieve any binary attachments associated with the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWrappedMessage.setAttachments(Collection<Attachment> attachments) |
void |
MessageImpl.setAttachments(Collection<Attachment> attachments) |
void |
Message.setAttachments(Collection<Attachment> attachments) |
Apache CXF