com.servingxml.components.task
Interface Task
- All Superinterfaces:
- Stringable
- All Known Subinterfaces:
- Choose, ContentTask, RecordStreamBuilder
- All Known Implementing Classes:
- AbstractTask, ChooseImpl, ChoosePrefilter, ContentTaskCatchError, ContentTaskPrefilter, RecordStreamBuilderImpl, RecordStreamBuilderPrefilter, RunService, RunService2, SerializedContent, TaskCatchError, TaskPrefilter, ThrowError, TransformedContent, WrappedContent
public interface Task
- extends Stringable
An interface for performing tasks - serializing XML, processing records, sending mail, etc.
The classes responsible for performing a action implement this interface.
execute
void execute(ServiceContext context,
Flow flow)