public class InboundApiHandler extends AbstractApiHandler
Constructor and Description |
---|
InboundApiHandler() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
dispatchToAPI(MessageContext synCtx) |
boolean |
process(MessageContext synCtx)
Attempt to process the given message through one of the available inbound APIs.
|
apiProcess, apiProcessNonDefaultStrategy, dispatchToAPI, identifyAPI
public boolean process(MessageContext synCtx)
process
in class AbstractApiHandler
synCtx
- MessageContext of the request to be processedprotected boolean dispatchToAPI(MessageContext synCtx)
dispatchToAPI
in class AbstractApiHandler
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.