|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.proactive.core.body.http.util.HttpMessage
public abstract class HttpMessage
This interface is used to encapsulate any kind of HTTP message.
Serializable,
Serialized Form| Field Summary | |
|---|---|
protected java.lang.Object |
returnedObject
|
| Constructor Summary | |
|---|---|
HttpMessage(java.lang.String url)
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
processMessage()
Processes the message. |
void |
send()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object returnedObject
| Constructor Detail |
|---|
public HttpMessage(java.lang.String url)
| Method Detail |
|---|
public abstract java.lang.Object processMessage()
throws java.lang.Exception
java.lang.Exception
public final void send()
throws HTTPRemoteException
HTTPRemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||