Uses of Interface
org.apache.cxf.message.Attachment
-
-
Uses of Attachment in org.apache.cxf.attachment
Classes in org.apache.cxf.attachment that implement Attachment Modifier and Type Class Description classAttachmentImplMethods in org.apache.cxf.attachment that return Attachment Modifier and Type Method Description static AttachmentAttachmentUtil. createAttachment(InputStream stream, Map<String,List<String>> headers)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 Attachment Modifier and Type Method Description List<Attachment>LazyAttachmentCollection. getLoadedAttachments()Iterator<Attachment>LazyAttachmentCollection. iterator()Methods in org.apache.cxf.attachment with parameters of type Attachment Modifier and Type Method Description booleanLazyAttachmentCollection. add(Attachment arg0)Method parameters in org.apache.cxf.attachment with type arguments of type Attachment Modifier and Type Method Description booleanLazyAttachmentCollection. 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 Constructor Description LazyDataSource(String id, Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.databinding
Method parameters in org.apache.cxf.databinding with type arguments of type Attachment Modifier and Type Method Description voidDataReader. 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 Attachment Modifier and Type Method Description voidNodeDataReader. 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 Attachment Modifier and Type Method Description voidStaxDataBinding.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 Attachment Modifier and Type Method Description Collection<Attachment>AbstractWrappedMessage. getAttachments()Collection<Attachment>Message. getAttachments()Retrieve any binary attachments associated with the message.Collection<Attachment>MessageImpl. getAttachments()Method parameters in org.apache.cxf.message with type arguments of type Attachment Modifier and Type Method Description voidAbstractWrappedMessage. 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 Attachment Modifier and Type Method Description Collection<Attachment>AbstractSTSClient.STSResponse. getAttachments()Constructor parameters in org.apache.cxf.ws.security.trust with type arguments of type Attachment Constructor Description STSResponse(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 Attachment Modifier and Type Method Description static 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 Constructor Description AttachmentCallbackHandler(Collection<Attachment> attachments)
-