public class RestRequestHandler extends AbstractApiHandler
Constructor and Description |
---|
RestRequestHandler() |
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 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-2022 Apache Software Foundation. All Rights Reserved.