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:
- javax.xml.ws.handler.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)
Method Summary |
java.util.List<javax.xml.ws.handler.Handler> |
getHandlerChain(javax.xml.ws.handler.PortInfo portinfo)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getHandlerChain
public java.util.List<javax.xml.ws.handler.Handler> getHandlerChain(javax.xml.ws.handler.PortInfo portinfo)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.