public class HandlerResolverImpl extends BaseHandlerResolver
HandlerResolver
that can be used with a JAX-WS client
to set the handler list.handlerChainsType, protocolBindingsMap
Constructor and Description |
---|
HandlerResolverImpl(File file)
Constructor
|
HandlerResolverImpl(String filePath)
Constructor
|
HandlerResolverImpl(URI fileURI)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<Handler> |
getHandlerChain(PortInfo portinfo) |
chainResolvesToPort, doesPatternMatch, loadClass
public 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 fileCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.