es.rediris.papi.message
Class AttRequest

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

public class AttRequest
extends Request
implements Serializable

See Also:
Serialized Form

Field Summary
static String POAID_PARAM
           
static String POAREF_PARAM
           
static String POAURL_PARAM
           
 
Fields inherited from class es.rediris.papi.message.Request
message, tokens
 
Constructor Summary
AttRequest(Object asLocation)
           
 
Method Summary
 boolean checkValidity()
           
 Object getAsLocation()
           
 void setAsLocation(Object asLocation)
           
 
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

POAID_PARAM

public static final String POAID_PARAM
See Also:
Constant Field Values

POAREF_PARAM

public static final String POAREF_PARAM
See Also:
Constant Field Values

POAURL_PARAM

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

AttRequest

public AttRequest(Object asLocation)
Method Detail

getAsLocation

public Object getAsLocation()

setAsLocation

public void setAsLocation(Object asLocation)

checkValidity

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