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(File file)
          Constructor
HandlerResolverImpl(String filePath)
          Constructor
HandlerResolverImpl(URI fileURI)
          Constructor
 
Method Summary
 List<Handler> getHandlerChain(PortInfo portinfo)
           
 
Methods inherited from class org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
chainResolvesToPort, doesPatternMatch, loadClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerResolverImpl

public HandlerResolverImpl(String filePath)
Constructor

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

HandlerResolverImpl

public HandlerResolverImpl(URI fileURI)
Constructor

Parameters:
fileURI - the URI of the handler configuration file

HandlerResolverImpl

public HandlerResolverImpl(File file)
Constructor

Parameters:
file - the handler configuration file
Method Detail

getHandlerChain

public List<Handler> getHandlerChain(PortInfo portinfo)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.