|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.web.actions.sync2async.Payload
public class Payload
Simple bean that represents the payload that will be used by the sync2async action implementation to construct the asynchronous message.
| Constructor Summary | |
|---|---|
Payload()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBody()
Return the payload body. |
java.util.Map |
getProperties()
Return the payload properties. |
void |
setBody(java.lang.String body)
Set the body of the payload. |
void |
setProperties(java.util.Map props)
Set the property map of the payload. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Payload()
| Method Detail |
|---|
public void setBody(java.lang.String body)
body - String instance containing the payload body.public void setProperties(java.util.Map props)
props - Map instance containing the payload properties.public java.lang.String getBody()
public java.util.Map getProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||