|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseDataWriter
The 'write' side of the data binding abstraction of CXF.
Field Summary | |
---|---|
static String |
ENDPOINT
|
Method Summary | |
---|---|
void |
setAttachments(Collection<Attachment> attachments)
Attach a collection of attachments to this writer. |
void |
setProperty(String key,
Object value)
Set a property for the writer. |
void |
setSchema(Schema s)
Attach a schema to the writer. |
Field Detail |
---|
static final String ENDPOINT
Method Detail |
---|
void setSchema(Schema s)
s
- the schema.void setAttachments(Collection<Attachment> attachments)
attachments
- void setProperty(String key, Object value)
key
- property keyvalue
- property value.
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |