public class HandlerResolverImpl extends BaseHandlerResolver
HandlerResolver that can be used with a JAX-WS client
to set the handler list.Service.setHandlerResolver(HandlerResolver)handlerChainsType, protocolBindingsMap| Constructor and Description |
|---|
HandlerResolverImpl(File file)
Constructor
|
HandlerResolverImpl(String filePath)
Constructor
|
HandlerResolverImpl(URI fileURI)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<javax.xml.ws.handler.Handler> |
getHandlerChain(javax.xml.ws.handler.PortInfo portinfo) |
chainResolvesToPort, doesPatternMatch, loadClasspublic HandlerResolverImpl(String filePath)
filePath - the path to the handler configuration file in URI formatpublic HandlerResolverImpl(URI fileURI)
fileURI - the URI of the handler configuration filepublic HandlerResolverImpl(File file)
file - the handler configuration filepublic List<javax.xml.ws.handler.Handler> getHandlerChain(javax.xml.ws.handler.PortInfo portinfo)
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.