Apache CXF API

org.apache.cxf.aegis.util.jdom
Class StaxSerializer

java.lang.Object
  extended by org.apache.cxf.aegis.util.jdom.StaxSerializer

public class StaxSerializer
extends Object


Constructor Summary
StaxSerializer()
           
 
Method Summary
 void writeDocument(org.jdom.Document doc, XMLStreamWriter writer)
           
 void writeElement(org.jdom.Element e, XMLStreamWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaxSerializer

public StaxSerializer()
Method Detail

writeDocument

public void writeDocument(org.jdom.Document doc,
                          XMLStreamWriter writer)
                   throws XMLStreamException
Throws:
XMLStreamException

writeElement

public void writeElement(org.jdom.Element e,
                         XMLStreamWriter writer)
                  throws XMLStreamException
Throws:
XMLStreamException

Apache CXF API

Apache CXF