com.servingxml.components.saxsink
Interface SaxSinkFactory
- All Known Implementing Classes:
- BatchedSerializerFactory, CustomSerializerFactory, DefaultSaxSinkFactory, NullSaxSinkFactory, SerializerFactoryPrefilter, XsltSerializerFactory
public interface SaxSinkFactory
A SaxSinkFactory
defines an interface for applying additional formatting
to transformed XML content and sending the result to an output stream.
All data members in a SaxSinkFactory implementation should be declared as final
and initialized in the constructor.
The serialize
method must be reentrant.
NULL
static final SaxSinkFactory NULL
DEFAULT
static final SaxSinkFactory DEFAULT
createSaxSink
SaxSink createSaxSink(ServiceContext context,
Flow flow)