IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Implementing a Web services handler

A JAX-WS handler should implement either the javax.xml.ws.handler.soap.SOAPHandler interface, which provides access to the full SOAP message (including headers), or implement the javax.xml.ws.handler.LogicalHandler, which provides access to the payload of the message. For more information on creating handlers for JAX-WS Web services, refer to the Using handlers in JAX-WS Web services topic in the WebSphere Application Server V7.0 information center.

A JAX-RPC handler should implement the com.ibm.btt.services.ws.jaxrpc.JaxRpcServiceProcessor interface.



Feedback