Modifier and Type | Method and Description |
---|---|
Collection<Attachment> |
Context.getAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
Context.setAttachments(Collection<Attachment> attachments) |
Modifier and Type | Method and Description |
---|---|
void |
ElementDataReader.setAttachments(Collection<Attachment> attachments)
Attach a collection of attachments to a binding.
|
void |
ElementDataWriter.setAttachments(Collection<Attachment> attachments) |
void |
XMLStreamDataReader.setAttachments(Collection<Attachment> attachments) |
void |
XMLStreamDataWriter.setAttachments(Collection<Attachment> attachments) |
Modifier and Type | Method and Description |
---|---|
protected abstract Attachment |
AbstractXOPType.createAttachment(Object object,
String id) |
protected Attachment |
ByteArrayType.createAttachment(Object object,
String id) |
protected Attachment |
DataHandlerType.createAttachment(Object object,
String id) |
protected Attachment |
DataSourceType.createAttachment(Object object,
String id) |
static Attachment |
AttachmentUtil.getAttachment(String id,
Collection<Attachment> attachments) |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
AbstractXOPType.readAttachment(Attachment att,
Context context) |
protected Object |
ByteArrayType.readAttachment(Attachment att,
Context context) |
protected Object |
DataHandlerType.readAttachment(Attachment att,
Context context) |
protected Object |
DataSourceType.readAttachment(Attachment att,
Context context) |
Modifier and Type | Method and Description |
---|---|
static Attachment |
AttachmentUtil.getAttachment(String id,
Collection<Attachment> attachments) |
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) |
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 | Field and Description |
---|---|
protected Collection<Attachment> |
JAXBDataBase.attachments |
Modifier and Type | Method and Description |
---|---|
Collection<Attachment> |
JAXBDataBase.getAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
JAXBDataBase.setAttachments(Collection<Attachment> attachments) |
Constructor and Description |
---|
JAXBAttachmentMarshaller(Collection<Attachment> attachments,
Integer mtomThreshold) |
JAXBAttachmentUnmarshaller(Collection<Attachment> attachments) |
Constructor and Description |
---|
Attachment(Attachment a,
javax.ws.rs.ext.Providers providers) |
Constructor and Description |
---|
JAXBAttachmentMarshaller(Collection<Attachment> attachments,
Integer mtomThreshold) |
JAXBAttachmentUnmarshaller(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) |
Modifier and Type | Method and Description |
---|---|
Collection<Attachment> |
AbstractSTSClient.STSResponse.getAttachments() |
Constructor and Description |
---|
STSResponse(DOMSource response,
byte[] entropy,
X509Certificate cert,
org.apache.wss4j.common.crypto.Crypto crypto,
Collection<Attachment> attachments) |
Modifier and Type | Method and Description |
---|---|
static void |
CryptoCoverageUtil.checkAttachmentsCoverage(Collection<Attachment> attachments,
Collection<org.apache.wss4j.dom.WSDataRef> refs,
CryptoCoverageUtil.CoverageType type,
CryptoCoverageUtil.CoverageScope scope) |
Constructor and Description |
---|
AttachmentCallbackHandler(Collection<Attachment> attachments) |
Apache CXF