com.servingxml.components.saxsource
Class StreamSourceXmlSourceFactory

java.lang.Object
  extended by com.servingxml.components.saxsource.StreamSourceXmlSourceFactory
All Implemented Interfaces:
SaxSourceFactory, XmlSourceFactory, StreamSourceFactory

public class StreamSourceXmlSourceFactory
extends java.lang.Object
implements XmlSourceFactory

Factory for creating an XMLFilter.


Constructor Summary
StreamSourceXmlSourceFactory(StreamSourceFactory streamSourceFactory)
           
 
Method Summary
 SaxSource createSaxSource(ServiceContext context, Flow flow)
           
 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

StreamSourceXmlSourceFactory

public StreamSourceXmlSourceFactory(StreamSourceFactory streamSourceFactory)
Method Detail

createSaxSource

public SaxSource createSaxSource(ServiceContext context,
                                 Flow flow)
Specified by:
createSaxSource in interface SaxSourceFactory
Specified by:
createSaxSource in interface XmlSourceFactory

createStreamSource

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