public class InternalAPIDispatcher extends Object
InternalAPIDispatcher takes care of dispatching messages received over the internal inbound endpoint into
relevant InternalAPI.| Constructor and Description |
|---|
InternalAPIDispatcher(List<InternalAPI> internalApis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dispatch(org.apache.synapse.MessageContext synCtx)
Dispatches the message into relevant internal API.
|
public InternalAPIDispatcher(List<InternalAPI> internalApis)
Copyright © 2019 WSO2. All rights reserved.