public class DataWriterImpl<T> extends JAXBDataBase implements org.apache.cxf.databinding.DataWriter<T>
attachments, context, mtomThreshold, schema| Constructor and Description |
|---|
DataWriterImpl(JAXBDataBinding binding) |
DataWriterImpl(JAXBDataBinding binding,
boolean noEsc) |
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
createMarshaller(Object elValue,
org.apache.cxf.service.model.MessagePartInfo part) |
void |
setProperty(String prop,
Object value) |
void |
write(Object obj,
org.apache.cxf.service.model.MessagePartInfo part,
T output) |
void |
write(Object obj,
T output) |
getAttachmentMarshaller, getAttachments, getAttachmentUnmarshaller, getJAXBAnnotation, getJAXBContext, getMtomThreshold, getSchema, getValidationEventHandler, getValidationEventHandler, honorJAXBAnnotations, isOutputMessage, setAttachments, setJAXBContext, setMtomThreshold, setSchemapublic DataWriterImpl(JAXBDataBinding binding)
public DataWriterImpl(JAXBDataBinding binding, boolean noEsc)
public void write(Object obj, T output)
write in interface org.apache.cxf.databinding.DataWriter<T>public void setProperty(String prop, Object value)
setProperty in interface org.apache.cxf.databinding.DataWriter<T>setProperty in class JAXBDataBasepublic Marshaller createMarshaller(Object elValue, org.apache.cxf.service.model.MessagePartInfo part)
Apache CXF