Package org.apache.cxf.jaxb.io
Class DataWriterImpl<T>
java.lang.Object
org.apache.cxf.jaxb.JAXBDataBase
org.apache.cxf.jaxb.io.DataWriterImpl<T>
- All Implemented Interfaces:
org.apache.cxf.databinding.DataWriter<T>
public class DataWriterImpl<T>
extends JAXBDataBase
implements org.apache.cxf.databinding.DataWriter<T>
-
Field Summary
Fields inherited from class org.apache.cxf.jaxb.JAXBDataBase
attachments, context, mtomThreshold, schemaFields inherited from interface org.apache.cxf.databinding.DataWriter
ENDPOINT -
Constructor Summary
ConstructorsConstructorDescriptionDataWriterImpl(org.apache.cxf.Bus bus, JAXBDataBinding binding) DataWriterImpl(org.apache.cxf.Bus bus, JAXBDataBinding binding, boolean noEsc) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.MarshallercreateMarshaller(Object elValue, org.apache.cxf.service.model.MessagePartInfo part) voidsetProperty(String prop, Object value) voidvoidMethods inherited from class org.apache.cxf.jaxb.JAXBDataBase
getAttachmentMarshaller, getAttachments, getAttachmentUnmarshaller, getJAXBAnnotation, getJAXBContext, getMtomThreshold, getSchema, getValidationEventHandler, getValidationEventHandler, honorJAXBAnnotations, isOutputMessage, setAttachments, setJAXBContext, setMtomThreshold, setSchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.databinding.DataWriter
setAttachments, setSchema
-
Constructor Details
-
DataWriterImpl
-
DataWriterImpl
-
-
Method Details
-
write
- Specified by:
writein interfaceorg.apache.cxf.databinding.DataWriter<T>
-
setProperty
- Specified by:
setPropertyin interfaceorg.apache.cxf.databinding.DataWriter<T>- Overrides:
setPropertyin classJAXBDataBase
-
createMarshaller
public jakarta.xml.bind.Marshaller createMarshaller(Object elValue, org.apache.cxf.service.model.MessagePartInfo part) -
write
- Specified by:
writein interfaceorg.apache.cxf.databinding.DataWriter<T>
-