org.jboss.soa.esb
Interface Configurable

All Known Subinterfaces:
HttpMethodFactory
All Known Implementing Classes:
AbstractHttpMethodFactory, AbstractStreamSplitter, FileStreamSplitter, GETHttpMethodFactory, JmsEndpoint, POSTHttpMethodFactory, ServiceChannel, SOAPProxyWsdlContractPublisher, TextPlainMimeDecoder

public interface Configurable

Configurable component.

Author:
tom.fennelly@jboss.com

Method Summary
 void setConfiguration(ConfigTree config)
          Set the component configuration.
 

Method Detail

setConfiguration

void setConfiguration(ConfigTree config)
                      throws ConfigurationException
Set the component configuration.

Parameters:
config - The conponent configuration.
Throws:
ConfigurationException - Bad component configuration.