Apache CXF API

org.apache.cxf.jaxb.io
Class DataWriterImpl<T>

java.lang.Object
  extended by org.apache.cxf.jaxb.JAXBDataBase
      extended by org.apache.cxf.jaxb.io.DataWriterImpl<T>
All Implemented Interfaces:
DataWriter<T>

public class DataWriterImpl<T>
extends JAXBDataBase
implements DataWriter<T>


Field Summary
 
Fields inherited from class org.apache.cxf.jaxb.JAXBDataBase
attachmentProcessingEnabled, attachments, context, schema, unwrapJAXBElement
 
Fields inherited from interface org.apache.cxf.databinding.DataWriter
ENDPOINT
 
Constructor Summary
DataWriterImpl(javax.xml.bind.JAXBContext ctx)
           
 
Method Summary
 void write(java.lang.Object obj, MessagePartInfo part, T output)
           
 void write(java.lang.Object obj, T output)
           
 
Methods inherited from class org.apache.cxf.jaxb.JAXBDataBase
getAttachmentMarshaller, getAttachments, getAttachmentUnmarshaller, getJAXBContext, getSchema, setAttachments, setJAXBContext, setProperty, setSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.databinding.DataWriter
setAttachments, setProperty, setSchema
 

Constructor Detail

DataWriterImpl

public DataWriterImpl(javax.xml.bind.JAXBContext ctx)
Method Detail

write

public void write(java.lang.Object obj,
                  T output)
Specified by:
write in interface DataWriter<T>

write

public void write(java.lang.Object obj,
                  MessagePartInfo part,
                  T output)
Specified by:
write in interface DataWriter<T>

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.