public abstract class BaseHandlerResolver extends Object implements 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,
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, wait
getHandlerChain
protected HandlerChainsType handlerChainsType
protected BaseHandlerResolver()
protected BaseHandlerResolver(String file)
protected static boolean chainResolvesToPort(HandlerChainType hct, PortInfo portinfo)
protected static Class loadClass(String clazz) throws ClassNotFoundException
ClassNotFoundException
public static boolean doesPatternMatch(QName qName, QName pattern)
qName
- QNamepattern
- QNameCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.