public class RestInvocationAgent
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected IInternalAccess | agentThe agent. | 
| protected java.lang.String | jsonReceive json. | 
| protected java.util.Map<java.lang.String,java.lang.Object> | restargsArguments for the REST call. | 
| protected java.lang.Exception | resultexceptionException 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()