Class InternalAPIDispatcher

java.lang.Object
org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPIDispatcher

public class InternalAPIDispatcher extends Object
InternalAPIDispatcher takes care of dispatching messages received over the internal inbound endpoint into relevant InternalAPI.
  • Constructor Details

    • InternalAPIDispatcher

      public InternalAPIDispatcher(List<InternalAPI> internalApis)
  • Method Details

    • dispatch

      public boolean dispatch(org.apache.synapse.MessageContext synCtx)
      Dispatches the message into relevant internal API.
      Parameters:
      synCtx - the Synapse Message Context
      Returns:
      whether to continue with post dispatching actions