Class NodeDataWriter
java.lang.Object
org.apache.cxf.databinding.source.NodeDataWriter
- All Implemented Interfaces:
- DataWriter<Node>
- 
Field SummaryFields inherited from interface org.apache.cxf.databinding.DataWriterENDPOINT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetAttachments(Collection<Attachment> attachments) Attach a collection of attachments to this writer.voidsetProperty(String key, Object value) Set a property for the writer.voidAttach a schema to the writer.voidwrite(Object obj, MessagePartInfo part, Node output) Write an object to an output sink, including extra processing based on the WSDL service model for a particular message part.voidWrite an object to an output sink.
- 
Constructor Details- 
NodeDataWriterpublic NodeDataWriter()
 
- 
- 
Method Details- 
writeDescription copied from interface:DataWriterWrite an object to an output sink, including extra processing based on the WSDL service model for a particular message part.- Specified by:
- writein interface- DataWriter<Node>
- Parameters:
- obj- The object to write.
- part- the message part.
- output- the output sink.
 
- 
writeDescription copied from interface:DataWriterWrite an object to an output sink.- Specified by:
- writein interface- DataWriter<Node>
- Parameters:
- obj- the object to write.
- n- the output sink.
 
- 
setSchemaDescription copied from interface:DataWriterAttach a schema to the writer. If the binding supports validation, it will validate the XML that it produces (assuming that it produces XML).- Specified by:
- setSchemain interface- DataWriter<Node>
- Parameters:
- s- the schema.
 
- 
setAttachmentsDescription copied from interface:DataWriterAttach a collection of attachments to this writer.- Specified by:
- setAttachmentsin interface- DataWriter<Node>
 
- 
setPropertyDescription copied from interface:DataWriterSet a property for the writer.- Specified by:
- setPropertyin interface- DataWriter<Node>
- Parameters:
- key- property key
- value- property value.
 
 
-