Uses of Class
org.apache.synapse.api.AbstractApiHandler
-
Packages that use AbstractApiHandler Package Description org.apache.synapse.api.inbound org.apache.synapse.api.rest -
-
Uses of AbstractApiHandler in org.apache.synapse.api.inbound
Subclasses of AbstractApiHandler in org.apache.synapse.api.inbound Modifier and Type Class Description class
InboundApiHandler
This class is responsible for receiving requests from inbound endpoints and dispatching them to a suitable inbound API for further processing. -
Uses of AbstractApiHandler in org.apache.synapse.api.rest
Subclasses of AbstractApiHandler in org.apache.synapse.api.rest Modifier and Type Class Description class
RestRequestHandler
This class is responsible for receiving requests from various sources and dispatching them to a suitable REST API for further processing.
-