org.milyn
Class GenericReaderConfigurator
java.lang.Object
org.milyn.GenericReaderConfigurator
- All Implemented Interfaces:
- ReaderConfigurator
public class GenericReaderConfigurator
- extends Object
- implements ReaderConfigurator
Generic reader configurator.
Specific reader implementations can define specialized configurators.
- Author:
- tom.fennelly@jboss.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericReaderConfigurator
public GenericReaderConfigurator()
GenericReaderConfigurator
public GenericReaderConfigurator(Class<? extends XMLReader> readerClass)
getParameters
public Properties getParameters()
setParameters
public GenericReaderConfigurator setParameters(Properties parameters)
setFeature
public GenericReaderConfigurator setFeature(String feature,
boolean on)
setTargetProfile
public GenericReaderConfigurator setTargetProfile(String targetProfile)
toConfig
public SmooksResourceConfiguration toConfig()
- Description copied from interface:
ReaderConfigurator
- Create the
SmooksResourceConfiguration for the Reader to be used by the Smooks instance.
- Specified by:
toConfig in interface ReaderConfigurator
- Returns:
- The
SmooksResourceConfiguration.
Copyright © 2009. All Rights Reserved.