Uses of Interface
org.apache.cxf.message.Attachment
-
-
Uses of Attachment in org.apache.cxf.aegis
Methods in org.apache.cxf.aegis that return types with arguments of type Attachment Modifier and Type Method Description Collection<Attachment>Context. getAttachments()Method parameters in org.apache.cxf.aegis with type arguments of type Attachment Modifier and Type Method Description voidContext. setAttachments(Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.aegis.databinding
Method parameters in org.apache.cxf.aegis.databinding with type arguments of type Attachment Modifier and Type Method Description voidElementDataReader. setAttachments(Collection<Attachment> attachments)Attach a collection of attachments to a binding.voidElementDataWriter. setAttachments(Collection<Attachment> attachments)voidXMLStreamDataReader. setAttachments(Collection<Attachment> attachments)voidXMLStreamDataWriter. setAttachments(Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.aegis.type.mtom
Methods in org.apache.cxf.aegis.type.mtom that return Attachment Modifier and Type Method Description protected abstract AttachmentAbstractXOPType. createAttachment(Object object, String id)protected AttachmentByteArrayType. createAttachment(Object object, String id)protected AttachmentDataHandlerType. createAttachment(Object object, String id)protected AttachmentDataSourceType. createAttachment(Object object, String id)static AttachmentAttachmentUtil. getAttachment(String id, Collection<Attachment> attachments)Methods in org.apache.cxf.aegis.type.mtom with parameters of type Attachment Modifier and Type Method Description protected abstract ObjectAbstractXOPType. readAttachment(Attachment att, Context context)protected ObjectByteArrayType. readAttachment(Attachment att, Context context)protected ObjectDataHandlerType. readAttachment(Attachment att, Context context)protected ObjectDataSourceType. readAttachment(Attachment att, Context context)Method parameters in org.apache.cxf.aegis.type.mtom with type arguments of type Attachment Modifier and Type Method Description static AttachmentAttachmentUtil. getAttachment(String id, Collection<Attachment> attachments) -
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)Deprecated.use createAttachment(InputStream stream, Map> 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, javax.activation.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 javax.activation.DataSourceAttachmentUtil. getAttachmentDataSource(String contentId, Collection<Attachment> atts)static Map<String,javax.activation.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.jaxb
Fields in org.apache.cxf.jaxb with type parameters of type Attachment Modifier and Type Field Description protected Collection<Attachment>JAXBDataBase. attachmentsMethods in org.apache.cxf.jaxb that return types with arguments of type Attachment Modifier and Type Method Description Collection<Attachment>JAXBDataBase. getAttachments()Method parameters in org.apache.cxf.jaxb with type arguments of type Attachment Modifier and Type Method Description voidJAXBDataBase. setAttachments(Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.jaxb.attachment
Constructor parameters in org.apache.cxf.jaxb.attachment with type arguments of type Attachment Constructor Description JAXBAttachmentMarshaller(Collection<Attachment> attachments, Integer mtomThreshold)JAXBAttachmentUnmarshaller(Collection<Attachment> attachments) -
Uses of Attachment in org.apache.cxf.jaxrs.ext.multipart
Constructors in org.apache.cxf.jaxrs.ext.multipart with parameters of type Attachment Constructor Description Attachment(Attachment a, javax.ws.rs.ext.Providers providers) -
Uses of Attachment in org.apache.cxf.jaxrs.provider
Constructor parameters in org.apache.cxf.jaxrs.provider with type arguments of type Attachment Constructor Description JAXBAttachmentMarshaller(Collection<Attachment> attachments, Integer mtomThreshold)JAXBAttachmentUnmarshaller(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, org.apache.wss4j.common.crypto.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<org.apache.wss4j.dom.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)
-