public interface BaseDataWriter
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final String ENDPOINT
void setSchema(Schema s)
s - the schema.void setAttachments(Collection<Attachment> attachments)
attachments - Apache CXF