public class XMLBeanStreamSerializer extends Object
| Constructor and Description |
|---|
XMLBeanStreamSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(org.apache.xmlbeans.XmlObject xObj,
XMLStreamWriter writer)
Serialize the given XML data object.
|
public void serialize(org.apache.xmlbeans.XmlObject xObj,
XMLStreamWriter writer)
throws IOException,
XMLStreamException
XMLStreamReader.
This allows the events from the reader to drive the output to the XMLStreamWriter.
Probably not the best way to do this.obj - writer - IOExceptionXMLStreamExceptionApache CXF