|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EsfRequestPayload | |
---|---|
com.eurotech.framework.cloud | |
com.eurotech.framework.cloud.app.command | |
com.eurotech.framework.core.configuration | |
com.eurotech.framework.message |
Uses of EsfRequestPayload in com.eurotech.framework.cloud |
---|
Methods in com.eurotech.framework.cloud with parameters of type EsfRequestPayload | |
---|---|
protected void |
Cloudlet.doDel(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
Cloudlet.doExec(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
Cloudlet.doGet(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
Cloudlet.doPost(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
Cloudlet.doPut(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
Uses of EsfRequestPayload in com.eurotech.framework.cloud.app.command |
---|
Subclasses of EsfRequestPayload in com.eurotech.framework.cloud.app.command | |
---|---|
class |
EsfCommandRequestPayload
|
Methods in com.eurotech.framework.cloud.app.command with parameters of type EsfRequestPayload | |
---|---|
protected void |
CommandCloudApp.doExec(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
Uses of EsfRequestPayload in com.eurotech.framework.core.configuration |
---|
Methods in com.eurotech.framework.core.configuration with parameters of type EsfRequestPayload | |
---|---|
protected void |
CloudConfigurationHandler.doExec(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
CloudConfigurationHandler.doGet(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
protected void |
CloudConfigurationHandler.doPut(CloudletTopic reqTopic,
EsfRequestPayload reqPayload,
EsfResponsePayload respPayload)
|
Uses of EsfRequestPayload in com.eurotech.framework.message |
---|
Methods in com.eurotech.framework.message that return EsfRequestPayload | |
---|---|
static EsfRequestPayload |
EsfRequestPayload.buildFromEsfPayload(EsfPayload payload)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |