T - The type of sink. Each data binding defines the set of sink types that it supports.public interface DataWriter<T> extends BaseDataWriter
| Modifier and Type | Method and Description |
|---|---|
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.
|
setAttachments, setProperty, setSchemastatic final String ENDPOINT
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