IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.services.ws.jaxws
Interface JaxWsHandlerResolver

All Superinterfaces:
javax.xml.ws.handler.HandlerResolver
All Known Implementing Classes:
JaxWsHandlerResolverImpl

public interface JaxWsHandlerResolver
extends javax.xml.ws.handler.HandlerResolver

Callback interface(processor) for invoking a JAX-WS Service.


Method Summary
 Context getContext()
          Returns the value of the context property.
 void registerHandler(javax.xml.ws.handler.Handler<?> handler)
          Register the handler for SOAP processing handler javax.xml.ws.handler.Handler
 void setContext(Context aContext)
          Sets the value of the context property.
 
Methods inherited from interface javax.xml.ws.handler.HandlerResolver
getHandlerChain
 

Method Detail

setContext

void setContext(Context aContext)
Sets the value of the context property.

Parameters:
aContext - com.ibm.btt.base.Context

getContext

Context getContext()
Returns the value of the context property.

Returns:
com.ibm.btt.base.Context

registerHandler

void registerHandler(javax.xml.ws.handler.Handler<?> handler)
Register the handler for SOAP processing handler javax.xml.ws.handler.Handler


IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011