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, writeAll
addObjectEvent, close, closeQuietly, closeReader, closeWriter, createEventFactory, createInputFactory, createInputFactory, createOutputFactory, createOutputFactory, findNextElementStart, finishObject, getEventFactory, getInputFactory, getOutputFactory, getReader, getWriter, openReader, openWriter, setReader, setWriter, startObject
public DemoRequestJoiner(OutputStream out) throws XMLStreamException
XMLStreamException
protected void startDocument() throws XMLStreamException
XMLJoiner
Base class writes a start-document event.
startDocument
in class XMLJoiner
XMLStreamException
protected void endDocument() throws XMLStreamException
XMLJoiner
Base class does nothing.
endDocument
in class XMLJoiner
XMLStreamException