com.servingxml.components.flatfile.options
Class SimpleDelimiterFactory

java.lang.Object
  extended by com.servingxml.components.flatfile.options.SimpleDelimiterFactory
All Implemented Interfaces:
DelimiterFactory

public class SimpleDelimiterFactory
extends java.lang.Object
implements DelimiterFactory


Constructor Summary
SimpleDelimiterFactory(Delimiter delimiter)
           
 
Method Summary
 Delimiter createDelimiter(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDelimiterFactory

public SimpleDelimiterFactory(Delimiter delimiter)
Method Detail

createDelimiter

public Delimiter createDelimiter(ServiceContext context,
                                 Flow flow)
Specified by:
createDelimiter in interface DelimiterFactory