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

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

public class HttpReply
extends java.lang.Object
implements HttpMessage

This kind of HTTP message isusefull to receive and send replies.

Author:
vlegrand
See Also:
HttpMessage, Serialized Form

Constructor Summary
HttpReply(Reply reply, UniqueID idBody)
          Constructs an HTTP Message containing a ProActive Reply
 
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

HttpReply

public HttpReply(Reply reply,
                 UniqueID idBody)
Constructs an HTTP Message containing a ProActive Reply

Parameters:
reply - The ProActive Reply to encapsulate
idBody - The unique id of the targeted active object
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 ? April 2005 INRIA All Rights Reserved.