|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of sink. Each data binding defines the set of sink types that it supports.public interface DataWriter<T>
The 'write' side of the data binding abstraction of CXF. A DataWriter<T> serializes objects to a 'sink' of type T.
| Field Summary | |
|---|---|
static String |
ENDPOINT
|
| Method Summary | |
|---|---|
void |
write(Object obj,
MessagePartInfo part,
T output)
Write an object to an output sink, including extra processing based on the WSDL service model for a particular message part. |
void |
write(Object obj,
T output)
Write an object to an output sink. |
| Methods inherited from interface org.apache.cxf.databinding.BaseDataWriter |
|---|
setAttachments, setProperty, setSchema |
| Field Detail |
|---|
static final String ENDPOINT
| Method Detail |
|---|
void write(Object obj,
T output)
obj - the object to write.output - the output sink.
void write(Object obj,
MessagePartInfo part,
T output)
obj - The object to write.part - the message part.output - the output sink.
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||