com.servingxml.components.streamsource.string
Class StringStreamSourceFactory

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

public class StringStreamSourceFactory
extends java.lang.Object
implements StreamSourceFactory


Constructor Summary
StringStreamSourceFactory(java.lang.String s)
           
StringStreamSourceFactory(ValueEvaluator valueEvaluator)
           
 
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

StringStreamSourceFactory

public StringStreamSourceFactory(ValueEvaluator valueEvaluator)

StringStreamSourceFactory

public StringStreamSourceFactory(java.lang.String s)
Method Detail

createStreamSource

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