xflow.protocol
Class StartWorkflowResponse

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

public class StartWorkflowResponse
extends Response

See Also:
Serialized Form

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

Field Detail

workflowId

public java.lang.Integer workflowId
Constructor Detail

StartWorkflowResponse

public StartWorkflowResponse(int statusCode,
                             java.lang.String statusMsg,
                             java.lang.Integer workflowId)

StartWorkflowResponse

public StartWorkflowResponse(int statusCode,
                             int id)