com.servingxml.components.saxsource
Class SaxSourceXmlSourceFactory

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

public class SaxSourceXmlSourceFactory
extends java.lang.Object
implements XmlSourceFactory

Factory for creating an XMLFilter.


Constructor Summary
SaxSourceXmlSourceFactory(SaxSourceFactory saxSourceFactory)
           
 
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

SaxSourceXmlSourceFactory

public SaxSourceXmlSourceFactory(SaxSourceFactory saxSourceFactory)
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