@Deprecated public abstract class AbstractStaxPayloadEndpoint extends TransformerObjectSupport
XMLInputFactory
and an
XMLOutputFactory
.XMLInputFactory
,
XMLOutputFactory
logger
Constructor and Description |
---|
AbstractStaxPayloadEndpoint()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected XMLInputFactory |
createXmlInputFactory()
Deprecated.
Create a
XMLInputFactory that this endpoint will use to create XMLStreamReader s or
XMLEventReader . |
protected XMLOutputFactory |
createXmlOutputFactory()
Deprecated.
Create a
XMLOutputFactory that this endpoint will use to create XMLStreamWriters s or
XMLEventWriters . |
protected XMLInputFactory |
getInputFactory()
Deprecated.
Returns an
XMLInputFactory to read XML from. |
protected XMLOutputFactory |
getOutputFactory()
Deprecated.
Returns an
XMLOutputFactory to write XML to. |
createTransformer, getTransformerFactory, newTransformerFactory, setTransformerFactoryClass, transform
protected final XMLInputFactory getInputFactory()
XMLInputFactory
to read XML from.protected final XMLOutputFactory getOutputFactory()
XMLOutputFactory
to write XML to.protected XMLInputFactory createXmlInputFactory()
XMLInputFactory
that this endpoint will use to create XMLStreamReader
s or
XMLEventReader
. Can be overridden in subclasses, adding further initialization of the factory. The
resulting XMLInputFactory
is cached, so this method will only be called once.XMLInputFactory
protected XMLOutputFactory createXmlOutputFactory()
XMLOutputFactory
that this endpoint will use to create XMLStreamWriters
s or
XMLEventWriters
. Can be overridden in subclasses, adding further initialization of the factory. The
resulting XMLOutputFactory
is cached, so this method will only be called once.XMLOutputFactory