Class RequestProcessorDispatcherUtil


  • public class RequestProcessorDispatcherUtil
    extends Object
    This class check whether there is an API found for the given URI in both super tenant and tenant spaces
    • Constructor Detail

      • RequestProcessorDispatcherUtil

        public RequestProcessorDispatcherUtil()
    • Method Detail

      • isDispatchToApiGetProcessor

        public static boolean isDispatchToApiGetProcessor​(String requestUri,
                                                          org.apache.axis2.context.ConfigurationContext configurationContext)
        Evaluates the given URI to find any matching API
        Parameters:
        requestUri - URI of the request
        configurationContext - Configuration Context
        Returns:
        True if API is found, false otherwise