IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.services.ws.jaxws
Class JaxWsHandlerResolverImpl

java.lang.Object
  extended by com.ibm.btt.services.ws.jaxws.JaxWsHandlerResolverImpl
All Implemented Interfaces:
JaxWsHandlerResolver, javax.xml.ws.handler.HandlerResolver

public class JaxWsHandlerResolverImpl
extends java.lang.Object
implements JaxWsHandlerResolver


Constructor Summary
JaxWsHandlerResolverImpl()
           
 
Method Summary
 Context getContext()
          Returns the value of the context property.
 java.util.List<javax.xml.ws.handler.Handler> getHandlerChain(javax.xml.ws.handler.PortInfo portInfo)
           
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxWsHandlerResolverImpl

public JaxWsHandlerResolverImpl()
Method Detail

getHandlerChain

public java.util.List<javax.xml.ws.handler.Handler> getHandlerChain(javax.xml.ws.handler.PortInfo portInfo)
Specified by:
getHandlerChain in interface javax.xml.ws.handler.HandlerResolver

registerHandler

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

Specified by:
registerHandler in interface JaxWsHandlerResolver

setContext

public void setContext(Context aContext)
Description copied from interface: JaxWsHandlerResolver
Sets the value of the context property.

Specified by:
setContext in interface JaxWsHandlerResolver
Parameters:
aContext - com.ibm.btt.base.Context

getContext

public Context getContext()
Description copied from interface: JaxWsHandlerResolver
Returns the value of the context property.

Specified by:
getContext in interface JaxWsHandlerResolver
Returns:
com.ibm.btt.base.Context

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011