org.objectweb.proactive.core.body.http
Class HttpRequest

java.lang.Object
  extended byorg.objectweb.proactive.core.body.http.HttpRequest
All Implemented Interfaces:
HttpMessage, java.io.Serializable

public class HttpRequest
extends java.lang.Object
implements HttpMessage

See Also:
Serialized Form

Constructor Summary
HttpRequest(Request request, UniqueID idBody)
           
 
Method Summary
 java.lang.Object processMessage()
          Processes the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequest

public HttpRequest(Request request,
                   UniqueID idBody)
Method Detail

processMessage

public java.lang.Object processMessage()
Description copied from interface: HttpMessage
Processes the message.

Specified by:
processMessage in interface HttpMessage
Returns:
an object as a result of the execution of the message


Copyright ? October 2004 INRIA All Rights Reserved.