com.servingxml.components.streamsource
Class DefaultStreamSourceFactory

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

public class DefaultStreamSourceFactory
extends java.lang.Object
implements StreamSourceFactory


Constructor Summary
DefaultStreamSourceFactory()
           
DefaultStreamSourceFactory(java.nio.charset.Charset charset)
           
 
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
 

Constructor Detail

DefaultStreamSourceFactory

public DefaultStreamSourceFactory()

DefaultStreamSourceFactory

public DefaultStreamSourceFactory(java.nio.charset.Charset charset)
Method Detail

createStreamSource

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