org.jboss.soa.esb.actions.transformation.xslt
Class SourceFactory

java.lang.Object
  extended by org.jboss.soa.esb.actions.transformation.xslt.SourceFactory

public class SourceFactory
extends java.lang.Object

Code contributed from the Smooks project.


Method Summary
 javax.xml.transform.Source createSource(java.lang.Object from)
           
 javax.xml.transform.Source createSource(java.lang.Object from, javax.xml.parsers.SAXParserFactory validationFactory, org.xml.sax.ErrorHandler validationHandler)
           
static SourceFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SourceFactory getInstance()

createSource

public javax.xml.transform.Source createSource(java.lang.Object from)

createSource

public javax.xml.transform.Source createSource(java.lang.Object from,
                                               javax.xml.parsers.SAXParserFactory validationFactory,
                                               org.xml.sax.ErrorHandler validationHandler)
                                        throws org.xml.sax.SAXException,
                                               javax.xml.parsers.ParserConfigurationException
Throws:
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException