xflow.protocol
Class GetWorkflowStateResponse

java.lang.Object
  extended byxflow.protocol.Response
      extended byxflow.protocol.GetWorkflowStateResponse
All Implemented Interfaces:
java.io.Serializable

public class GetWorkflowStateResponse
extends Response

See Also:
Serialized Form

Field Summary
 WorkflowState workflowState
           
 
Fields inherited from class xflow.protocol.Response
FAILURE, message, responseCode, SUCCESS
 
Constructor Summary
GetWorkflowStateResponse(int statusCode, java.lang.String statusMsg, WorkflowState s)
           
GetWorkflowStateResponse(int statusCode, WorkflowState s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workflowState

public WorkflowState workflowState
Constructor Detail

GetWorkflowStateResponse

public GetWorkflowStateResponse(int statusCode,
                                java.lang.String statusMsg,
                                WorkflowState s)

GetWorkflowStateResponse

public GetWorkflowStateResponse(int statusCode,
                                WorkflowState s)