xflow.protocol
Class SetVariableResponse

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

public class SetVariableResponse
extends Response

See Also:
Serialized Form

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

SetVariableResponse

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

SetVariableResponse

public SetVariableResponse(int statusCode)