com.servingxml.components.flatfile.options
Class WhitespaceSeparatorFactory

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

public class WhitespaceSeparatorFactory
extends java.lang.Object
implements SeparatorFactory


Constructor Summary
WhitespaceSeparatorFactory()
           
 
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

WhitespaceSeparatorFactory

public WhitespaceSeparatorFactory()
Method Detail

createSeparator

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