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
.
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