org.apache.axis2.jaxws.spi.handler
Class HandlerResolverImpl
java.lang.Object
org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getHandlerChain
public List<Handler> getHandlerChain(PortInfo portinfo)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.