com.servingxml.components.streamsource.string
Class InlineStreamSourceFactory

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

public class InlineStreamSourceFactory
extends java.lang.Object
implements StreamSourceFactory


Constructor Summary
InlineStreamSourceFactory(java.lang.String inlineDoc)
           
 
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

InlineStreamSourceFactory

public InlineStreamSourceFactory(java.lang.String inlineDoc)
Method Detail

createStreamSource

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