org.jboss.wise.lms.httpForward.valueObject
Class Communication

java.lang.Object
  extended by org.jboss.wise.lms.httpForward.valueObject.Communication
All Implemented Interfaces:
java.io.Serializable

public class Communication
extends java.lang.Object
implements java.io.Serializable

Keeps request and response corresponding to the same request-response communication together.

Author:
Stefano Maestri, stefano.maestri@javalinux.it, Alessio Soldano, alessio.soldano@javalinux.it
See Also:
Serialized Form

Constructor Summary
Communication()
           
Communication(Request request, Response response)
           
 
Method Summary
 Request getRequest()
           
 Response getResponse()
           
 void setRequest(Request request)
           
 void setResponse(Response response)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Communication

public Communication()

Communication

public Communication(Request request,
                     Response response)
Method Detail

getRequest

public Request getRequest()

setRequest

public void setRequest(Request request)

getResponse

public Response getResponse()

setResponse

public void setResponse(Response response)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object