com.servingxml.components.saxsource
Interface XmlSourceFactory

All Superinterfaces:
SaxSourceFactory, StreamSourceFactory
All Known Implementing Classes:
SaxSourceXmlSourceFactory, StreamSourceXmlSourceFactory

public interface XmlSourceFactory
extends SaxSourceFactory, StreamSourceFactory

Factory for creating a SaxSource.


Method Summary
 SaxSource createSaxSource(ServiceContext context, Flow flow)
           
 StreamSource createStreamSource(ServiceContext context, Flow flow)
           
 

Method Detail

createSaxSource

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

createStreamSource

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