deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.security.owsproxy
Class Request

java.lang.Object
  extended by org.deegree.security.owsproxy.Request

public class Request
extends Object

Version:
$Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18. Jun 2009) $
Author:
Andreas Poth , last edited by: $Author: mschneider $

Constructor Summary
Request(String service, String name)
           
Request(String service, String name, boolean all)
           
Request(String service, String name, Condition preConditions, Condition postConditions)
           
 
Method Summary
 String getName()
          returns the name request
 Condition getPostConditions()
          returns the post-condition assigned to a request.
 Condition getPreConditions()
          returns the pre-condition assigned to a request.
 String getService()
          returns the name of the service a Request is assigned to
 boolean isAny()
           
 void setAny(boolean any)
           
 void setPostConditions(Condition condition)
          sets the post-condition of a Request
 void setPreConditions(Condition condition)
          sets the pre-condition of a Request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Request

public Request(String service,
               String name)
Parameters:
service -
name -

Request

public Request(String service,
               String name,
               boolean all)
Parameters:
service -
name -
all -

Request

public Request(String service,
               String name,
               Condition preConditions,
               Condition postConditions)
Parameters:
service -
name -
preConditions -
postConditions -
Method Detail

getService

public String getService()
returns the name of the service a Request is assigned to

Returns:
the name of the service a Request is assigned to

getName

public String getName()
returns the name request

Returns:
the name request

getPreConditions

public Condition getPreConditions()
returns the pre-condition assigned to a request. This method may returns null which means no pre conditions are defined and all http-requests validated against the conditions of this request will fail.

Returns:
the pre-condition assigned to a request. This method may returns null which means no pre conditions are defined and all http-requests validated against the conditions of this request will fail.

setPreConditions

public void setPreConditions(Condition condition)
sets the pre-condition of a Request

Parameters:
condition -
See Also:
getPreConditions()

getPostConditions

public Condition getPostConditions()
returns the post-condition assigned to a request. This method may returns null which means no post-conditions are defined and all responses to http-requests validated against the conditions of this request will fail.

Returns:
the post-condition assigned to a request. This method may returns null which means no post-conditions are defined and all responses to http-requests validated against the conditions of this request will fail.

setPostConditions

public void setPostConditions(Condition condition)
sets the post-condition of a Request

Parameters:
condition -
See Also:
getPostConditions()

isAny

public boolean isAny()
Returns:
Returns the all.

setAny

public void setAny(boolean any)
Parameters:
any -

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org