public class BlockingServerMethodHandler extends ServerMethodHandler
MethodInfo or REST) and passes that to the appropriate service for execution.adminKey, isBlocking, isXmlRpc| Constructor and Description |
|---|
BlockingServerMethodHandler(java.lang.String theAdminKey)
Create a new instance of BlockingServerMethodHandler.
|
| Modifier and Type | Method and Description |
|---|---|
HttpEntity |
handleMethodExecution(BusEntity bo)
Handle the HTTP request.
|
badRequestResponse, convertRequest, convertResponse, forbiddenResponse, noContentResponse, notFoundResponse, processLocalCall, processServiceCall, serverRequestpublic BlockingServerMethodHandler(java.lang.String theAdminKey)
throws java.lang.Exception
theAdminKey - the server admin key.java.lang.Exception - any error.public HttpEntity handleMethodExecution(BusEntity bo)
handleMethodExecution in class ServerMethodHandlerbo - the object retrieved from the message bus.