public interface SmooksFactory
Smooks instances.| Modifier and Type | Method and Description |
|---|---|
Smooks |
createInstance()
Creates a Smooks instance that is unconfigured
|
Smooks |
createInstance(InputStream config)
Creates a Smooks instance that is unconfigured
|
Smooks |
createInstance(String config)
Creates a Smooks instance that is unconfigured
|
Smooks createInstance()
Smooks createInstance(InputStream config) throws IOException, SAXException
config - the Smooks configuration to add to the created Smooks instance.IOExceptionSAXExceptionSmooks createInstance(String config) throws IOException, SAXException
config - the Smooks configuration to add to the created Smooks instance.IOExceptionSAXExceptionCopyright © 2020. All rights reserved.