Class BaseHandlerResolver

    • Field Detail

      • protocolBindingsMap

        protected static final Map<String,​String> protocolBindingsMap
      • handlerChainsType

        protected org.apache.axis2.jaxws.description.xml.handler.HandlerChainsType handlerChainsType
    • Constructor Detail

      • BaseHandlerResolver

        protected BaseHandlerResolver()
      • BaseHandlerResolver

        protected BaseHandlerResolver​(String file)
    • Method Detail

      • chainResolvesToPort

        protected static boolean chainResolvesToPort​(org.apache.axis2.jaxws.description.xml.handler.HandlerChainType hct,
                                                     PortInfo portinfo)
      • 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 - QName
        pattern - QName
        Returns:
        true or false