public static class ConfigurationHelper.FieldParameterSetter extends java.lang.Object implements ConfigurationHelper.ParameterSetter
Constructor and Description |
---|
ConfigurationHelper.FieldParameterSetter() |
Modifier and Type | Method and Description |
---|---|
<T> void |
set(CamelContext camelContext,
EndpointConfiguration config,
java.lang.String name,
T value)
Sets the parameter on the configuration.
|
public ConfigurationHelper.FieldParameterSetter()
public <T> void set(CamelContext camelContext, EndpointConfiguration config, java.lang.String name, T value)
ConfigurationHelper.ParameterSetter
set
in interface ConfigurationHelper.ParameterSetter
camelContext
- the camel contextconfig
- the configurationname
- the name of the parametervalue
- the value to setCopyright © 2007-2014 Red Hat, Inc.. All Rights Reserved.