public class DataWriterImpl<T> extends JAXBDataBase implements DataWriter<T>
attachments, context, mtomThreshold, schema
ENDPOINT
Constructor and Description |
---|
DataWriterImpl(JAXBDataBinding binding) |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.Marshaller |
createMarshaller(Object elValue,
MessagePartInfo part) |
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.
|
getAttachmentMarshaller, getAttachments, getAttachmentUnmarshaller, getJAXBAnnotation, getJAXBContext, getMtomThreshold, getSchema, honorJAXBAnnotations, setAttachments, setJAXBContext, setMtomThreshold, setProperty, setSchema
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setAttachments, setProperty, setSchema
public DataWriterImpl(JAXBDataBinding binding)
public void write(Object obj, T output)
DataWriter
write
in interface DataWriter<T>
obj
- the object to write.output
- the output sink.public javax.xml.bind.Marshaller createMarshaller(Object elValue, MessagePartInfo part)
public void write(Object obj, MessagePartInfo part, T output)
DataWriter
write
in interface DataWriter<T>
obj
- The object to write.part
- the message part.output
- the output sink.Apache CXF