org.apache.cxf.aegis.databinding
Class ElementDataWriter

java.lang.Object
  extended by org.apache.cxf.aegis.databinding.ElementDataWriter
All Implemented Interfaces:
DataWriter<org.w3c.dom.Element>

public class ElementDataWriter
extends java.lang.Object
implements DataWriter<org.w3c.dom.Element>


Field Summary
 
Fields inherited from interface org.apache.cxf.databinding.DataWriter
ENDPOINT
 
Constructor Summary
ElementDataWriter(AegisDatabinding databinding)
           
 
Method Summary
 java.lang.Object getProperty(java.lang.String key)
           
 void setAttachments(java.util.Collection<Attachment> attachments)
           
 void setProperty(java.lang.String prop, java.lang.Object value)
           
 void setSchema(javax.xml.validation.Schema s)
           
 void write(java.lang.Object obj, org.w3c.dom.Element output)
           
 void write(java.lang.Object obj, MessagePartInfo part, org.w3c.dom.Element output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementDataWriter

public ElementDataWriter(AegisDatabinding databinding)
Method Detail

setAttachments

public void setAttachments(java.util.Collection<Attachment> attachments)
Specified by:
setAttachments in interface DataWriter<org.w3c.dom.Element>

setSchema

public void setSchema(javax.xml.validation.Schema s)
Specified by:
setSchema in interface DataWriter<org.w3c.dom.Element>

write

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

write

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

setProperty

public void setProperty(java.lang.String prop,
                        java.lang.Object value)
Specified by:
setProperty in interface DataWriter<org.w3c.dom.Element>

getProperty

public java.lang.Object getProperty(java.lang.String key)


Apache CXF