|
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 java.lang.String |
ENDPOINT
|
Method Summary | |
---|---|
void |
setAttachments(java.util.Collection<Attachment> attachments)
Attach a collection of attachments to this writer. |
void |
setProperty(java.lang.String key,
java.lang.Object value)
Set a property for the writer. |
void |
setSchema(javax.xml.validation.Schema s)
Attach a schema to the writer. |
Field Detail |
---|
static final java.lang.String ENDPOINT
Method Detail |
---|
void setSchema(javax.xml.validation.Schema s)
s
- the schema.void setAttachments(java.util.Collection<Attachment> attachments)
attachments
- void setProperty(java.lang.String key, java.lang.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 |