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 AttachmentAttachmentUtil.createAttachment(InputStream stream, Map<String, List<String>> headers) Deprecated.use createAttachment(InputStream stream, Map<String, List> headers, Message message) static AttachmentAttachmentUtil.createAttachment(InputStream stream, Map<String, List<String>> headers, Message message) static AttachmentAttachmentUtil.createMtomAttachment(boolean isXop, String mimeType, String elementNS, byte[] data, int offset, int length, int threshold) static AttachmentAttachmentUtil.createMtomAttachmentFromDH(boolean isXop, 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 TypeMethodDescriptionbooleanLazyAttachmentCollection.addAll(Collection<? extends Attachment> arg0) static DataSourceAttachmentUtil.getAttachmentDataSource(String contentId, Collection<Attachment> atts) static Map<String,DataHandler> 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 TypeMethodDescriptionvoidDataReader.setAttachments(Collection<Attachment> attachments) Attach a collection of attachments to a binding.voidDataWriter.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 TypeMethodDescriptionvoidNodeDataReader.setAttachments(Collection<Attachment> attachments) voidNodeDataWriter.setAttachments(Collection<Attachment> attachments) voidXMLStreamDataReader.setAttachments(Collection<Attachment> attachments) voidXMLStreamDataWriter.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 TypeMethodDescriptionvoidStaxDataBinding.XMLStreamDataReader.setAttachments(Collection<Attachment> attachments) voidStaxDataBinding.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 TypeMethodDescriptionvoidAbstractWrappedMessage.setAttachments(Collection<Attachment> attachments) voidMessage.setAttachments(Collection<Attachment> attachments) voidMessageImpl.setAttachments(Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that return types with arguments of type AttachmentConstructor parameters in org.apache.cxf.ws.security.trust with type arguments of type AttachmentModifierConstructorDescriptionSTSResponse(DOMSource response, byte[] entropy, X509Certificate cert, Crypto crypto, Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.ws.security.wss4j
Method parameters in org.apache.cxf.ws.security.wss4j with type arguments of type AttachmentModifier and TypeMethodDescriptionstatic voidCryptoCoverageUtil.checkAttachmentsCoverage(Collection<Attachment> attachments, Collection<WSDataRef> refs, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope) Constructor parameters in org.apache.cxf.ws.security.wss4j with type arguments of type Attachment