Class LarvaAction
java.lang.Object
org.frankframework.larva.actions.AbstractLarvaAction<IConfigurable>
org.frankframework.larva.actions.LarvaAction
- All Implemented Interfaces:
AutoCloseable, IConfigurable, LarvaScenarioAction, ConfigurableLifecycle, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteRead(Properties stepParameters) voidexecuteWrite(Message fileContent, String correlationId, Properties stepParameters) Methods inherited from class AbstractLarvaAction
close, configure, invokeSetters, isConfigured, isRunning, peek, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConfigurableLifecycle
getPhase, isAutoStartupMethods inherited from interface org.springframework.context.SmartLifecycle
isPauseable, stop
-
Constructor Details
-
LarvaAction
-
-
Method Details
-
executeWrite
public void executeWrite(Message fileContent, String correlationId, Properties stepParameters) throws TimeoutException, SenderException, ListenerException -
executeRead
public Message executeRead(Properties stepParameters) throws SenderException, TimeoutException, ListenerException
-