Abstract base class for endpoints use StAX. Provides an XMLInputFactory and an
XMLOutputFactory.
author: Arjen Poutsma See Also:XMLInputFactory See Also:XMLOutputFactory since: 1.0.0
Create a XMLInputFactory that this endpoint will use to create XMLStreamReaders 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.
the created XMLInputFactory
Create a XMLOutputFactory that this endpoint will use to create XMLStreamWriterss 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.
the created XMLOutputFactory