cat.security
Class Response

java.lang.Object
  extended bycat.security.Response

public class Response
extends java.lang.Object

super class for responses. Date: Apr 3, 2003 Time: 12:56:48 PM


Field Summary
private  Data data
           
private  Request request
           
 
Constructor Summary
Response(Request r)
          Constructs a response to the specified request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

private Data data

request

private Request request
Constructor Detail

Response

public Response(Request r)
Constructs a response to the specified request.

Parameters:
r - the request