|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.jaxb.JAXBDataBase
org.apache.cxf.jaxb.io.DataWriterImpl<T>
public class DataWriterImpl<T>
Field Summary |
---|
Fields inherited from class org.apache.cxf.jaxb.JAXBDataBase |
---|
attachments, context, mtomThreshold, schema, unwrapJAXBElement |
Fields inherited from interface org.apache.cxf.databinding.DataWriter |
---|
ENDPOINT |
Constructor Summary | |
---|---|
DataWriterImpl(JAXBDataBinding binding)
|
Method Summary | |
---|---|
javax.xml.bind.Marshaller |
createMarshaller(java.lang.Object elValue,
MessagePartInfo part)
|
void |
write(java.lang.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(java.lang.Object obj,
T output)
Write an object to an output sink. |
Methods inherited from class org.apache.cxf.jaxb.JAXBDataBase |
---|
getAttachmentMarshaller, getAttachments, getAttachmentUnmarshaller, getJAXBAnnotation, getJAXBContext, getMtomThreshold, getSchema, setAttachments, setJAXBContext, setMtomThreshold, 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 |
---|
public DataWriterImpl(JAXBDataBinding binding)
Method Detail |
---|
public void write(java.lang.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(java.lang.Object elValue, MessagePartInfo part)
public void write(java.lang.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 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |