Package org.frankframework.larva.actions
Interface LarvaScenarioAction
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AbstractLarvaAction,LarvaAction,LarvaPushingListenerAction,PullingListenerAction,SenderAction
-
Method Summary
Modifier and TypeMethodDescriptionexecuteRead(Properties stepParameters) voidexecuteWrite(Message fileContent, String correlationId, Properties stepParameters) Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
executeWrite
void executeWrite(Message fileContent, String correlationId, Properties stepParameters) throws TimeoutException, SenderException, ListenerException -
executeRead
Message executeRead(Properties stepParameters) throws SenderException, IOException, TimeoutException, ListenerException
-