org.apache.camel.impl
Interface ConfigurationHelper.ParameterSetter

All Known Implementing Classes:
ConfigurationHelper.FieldParameterSetter
Enclosing class:
ConfigurationHelper

public static interface ConfigurationHelper.ParameterSetter


Method Summary
<T> void
set(CamelContext camelContext, EndpointConfiguration config, String name, T value)
          Sets the parameter on the configuration.
 

Method Detail

set

<T> void set(CamelContext camelContext,
             EndpointConfiguration config,
             String name,
             T value)
         throws RuntimeCamelException
Sets the parameter on the configuration.

Parameters:
camelContext - the camel context
config - the configuration
name - the name of the parameter
value - the value to set
Throws:
RuntimeCamelException - is thrown if error setting the parameter


Apache CAMEL