com.servingxml.components.flatfile.options
Class StartEndSeparatorFactory

java.lang.Object
  extended by com.servingxml.components.flatfile.options.StartEndSeparatorFactory
All Implemented Interfaces:
SeparatorFactory

public class StartEndSeparatorFactory
extends java.lang.Object
implements SeparatorFactory


Constructor Summary
StartEndSeparatorFactory(SubstitutionExpr startExpr, SubstitutionExpr endExpr)
           
 
Method Summary
 Separator createSeparator(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartEndSeparatorFactory

public StartEndSeparatorFactory(SubstitutionExpr startExpr,
                                SubstitutionExpr endExpr)
Method Detail

createSeparator

public Separator createSeparator(ServiceContext context,
                                 Flow flow)
Specified by:
createSeparator in interface SeparatorFactory