Package org.smooks.api.resource.config
Interface ReaderConfigurator
-
- All Known Implementing Classes:
GenericReaderConfigurator
public interface ReaderConfigurator
Reader configurator. Implementation are responsible creating theResourceConfig
for 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 theResourceConfig
list for the Reader to be used by the Smooks instance.
-
-
-
Method Detail
-
toConfig
List<ResourceConfig> toConfig()
Create theResourceConfig
list for the Reader to be used by the Smooks instance.- Returns:
- The
ResourceConfig
list.
-
-