Class SenderPipe

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasSender, HasTransactionAttribute, IConfigurable, IForwardTarget, IPipe, IScopeProvider, IWithParameters, NameAware, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle

Sends a message using an sender and optionally receives a reply from the same sender. Provides a base-class for a Pipe that always has the same forward. Ancestor classes should call super.configure() in their configure()-methods.