Package org.wso2.carbon.inbound.endpoint.internal.http.api
-
Interface Summary Interface Description InternalAPI InternalAPI
is the interface that need to be implemented in order to register an internal API into EI.InternalAPIHandler InternalAPIHandler
is the interface that need to be implemented in order to set handlers to an internal API. -
Class Summary Class Description APIResource APIResource
is the abstract implementation of a Resource in an Internal API.ConfigurationLoader ConfigurationLoader
contains utilities to load configuration file content required for Internal APIs implementation.Constants Constants
contains constants related to internal http api implementation.InternalAPIDispatcher InternalAPIDispatcher
takes care of dispatching messages received over the internal inbound endpoint into relevantInternalAPI
.