Package org.apache.synapse.api.dispatch
Class URLMappingBasedDispatcher
- java.lang.Object
-
- org.apache.synapse.api.dispatch.URLMappingBasedDispatcher
-
- All Implemented Interfaces:
RESTDispatcher
public class URLMappingBasedDispatcher extends Object implements RESTDispatcher
-
-
Constructor Summary
Constructors Constructor Description URLMappingBasedDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resource
findResource(MessageContext synCtx, Collection<Resource> resources)
Find a Resource instance suitable for processing the given message
-
-
-
Method Detail
-
findResource
public Resource findResource(MessageContext synCtx, Collection<Resource> resources)
Description copied from interface:RESTDispatcher
Find a Resource instance suitable for processing the given message- Specified by:
findResource
in interfaceRESTDispatcher
- Parameters:
synCtx
- MessageContext to be processed through a Resourceresources
- Collection of available Resource instances- Returns:
- A matching Resource instance or null
-
-