public interface InvokeManager
Modifier and Type | Method and Description |
---|---|
boolean |
doInvoke()
Checks if the current request should be processed.
|
void |
finishInvoke()
Finishes the invocation of the current operation.
|
java.lang.String |
getOperationName()
Gets the name of the operation to invoke.
|
byte[] |
getRequestBody()
Gets the request body to be passed to the current operation.
|
boolean doInvoke() throws GatewayException
GatewayException
- if the method fails for some reasonbyte[] getRequestBody()
java.lang.String getOperationName()
void finishInvoke() throws GatewayException
GatewayException
- if the method fails for some reason