com.servingxml.components.serializer
Class CustomSerializerFactory

java.lang.Object
  extended by com.servingxml.components.serializer.CustomSerializerFactory
All Implemented Interfaces:
SaxSinkFactory

public class CustomSerializerFactory
extends java.lang.Object
implements SaxSinkFactory


Field Summary
 
Fields inherited from interface com.servingxml.components.saxsink.SaxSinkFactory
DEFAULT, NULL
 
Constructor Summary
CustomSerializerFactory(InstanceFactory instanceFactory, java.util.Properties properties)
           
 
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

CustomSerializerFactory

public CustomSerializerFactory(InstanceFactory instanceFactory,
                               java.util.Properties properties)
Method Detail

createSaxSink

public SaxSink createSaxSink(ServiceContext context,
                             Flow flow)
Specified by:
createSaxSink in interface SaxSinkFactory