Uses of Interface
org.apache.synapse.api.dispatch.RESTDispatcher
-
Packages that use RESTDispatcher Package Description org.apache.synapse.api org.apache.synapse.api.dispatch org.apache.synapse.rest -
-
Uses of RESTDispatcher in org.apache.synapse.api
Methods in org.apache.synapse.api that return types with arguments of type RESTDispatcher Modifier and Type Method Description static List<RESTDispatcher>
ApiUtils. getDispatchers()
-
Uses of RESTDispatcher in org.apache.synapse.api.dispatch
Classes in org.apache.synapse.api.dispatch that implement RESTDispatcher Modifier and Type Class Description class
DefaultDispatcher
class
URITemplateBasedDispatcher
class
URLMappingBasedDispatcher
-
Uses of RESTDispatcher in org.apache.synapse.rest
Methods in org.apache.synapse.rest that return types with arguments of type RESTDispatcher Modifier and Type Method Description static List<RESTDispatcher>
RESTUtils. getDispatchers()
Deprecated.Replaced byApiUtils.getDispatchers()
-