at.knowcenter.wag.egov.egiz.web
Class LocalRequest

java.lang.Object
  extended by at.knowcenter.wag.egov.egiz.web.LocalRequest
All Implemented Interfaces:
Serializable

public class LocalRequest
extends Object
implements Serializable

Encapsulates a local request, basicall an URL where the local request is sent to and a request string.

Author:
wprinz
See Also:
Serialized Form

Field Summary
protected  String request_string_
          The request string to be sent to that URL.
protected  String url_
          The URL the local request sould be directed at.
 
Constructor Summary
LocalRequest(String url, String request_string)
          Constructor that initializes the URL and request string.
 
Method Summary
 String getRequestString()
          Returns the request string.
 String getUrl()
          Returns the URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url_

protected String url_
The URL the local request sould be directed at.


request_string_

protected String request_string_
The request string to be sent to that URL.

Constructor Detail

LocalRequest

public LocalRequest(String url,
                    String request_string)
Constructor that initializes the URL and request string.

Parameters:
url - The URL the local request sould be directed at.
request_string - The request string to be sent to that URL.
Method Detail

getUrl

public String getUrl()
Returns the URL.

Returns:
Returns the URL.

getRequestString

public String getRequestString()
Returns the request string.

Returns:
Returns the request string.


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.