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(java.io.File file)
Constructor
|
HandlerResolverImpl(java.lang.String filePath)
Constructor
|
HandlerResolverImpl(java.net.URI fileURI)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.xml.ws.handler.Handler> |
getHandlerChain(javax.xml.ws.handler.PortInfo portinfo) |
chainResolvesToPort, doesPatternMatch, loadClasspublic HandlerResolverImpl(java.lang.String filePath)
filePath - the path to the handler configuration file in URI formatpublic HandlerResolverImpl(java.net.URI fileURI)
fileURI - the URI of the handler configuration filepublic HandlerResolverImpl(java.io.File file)
file - the handler configuration fileCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.