Package org.frankframework.larva.actions
Class SenderAction
java.lang.Object
org.frankframework.larva.actions.AbstractLarvaAction<ISender>
org.frankframework.larva.actions.SenderAction
- 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 properties) void
void
start()
void
stop()
Methods inherited from class org.frankframework.larva.actions.AbstractLarvaAction
close, configure, invokeSetters, isRunning, peek
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle
getPhase, isAutoStartup
Methods inherited from interface org.springframework.context.SmartLifecycle
stop
-
Constructor Details
-
SenderAction
-
-
Method Details
-
start
public void start()- Specified by:
start
in interfaceorg.springframework.context.Lifecycle
- Overrides:
start
in classAbstractLarvaAction<ISender>
-
stop
public void stop()- Specified by:
stop
in interfaceorg.springframework.context.Lifecycle
- Overrides:
stop
in classAbstractLarvaAction<ISender>
-
executeWrite
public void executeWrite(Message fileContent, String correlationId, Map<String, Object> parameters) throws TimeoutException, SenderException, ListenerException -
executeRead
public Message executeRead(Properties properties) throws SenderException, TimeoutException, ListenerException
-