Class HandlerResolverImpl
java.lang.Object
org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
org.apache.axis2.jaxws.spi.handler.HandlerResolverImpl
- All Implemented Interfaces:
jakarta.xml.ws.handler.HandlerResolver
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
ConstructorsConstructorDescriptionHandlerResolverImpl(File file) ConstructorHandlerResolverImpl(String filePath) ConstructorHandlerResolverImpl(URI fileURI) Constructor -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.ws.handler.Handler>getHandlerChain(jakarta.xml.ws.handler.PortInfo portinfo) Methods inherited from class org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
chainResolvesToPort, doesPatternMatch, loadClass
-
Constructor Details
-
HandlerResolverImpl
Constructor- Parameters:
filePath- the path to the handler configuration file in URI format
-
HandlerResolverImpl
Constructor- Parameters:
fileURI- theURIof the handler configuration file
-
HandlerResolverImpl
Constructor- Parameters:
file- the handler configuration file
-
-
Method Details
-
getHandlerChain
public List<jakarta.xml.ws.handler.Handler> getHandlerChain(jakarta.xml.ws.handler.PortInfo portinfo)
-