xflow.protocol
Class SuspendWorkflowResponse

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

public class SuspendWorkflowResponse
extends Response

See Also:
Serialized Form

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

Constructor Detail

SuspendWorkflowResponse

public SuspendWorkflowResponse(int statusCode,
                               java.lang.String statusMsg)

SuspendWorkflowResponse

public SuspendWorkflowResponse(int statusCode)