examples.wslauncher6
Class AgentBehaviour.ResponseAction
java.lang.Object
de.fhg.igd.jhsm.AbstractAction
examples.wslauncher6.AgentBehaviour.ResponseAction
- All Implemented Interfaces:
- Action, Serializable
- Enclosing class:
- AgentBehaviour
- private class AgentBehaviour.ResponseAction
- extends AbstractAction
This action invokes the method 'response' of the WebserviceLauncher.
Method Summary |
void |
perform(Context context)
This method retreives the token from the properties and the answer
from the context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentBehaviour.ResponseAction
private AgentBehaviour.ResponseAction()
perform
public void perform(Context context)
- This method retreives the token from the properties and the answer
from the context. Then it invokes the method response from the
WebserviceLauncher.
- Parameters:
context
- Used to publish and retrieve data for/from other actions.- See Also:
WebserviceLauncher.response(String, String)
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.