| Package | Description | 
|---|---|
| org.apache.cxf.attachment | |
| org.apache.cxf.databinding | |
| org.apache.cxf.databinding.source | |
| org.apache.cxf.databinding.stax | |
| org.apache.cxf.message | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttachmentImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| static Attachment | AttachmentUtil. createAttachment(InputStream stream,
                Map<String,List<String>> headers)Deprecated. 
 use createAttachment(InputStream stream, Map | 
| static Attachment | AttachmentUtil. createAttachment(InputStream stream,
                Map<String,List<String>> headers,
                Message message) | 
| static Attachment | AttachmentUtil. createMtomAttachment(boolean isXop,
                    String mimeType,
                    String elementNS,
                    byte[] data,
                    int offset,
                    int length,
                    int threshold) | 
| static Attachment | AttachmentUtil. createMtomAttachmentFromDH(boolean isXop,
                          DataHandler handler,
                          String elementNS,
                          int threshold) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Attachment> | LazyAttachmentCollection. getLoadedAttachments() | 
| Iterator<Attachment> | LazyAttachmentCollection. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | LazyAttachmentCollection. add(Attachment arg0) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | LazyAttachmentCollection. addAll(Collection<? extends Attachment> arg0) | 
| static DataSource | AttachmentUtil. getAttachmentDataSource(String contentId,
                       Collection<Attachment> atts) | 
| static Map<String,DataHandler> | AttachmentUtil. getDHMap(Collection<Attachment> attachments) | 
| Constructor and Description | 
|---|
| LazyDataSource(String id,
              Collection<Attachment> attachments) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataReader. setAttachments(Collection<Attachment> attachments)Attach a collection of attachments to a binding. | 
| void | DataWriter. setAttachments(Collection<Attachment> attachments)Attach a collection of attachments to this writer. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NodeDataWriter. setAttachments(Collection<Attachment> attachments) | 
| void | NodeDataReader. setAttachments(Collection<Attachment> attachments) | 
| void | XMLStreamDataReader. setAttachments(Collection<Attachment> attachments) | 
| void | XMLStreamDataWriter. setAttachments(Collection<Attachment> attachments) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StaxDataBinding.XMLStreamDataReader. setAttachments(Collection<Attachment> attachments) | 
| void | StaxDataBinding.XMLStreamDataWriter. setAttachments(Collection<Attachment> attachments) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Attachment> | Message. getAttachments()Retrieve any binary attachments associated with the message. | 
| Collection<Attachment> | AbstractWrappedMessage. getAttachments() | 
| Collection<Attachment> | MessageImpl. getAttachments() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Message. setAttachments(Collection<Attachment> attachments) | 
| void | AbstractWrappedMessage. setAttachments(Collection<Attachment> attachments) | 
| void | MessageImpl. setAttachments(Collection<Attachment> attachments) | 
Apache CXF