|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.web.command.PayloadCommand
public class PayloadCommand
A Wrapper class that can contain a payload along with the module name and initiator name to deliver that payload to.
| Constructor Summary | |
|---|---|
PayloadCommand(String moduleName,
String initiatorName)
Constructor |
|
| Method Summary | |
|---|---|
String |
getInitiatorName()
Get the initiator name |
String |
getModuleName()
Get the module name |
String |
getPayloadContent()
Get the payload content |
void |
setInitiatorName(String initiatorName)
Set the initiator name |
void |
setModuleName(String moduleName)
Set the module name |
void |
setPayloadContent(String payloadContent)
Set the payload content name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PayloadCommand(String moduleName,
String initiatorName)
moduleName - - The name of the moduleinitiatorName - - The name of the initiator| Method Detail |
|---|
public String getInitiatorName()
public String getModuleName()
public String getPayloadContent()
public void setInitiatorName(String initiatorName)
initiatorName - - the initiator namepublic void setModuleName(String moduleName)
moduleName - - the module namepublic void setPayloadContent(String payloadContent)
payloadContent - - the payload content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||