public class XMLBeanStreamSerializer extends Object
| Constructor and Description |
|---|
XMLBeanStreamSerializer() |
public void serialize(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