org.apache.axis2.jaxws.spi.handler
Class BaseHandlerResolver
java.lang.Object
org.apache.axis2.jaxws.spi.handler.BaseHandlerResolver
- All Implemented Interfaces:
- HandlerResolver
- Direct Known Subclasses:
- HandlerResolverImpl, HandlerResolverImpl
public abstract class BaseHandlerResolver
- extends Object
- implements HandlerResolver
This class can be subclassed to produce different implementations of HandlerResolver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
protocolBindingsMap
protected static final Map<String,String> protocolBindingsMap
handlerChainsType
protected HandlerChainsType handlerChainsType
BaseHandlerResolver
protected BaseHandlerResolver()
BaseHandlerResolver
protected BaseHandlerResolver(String file)
chainResolvesToPort
protected static boolean chainResolvesToPort(HandlerChainType hct,
PortInfo portinfo)
loadClass
protected static Class loadClass(String clazz)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
doesPatternMatch
public static boolean doesPatternMatch(QName qName,
QName pattern)
- Returns true of the specified qName matches the pattern.
Some customers may have become dependent on the older
algorithm. So first the "official" algorithm is used
and if that fails, the older algorithm is used.
- Parameters:
qName
- QNamepattern
- QName
- Returns:
- true or false
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.