Class InternalAPIDispatcher


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

      • InternalAPIDispatcher

        public InternalAPIDispatcher​(List<InternalAPI> internalApis)
    • Method Detail

      • 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