Package com.chutneytesting.action.jms
Class JmsListenerAction
- java.lang.Object
-
- com.chutneytesting.action.jms.JmsListenerAction
-
-
Constructor Summary
Constructors Constructor Description JmsListenerAction(Target target, Logger logger, JmsListenerParameters listenerJmsParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecute()List<String>validateInputs()
-
-
-
Constructor Detail
-
JmsListenerAction
public JmsListenerAction(Target target, Logger logger, @Input("listenerJmsParameters") JmsListenerParameters listenerJmsParameters)
-
-
Method Detail
-
validateInputs
public List<String> validateInputs()
- Specified by:
validateInputsin interfaceAction
-
execute
public ActionExecutionResult execute()
-
-