org.milyn
Interface ReaderConfigurator

All Known Implementing Classes:
GenericReaderConfigurator

public interface ReaderConfigurator

Reader configurator.

Implementation are responsible creating the SmooksResourceConfiguration for the Reader to be used by a Smooks instance.

Author:
tom.fennelly@jboss.com

Method Summary
 SmooksResourceConfiguration toConfig()
          Create the SmooksResourceConfiguration for the Reader to be used by the Smooks instance.
 

Method Detail

toConfig

SmooksResourceConfiguration toConfig()
Create the SmooksResourceConfiguration for the Reader to be used by the Smooks instance.

Returns:
The SmooksResourceConfiguration.


Copyright © 2009. All Rights Reserved.