Class SenderPipe

All Implemented Interfaces:
HasSender, HasTransactionAttribute, IConfigurable, IConfigurationAware, IForwardTarget, INamedObject, IPipe, IScopeProvider, IWithParameters, EventThrowing, HasStatistics, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Category("Basic") @ElementType(ENDPOINT) public class SenderPipe extends MessageSendingPipe
Plain extension to MessageSendingPipe that can be used directly in configurations. Only extension is that the setters for listener and sender have been made public, and can therefore be set from the configuration file.
Author:
Dennis van Loon
Parameters
Any parameters defined on the pipe will be handed to the sender, if this is a ISenderWithParameters.