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.


Field Summary
static SaxSinkFactory DEFAULT
           
static SaxSinkFactory NULL
           
 
Method Summary
 SaxSink createSaxSink(ServiceContext context, Flow flow)
           
 

Field Detail

NULL

static final SaxSinkFactory NULL

DEFAULT

static final SaxSinkFactory DEFAULT
Method Detail

createSaxSink

SaxSink createSaxSink(ServiceContext context,
                      Flow flow)