org.apache.camel.impl
Class ConfigurationHelper.FieldParameterSetter

java.lang.Object
  extended by org.apache.camel.impl.ConfigurationHelper.FieldParameterSetter
All Implemented Interfaces:
ConfigurationHelper.ParameterSetter
Enclosing class:
ConfigurationHelper

public static class ConfigurationHelper.FieldParameterSetter
extends Object
implements ConfigurationHelper.ParameterSetter


Constructor Summary
ConfigurationHelper.FieldParameterSetter()
           
 
Method Summary
<T> void
set(CamelContext camelContext, EndpointConfiguration config, String name, T value)
          Sets the parameter on the configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationHelper.FieldParameterSetter

public ConfigurationHelper.FieldParameterSetter()
Method Detail

set

public <T> void set(CamelContext camelContext,
                    EndpointConfiguration config,
                    String name,
                    T value)
Description copied from interface: ConfigurationHelper.ParameterSetter
Sets the parameter on the configuration.

Specified by:
set in interface ConfigurationHelper.ParameterSetter
Parameters:
camelContext - the camel context
config - the configuration
name - the name of the parameter
value - the value to set


Apache CAMEL