com.servingxml.components.transform
Class ContentTaskCatchError
java.lang.Object
com.servingxml.components.transform.ContentTaskCatchError
- All Implemented Interfaces:
- Content, Stringable, Task, ContentTask
public class ContentTaskCatchError
- extends java.lang.Object
- implements ContentTask
Fields inherited from interface com.servingxml.components.string.Stringable |
EMPTY |
Fields inherited from interface com.servingxml.components.string.Stringable |
EMPTY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentTaskCatchError
public ContentTaskCatchError(ContentTask contentTask,
CatchError catchError)
createString
public java.lang.String createString(ServiceContext context,
Flow flow)
- Specified by:
createString
in interface Stringable
createSaxSource
public SaxSource createSaxSource(ServiceContext context,
Flow flow)
- Specified by:
createSaxSource
in interface Content
createXmlPipeline
public XmlPipeline createXmlPipeline(ServiceContext context,
Flow flow)
- Specified by:
createXmlPipeline
in interface Content
appendToXmlPipeline
public void appendToXmlPipeline(ServiceContext context,
Flow flow,
XmlFilterChain pipeline)
- Specified by:
appendToXmlPipeline
in interface Content
execute
public void execute(ServiceContext context,
Flow flow)
- Specified by:
execute
in interface Task