Uses of Interface
org.apache.cxf.message.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in org.apache.cxf.attachment
Classes in org.apache.cxf.attachment that implement AttachmentMethods in org.apache.cxf.attachment that return AttachmentModifier 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) Methods in org.apache.cxf.attachment that return types with arguments of type AttachmentModifier and TypeMethodDescriptionLazyAttachmentCollection.getLoadedAttachments()
LazyAttachmentCollection.iterator()
Methods in org.apache.cxf.attachment with parameters of type AttachmentMethod parameters in org.apache.cxf.attachment with type arguments of type AttachmentModifier and TypeMethodDescriptionboolean
LazyAttachmentCollection.addAll
(Collection<? extends Attachment> arg0) static jakarta.activation.DataSource
AttachmentUtil.getAttachmentDataSource
(String contentId, Collection<Attachment> atts) AttachmentUtil.getDHMap
(Collection<Attachment> attachments) Constructor parameters in org.apache.cxf.attachment with type arguments of type Attachment -
Uses of Attachment in org.apache.cxf.databinding
Method parameters in org.apache.cxf.databinding with type arguments of type AttachmentModifier 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
Method parameters in org.apache.cxf.databinding.source with type arguments of type AttachmentModifier 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
Method parameters in org.apache.cxf.databinding.stax with type arguments of type AttachmentModifier and TypeMethodDescriptionvoid
StaxDataBinding.XMLStreamDataReader.setAttachments
(Collection<Attachment> attachments) void
StaxDataBinding.XMLStreamDataWriter.setAttachments
(Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.message
Methods in org.apache.cxf.message that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAbstractWrappedMessage.getAttachments()
Message.getAttachments()
Retrieve any binary attachments associated with the message.MessageImpl.getAttachments()
Method parameters in org.apache.cxf.message with type arguments of type AttachmentModifier and TypeMethodDescriptionvoid
AbstractWrappedMessage.setAttachments
(Collection<Attachment> attachments) void
Message.setAttachments
(Collection<Attachment> attachments) void
MessageImpl.setAttachments
(Collection<Attachment> attachments)