xflow.protocol
Class AbortWorkflowResponse

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

public class AbortWorkflowResponse
extends Response

See Also:
Serialized Form

Field Summary
 
Fields inherited from class xflow.protocol.Response
FAILURE, message, responseCode, SUCCESS
 
Constructor Summary
AbortWorkflowResponse(int statusCode)
           
AbortWorkflowResponse(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

AbortWorkflowResponse

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

AbortWorkflowResponse

public AbortWorkflowResponse(int statusCode)