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 ofHandlerResolver
that can be used with a JAX-WS client to set the handler list.
-
-
Field Summary
-
Fields inherited from class org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
handlerChainsType, protocolBindingsMap
-
-
Constructor Summary
Constructors Constructor Description HandlerResolverImpl(File file)
ConstructorHandlerResolverImpl(String filePath)
ConstructorHandlerResolverImpl(URI fileURI)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Handler>
getHandlerChain(PortInfo portinfo)
-
Methods inherited from class org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
chainResolvesToPort, doesPatternMatch, loadClass
-
-
-
-
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
- theURI
of the handler configuration file
-
HandlerResolverImpl
public HandlerResolverImpl(File file)
Constructor- Parameters:
file
- the handler configuration file
-
-