com.servingxml.components.saxsource
Class SaxSourceFactoryAdaptor

java.lang.Object
  extended by com.servingxml.components.saxsource.SaxSourceFactoryAdaptor
All Implemented Interfaces:
SaxSourceFactory

public class SaxSourceFactoryAdaptor
extends java.lang.Object
implements SaxSourceFactory

Factory for creating an XMLFilter.


Constructor Summary
SaxSourceFactoryAdaptor(StreamSourceFactory streamSourceFactory)
           
 
Method Summary
 SaxSource createSaxSource(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaxSourceFactoryAdaptor

public SaxSourceFactoryAdaptor(StreamSourceFactory streamSourceFactory)
Method Detail

createSaxSource

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