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

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)
  • Constructor Details

    • 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 Details

    • getHandlerChain

      public List<jakarta.xml.ws.handler.Handler> getHandlerChain(jakarta.xml.ws.handler.PortInfo portinfo)