org.milyn.config
Interface Configurable

All Known Implementing Classes:
BigDecimalDecoder, BigIntegerDecoder, CalendarDecoder, CustomDecoder, DateDecoder, DoubleDecoder, EnumDecoder, FloatDecoder, IntegerDecoder, LocaleAwareDateDecoder, LocaleAwareDecoder, LongDecoder, MappingDecoder, NumberDecoder, ShortDecoder, SqlDateDecoder, SqlTimeDecoder, SqlTimestampDecoder, XMLGregorianCalendarDecoder

public interface Configurable

Configurable component.

Author:
tom.fennelly@jboss.com

Method Summary
 Properties getConfiguration()
          Get the component configuration.
 void setConfiguration(Properties config)
          Set the component configuration.
 

Method Detail

setConfiguration

void setConfiguration(Properties config)
                      throws SmooksConfigurationException
Set the component configuration.

Parameters:
config - The component configuration properties.
Throws:
SmooksConfigurationException - Bad component configuration.

getConfiguration

Properties getConfiguration()
Get the component configuration.

Returns:
The component configuration properties.


Copyright © 2018. All rights reserved.