|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.serializer.SerializerFactoryPrefilter
public class SerializerFactoryPrefilter
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 |
---|
Fields inherited from interface com.servingxml.components.saxsink.SaxSinkFactory |
---|
DEFAULT, NULL |
Constructor Summary | |
---|---|
SerializerFactoryPrefilter(SaxSinkFactory saxSinkFactory,
ParameterDescriptor[] parameterDescriptors)
|
Method Summary | |
---|---|
SaxSink |
createSaxSink(ServiceContext context,
Flow flow)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializerFactoryPrefilter(SaxSinkFactory saxSinkFactory, ParameterDescriptor[] parameterDescriptors)
Method Detail |
---|
public SaxSink createSaxSink(ServiceContext context, Flow flow)
createSaxSink
in interface SaxSinkFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |