org.apache.axis2.jaxws.spi.handler
Class HandlerResolverImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
      extended by org.apache.axis2.jaxws.spi.handler.HandlerResolverImpl
All Implemented Interfaces:
HandlerResolver

public class HandlerResolverImpl
extends BaseHandlerResolver

This is an implementation of HandlerResolver that can be used with a JAX-WS client to set the handler list.

See Also:
Service.setHandlerResolver(HandlerResolver)

Field Summary
 
Fields inherited from class org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
handlerChainsType, protocolBindingsMap
 
Constructor Summary
HandlerResolverImpl(java.io.File file)
          Constructor
HandlerResolverImpl(java.lang.String filePath)
          Constructor
HandlerResolverImpl(java.net.URI fileURI)
          Constructor
 
Method Summary
 java.util.List<Handler> getHandlerChain(PortInfo portinfo)
           
 
Methods inherited from class org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
chainResolvesToPort, loadClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerResolverImpl

public HandlerResolverImpl(java.lang.String filePath)
Constructor

Parameters:
filePath - the path to the handler configuration file in URI format

HandlerResolverImpl

public HandlerResolverImpl(java.net.URI fileURI)
Constructor

Parameters:
fileURI - the URI of the handler configuration file

HandlerResolverImpl

public HandlerResolverImpl(java.io.File file)
Constructor

Parameters:
file - the handler configuration file
Method Detail

getHandlerChain

public java.util.List<Handler> getHandlerChain(PortInfo portinfo)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.