Package | Description |
---|---|
org.apache.cxf.attachment | |
org.apache.cxf.databinding | |
org.apache.cxf.message |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentImpl |
Modifier and Type | Method and Description |
---|---|
static Attachment |
AttachmentUtil.createAttachment(InputStream stream,
InternetHeaders headers) |
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) |
static String |
AttachmentUtil.getAttachmentPartHeader(Attachment att) |
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 |
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> |
MessageImpl.getAttachments() |
Collection<Attachment> |
Message.getAttachments()
Retrieve any binary attachments associated with the message.
|
Collection<Attachment> |
AbstractWrappedMessage.getAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
MessageImpl.setAttachments(Collection<Attachment> attachments) |
void |
Message.setAttachments(Collection<Attachment> attachments) |
void |
AbstractWrappedMessage.setAttachments(Collection<Attachment> attachments) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.