org.objectweb.proactive.core.body.http
Interface HttpMessage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HttpLookupMessage, HttpReply, HttpRequest

public interface HttpMessage
extends java.io.Serializable

This interface is used to encapsulate any kind of HTTP message.

Author:
vlegrand
See Also:
Serializable

Method Summary
 java.lang.Object processMessage()
          Processes the message.
 

Method Detail

processMessage

public java.lang.Object processMessage()
Processes the message.

Returns:
an object as a result of the execution of the message


Copyright ? October 2004 INRIA All Rights Reserved.