Create a XMLEventFactory that this endpoint will use to create XMLEvents. Can be
overridden in subclasses, adding further initialization of the factory. The resulting
XMLEventFactory is cached, so this method will only be called once.
the created XMLEventFactory
Template method. Subclasses must implement this. Offers the request payload as a XMLEventReader, and
a XMLEventWriter to write the response payload to.
Parameters: eventReader - the reader to read the payload events from Parameters: eventWriter - the writer to write payload events to Parameters: eventFactory - an XMLEventFactory that can be used to create events
Methods inherited from org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint