com.servingxml.components.serializer
Class BatchedSerializerFactoryAssembler

java.lang.Object
  extended by com.servingxml.components.serializer.BatchedSerializerFactoryAssembler

public class BatchedSerializerFactoryAssembler
extends java.lang.Object


Constructor Summary
BatchedSerializerFactoryAssembler()
           
 
Method Summary
 SaxSinkFactory assemble(ConfigurationContext context)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(SaxSinkFactory saxSinkFactory)
           
 void setBatchSize(long batchSize)
           
 void setMaxFiles(int maxFiles)
           
 void setPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchedSerializerFactoryAssembler

public BatchedSerializerFactoryAssembler()
Method Detail

setPath

public void setPath(java.lang.String path)

setBatchSize

public void setBatchSize(long batchSize)

setMaxFiles

public void setMaxFiles(int maxFiles)

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(SaxSinkFactory saxSinkFactory)

assemble

public SaxSinkFactory assemble(ConfigurationContext context)