public class DemoRequestJoiner extends XMLJoiner
logger, NAMESPACE_AWARE_PROP, REPAIR_NAMESPACE_PROP| Constructor and Description |
|---|
DemoRequestJoiner(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
endDocument()
Called after all object events have been written to the writer.
|
protected void |
startDocument()
Called before any events are written to the writer.
|
closeImpl, findObjectStart, flush, initialize, write, write, writeAlladdObjectEvent, close, closeQuietly, closeReader, closeWriter, createEventFactory, createInputFactory, createInputFactory, createOutputFactory, createOutputFactory, findNextElementStart, finishObject, getEventFactory, getInputFactory, getOutputFactory, getReader, getWriter, openReader, openWriter, setReader, setWriter, startObjectpublic DemoRequestJoiner(OutputStream out) throws XMLStreamException
XMLStreamExceptionprotected void startDocument()
throws XMLStreamException
XMLJoinerBase class writes a start-document event.
startDocument in class XMLJoinerXMLStreamExceptionprotected void endDocument()
throws XMLStreamException
XMLJoinerBase class does nothing.
endDocument in class XMLJoinerXMLStreamException