|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attachment in org.apache.cxf.aegis |
---|
Methods in org.apache.cxf.aegis that return types with arguments of type Attachment | |
---|---|
Collection<Attachment> |
Context.getAttachments()
|
Method parameters in org.apache.cxf.aegis with type arguments of type Attachment | |
---|---|
void |
Context.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 | |
---|---|
void |
XMLStreamDataReader.setAttachments(Collection<Attachment> attachments)
|
void |
ElementDataReader.setAttachments(Collection<Attachment> attachments)
Attach a collection of attachments to a binding. |
void |
XMLStreamDataWriter.setAttachments(Collection<Attachment> attachments)
|
void |
ElementDataWriter.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 | |
---|---|
protected Attachment |
DataHandlerType.createAttachment(Object object,
String id)
|
protected Attachment |
ByteArrayType.createAttachment(Object object,
String id)
|
protected abstract Attachment |
AbstractXOPType.createAttachment(Object object,
String id)
|
protected Attachment |
DataSourceType.createAttachment(Object object,
String id)
|
static Attachment |
AttachmentUtil.getAttachment(String id,
Collection<Attachment> attachments)
|
Methods in org.apache.cxf.aegis.type.mtom with parameters of type Attachment | |
---|---|
protected Object |
DataHandlerType.readAttachment(Attachment att,
Context context)
|
protected Object |
ByteArrayType.readAttachment(Attachment att,
Context context)
|
protected abstract Object |
AbstractXOPType.readAttachment(Attachment att,
Context context)
|
protected Object |
DataSourceType.readAttachment(Attachment att,
Context context)
|
Method parameters in org.apache.cxf.aegis.type.mtom with type arguments of type Attachment | |
---|---|
static Attachment |
AttachmentUtil.getAttachment(String id,
Collection<Attachment> attachments)
|
Uses of Attachment in org.apache.cxf.attachment |
---|
Classes in org.apache.cxf.attachment that implement Attachment | |
---|---|
class |
AttachmentImpl
|
Methods in org.apache.cxf.attachment that return Attachment | |
---|---|
static Attachment |
AttachmentUtil.createAttachment(InputStream stream,
javax.mail.internet.InternetHeaders headers)
|
static Attachment |
AttachmentUtil.createMtomAttachment(boolean isXop,
String mimeType,
String elementNS,
byte[] data,
int offset,
int length,
int threshold)
|
static Attachment |
AttachmentUtil.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 | |
---|---|
List<Attachment> |
LazyAttachmentCollection.getLoadedAttachments()
|
Iterator<Attachment> |
LazyAttachmentCollection.iterator()
|
Methods in org.apache.cxf.attachment with parameters of type Attachment | |
---|---|
boolean |
LazyAttachmentCollection.add(Attachment arg0)
|
static String |
AttachmentUtil.getAttachmentPartHeader(Attachment att)
|
Method parameters in org.apache.cxf.attachment with type arguments of type Attachment | |
---|---|
boolean |
LazyAttachmentCollection.addAll(Collection<? extends Attachment> arg0)
|
static javax.activation.DataSource |
AttachmentUtil.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 | |
---|---|
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 | |
---|---|
void |
BaseDataWriter.setAttachments(Collection<Attachment> attachments)
Attach a collection of attachments to this writer. |
void |
BaseDataReader.setAttachments(Collection<Attachment> attachments)
Attach a collection of attachments to a binding. |
Uses of Attachment in org.apache.cxf.databinding.source |
---|
Method parameters in org.apache.cxf.databinding.source with type arguments of type Attachment | |
---|---|
void |
XMLStreamDataReader.setAttachments(Collection<Attachment> attachments)
|
void |
NodeDataWriter.setAttachments(Collection<Attachment> attachments)
|
void |
XMLStreamDataWriter.setAttachments(Collection<Attachment> attachments)
|
void |
NodeDataReader.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 | |
---|---|
void |
StaxDataBinding.XMLStreamDataReader.setAttachments(Collection<Attachment> attachments)
|
void |
StaxDataBinding.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 | |
---|---|
protected Collection<Attachment> |
JAXBDataBase.attachments
|
Methods in org.apache.cxf.jaxb that return types with arguments of type Attachment | |
---|---|
Collection<Attachment> |
JAXBDataBase.getAttachments()
|
Method parameters in org.apache.cxf.jaxb with type arguments of type Attachment | |
---|---|
void |
JAXBDataBase.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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
JAXBAttachmentMarshaller(Collection<Attachment> attachments,
Integer mtomThreshold)
|
|
JAXBAttachmentUnmarshaller(Collection<Attachment> attachments)
|
Uses of Attachment in org.apache.cxf.jibx |
---|
Method parameters in org.apache.cxf.jibx with type arguments of type Attachment | |
---|---|
void |
JibxDataReader.setAttachments(Collection<Attachment> attachments)
|
void |
JibxDataWriter.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 | |
---|---|
Collection<Attachment> |
AbstractWrappedMessage.getAttachments()
|
Collection<Attachment> |
MessageImpl.getAttachments()
|
Collection<Attachment> |
Message.getAttachments()
Retrieve any binary attachments associated with the message. |
Method parameters in org.apache.cxf.message with type arguments of type Attachment | |
---|---|
void |
AbstractWrappedMessage.setAttachments(Collection<Attachment> attachments)
|
void |
MessageImpl.setAttachments(Collection<Attachment> attachments)
|
void |
Message.setAttachments(Collection<Attachment> attachments)
|
Uses of Attachment in org.apache.cxf.sdo |
---|
Method parameters in org.apache.cxf.sdo with type arguments of type Attachment | |
---|---|
void |
NodeDataWriterImpl.setAttachments(Collection<Attachment> attachments)
|
void |
DataReaderImpl.setAttachments(Collection<Attachment> attachments)
|
void |
DataWriterImpl.setAttachments(Collection<Attachment> attachments)
|
Uses of Attachment in org.apache.cxf.xmlbeans |
---|
Method parameters in org.apache.cxf.xmlbeans with type arguments of type Attachment | |
---|---|
void |
NodeDataWriterImpl.setAttachments(Collection<Attachment> attachments)
|
void |
DataReaderImpl.setAttachments(Collection<Attachment> attachments)
|
void |
DataWriterImpl.setAttachments(Collection<Attachment> attachments)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |