Uses of Interface
org.apache.cxf.message.Attachment
Package
Description
-
Uses of Attachment in org.apache.cxf.attachment
Modifier and TypeMethodDescriptionstatic Attachment
AttachmentUtil.createAttachment
(InputStream stream, Map<String, List<String>> headers) Deprecated.use createAttachment(InputStream stream, Map<String, List> headers, Message message) 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, jakarta.activation.DataHandler handler, String elementNS, int threshold) Modifier and TypeMethodDescriptionLazyAttachmentCollection.getLoadedAttachments()
LazyAttachmentCollection.iterator()
Modifier and TypeMethodDescriptionboolean
LazyAttachmentCollection.addAll
(Collection<? extends Attachment> arg0) static jakarta.activation.DataSource
AttachmentUtil.getAttachmentDataSource
(String contentId, Collection<Attachment> atts) AttachmentUtil.getDHMap
(Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.databinding
Modifier and TypeMethodDescriptionvoid
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. -
Uses of Attachment in org.apache.cxf.databinding.source
Modifier and TypeMethodDescriptionvoid
NodeDataReader.setAttachments
(Collection<Attachment> attachments) void
NodeDataWriter.setAttachments
(Collection<Attachment> attachments) void
XMLStreamDataReader.setAttachments
(Collection<Attachment> attachments) void
XMLStreamDataWriter.setAttachments
(Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.databinding.stax
Modifier and TypeMethodDescriptionvoid
StaxDataBinding.XMLStreamDataReader.setAttachments
(Collection<Attachment> attachments) void
StaxDataBinding.XMLStreamDataWriter.setAttachments
(Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.message
Modifier and TypeMethodDescriptionAbstractWrappedMessage.getAttachments()
Message.getAttachments()
Retrieve any binary attachments associated with the message.MessageImpl.getAttachments()
Modifier and TypeMethodDescriptionvoid
AbstractWrappedMessage.setAttachments
(Collection<Attachment> attachments) void
Message.setAttachments
(Collection<Attachment> attachments) void
MessageImpl.setAttachments
(Collection<Attachment> attachments)