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