com.servingxml.components.streamsource.file
Class FileSourceFactory

java.lang.Object
  extended by com.servingxml.components.streamsource.file.FileSourceFactory
All Implemented Interfaces:
StreamSourceFactory

public class FileSourceFactory
extends java.lang.Object
implements StreamSourceFactory

The FileSourceFactory implements a class that creates StreamSource


Method Summary
 StreamSource createStreamSource(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createStreamSource

public StreamSource createStreamSource(ServiceContext context,
                                       Flow flow)
Specified by:
createStreamSource in interface StreamSourceFactory