es.rediris.papi.message
Class CheckRequest

java.lang.Object
  extended by es.rediris.papi.message.Request
      extended by es.rediris.papi.message.CheckRequest
All Implemented Interfaces:
Serializable

public class CheckRequest
extends Request
implements Serializable

See Also:
Serialized Form

Field Summary
static String ACTION_PARAM
           
static String CHECK_MESSAGE
           
static String DATA_PARAM
           
static String URL_PARAM
           
 
Fields inherited from class es.rediris.papi.message.Request
message, tokens
 
Constructor Summary
CheckRequest(String gpoaurl, String urlResponse, String data)
           
 
Method Summary
 boolean checkValidity()
           
 
Methods inherited from class es.rediris.papi.message.Request
addToken, cleanTokens, delToken, getMessage, getTokens, setMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHECK_MESSAGE

public static final String CHECK_MESSAGE
See Also:
Constant Field Values

URL_PARAM

public static final String URL_PARAM
See Also:
Constant Field Values

DATA_PARAM

public static final String DATA_PARAM
See Also:
Constant Field Values

ACTION_PARAM

public static final String ACTION_PARAM
See Also:
Constant Field Values
Constructor Detail

CheckRequest

public CheckRequest(String gpoaurl,
                    String urlResponse,
                    String data)
Method Detail

checkValidity

public boolean checkValidity()
Specified by:
checkValidity in class Request