public class RestInvocationAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IInternalAccess |
agent
The agent.
|
protected java.lang.String |
json
Receive json.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
restargs
Arguments for the REST call.
|
protected java.lang.Exception |
resultexception
Exception if it occurred.
|
Constructor and Description |
---|
RestInvocationAgent() |
Modifier and Type | Method and Description |
---|---|
IFuture<java.lang.Void> |
execute()
Performs the call.
|
protected IInternalAccess agent
protected java.util.Map<java.lang.String,java.lang.Object> restargs
protected java.lang.String json
protected java.lang.Exception resultexception
public IFuture<java.lang.Void> execute()