Class RequestProcessorDispatcherUtil
- java.lang.Object
-
- org.wso2.carbon.mediation.transport.handlers.utils.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 Summary
Constructors Constructor Description RequestProcessorDispatcherUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isDispatchToApiGetProcessor(String requestUri, org.apache.axis2.context.ConfigurationContext configurationContext)
Evaluates the given URI to find any matching API
-
-
-
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 requestconfigurationContext
- Configuration Context- Returns:
- True if API is found, false otherwise
-
-