xflow.protocol
Class Request

java.lang.Object
  extended byxflow.protocol.Request
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbortWorkflowRequest, DeployModelRequest, GetActiveWorkflowsRequest, GetAllWorkflowsRequest, GetModelsRequest, GetNodeByNameRequest, GetProcessNodesRequest, GetVariableRequest, GetWorkflowsByNameRequest, GetWorkflowStateRequest, ResumeWorkflowRequest, SetVariableRequest, StartWorkflowRequest, SuspendWorkflowRequest, WorkflowProcessRequest

public abstract class Request
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String replyName
           
 User user
           
 
Constructor Summary
Request()
           
 
Method Summary
 Response service()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

replyName

public java.lang.String replyName

user

public User user
Constructor Detail

Request

public Request()
Method Detail

service

public Response service()