com.servingxml.components.wrap
Class WrappedContent
java.lang.Object
com.servingxml.components.content.AbstractContent
com.servingxml.components.wrap.WrappedContent
- All Implemented Interfaces:
- Content, Stringable, Task, ContentTask
public final class WrappedContent
- extends AbstractContent
- implements ContentTask
A filter component filters the stream of sax events.
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 |
WrappedContent
public WrappedContent(Content content,
SaxSinkFactory saxSinkFactory,
OutputPropertyFactory[] defaultOutputPropertyFactories)
appendToXmlPipeline
public void appendToXmlPipeline(ServiceContext context,
Flow flow,
XmlFilterChain pipeline)
- Specified by:
appendToXmlPipeline
in interface Content
createXmlPipeline
public XmlPipeline createXmlPipeline(ServiceContext context,
Flow flow)
- Specified by:
createXmlPipeline
in interface Content
execute
public void execute(ServiceContext context,
Flow flow)
- Specified by:
execute
in interface Task
- Overrides:
execute
in class AbstractContent
createSaxSource
public SaxSource createSaxSource(ServiceContext context,
Flow flow)
- Specified by:
createSaxSource
in interface Content