Template method. Subclasses must implement this. Offers the request payload as a XMLStreamReader,
and a XMLStreamWriter to write the response payload to.
Parameters: streamReader - the reader to read the payload from Parameters: streamWriter - the writer to write the payload to
Methods inherited from org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint