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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.components.string.Stringable
Stringable.EmptyStringable
 
Field Summary
 
Fields inherited from interface com.servingxml.components.string.Stringable
EMPTY, EMPTY_ARRAY
 
Method Summary
 void execute(ServiceContext context, Flow flow)
           
 
Methods inherited from interface com.servingxml.components.string.Stringable
createString
 

Method Detail

execute

void execute(ServiceContext context,
             Flow flow)