com.servingxml.components.task
Class TaskCatchError

java.lang.Object
  extended by com.servingxml.components.task.TaskCatchError
All Implemented Interfaces:
Stringable, Task

public class TaskCatchError
extends java.lang.Object
implements Task


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
 
Constructor Summary
TaskCatchError(Task task, CatchError catchError)
           
 
Method Summary
 java.lang.String createString(ServiceContext context, Flow flow)
           
 void execute(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCatchError

public TaskCatchError(Task task,
                      CatchError catchError)
Method Detail

execute

public void execute(ServiceContext context,
                    Flow flow)
Specified by:
execute in interface Task

createString

public java.lang.String createString(ServiceContext context,
                                     Flow flow)
Specified by:
createString in interface Stringable