Package org.smooks.api.resource.config
Interface ReaderConfigurator
-
- All Known Implementing Classes:
GenericReaderConfigurator
public interface ReaderConfiguratorReader configurator. Implementation are responsible creating theResourceConfigfor the Reader to be used by a Smooks instance.- Author:
- tom.fennelly@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ResourceConfig>toConfig()Create theResourceConfiglist for the Reader to be used by the Smooks instance.
-
-
-
Method Detail
-
toConfig
List<ResourceConfig> toConfig()
Create theResourceConfiglist for the Reader to be used by the Smooks instance.- Returns:
- The
ResourceConfiglist.
-
-