public abstract class BaseHandlerResolver extends Object implements javax.xml.ws.handler.HandlerResolver
HandlerResolver| Modifier and Type | Field and Description |
|---|---|
protected HandlerChainsType |
handlerChainsType |
protected static Map<String,String> |
protocolBindingsMap |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseHandlerResolver() |
protected |
BaseHandlerResolver(String file) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
chainResolvesToPort(HandlerChainType hct,
javax.xml.ws.handler.PortInfo portinfo) |
static boolean |
doesPatternMatch(QName qName,
QName pattern)
Returns true of the specified qName matches the pattern.
|
protected static Class |
loadClass(String clazz) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHandlerChainprotected HandlerChainsType handlerChainsType
protected BaseHandlerResolver()
protected BaseHandlerResolver(String file)
protected static boolean chainResolvesToPort(HandlerChainType hct, javax.xml.ws.handler.PortInfo portinfo)
protected static Class loadClass(String clazz) throws ClassNotFoundException
ClassNotFoundExceptionpublic static boolean doesPatternMatch(QName qName, QName pattern)
qName - QNamepattern - QNameCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.