public class CdiPropertiesParser
extends org.apache.camel.component.properties.DefaultPropertiesParser
ConfigResolver from deltaspike to obtain
configuration properties. If property is not recognized by deltaspike execution
will be delegated to parent implementation.| Constructor and Description |
|---|
CdiPropertiesParser(org.apache.camel.component.properties.PropertiesComponent propertiesComponent) |
| Modifier and Type | Method and Description |
|---|---|
String |
parseProperty(String key,
String value,
Properties properties) |
public CdiPropertiesParser(org.apache.camel.component.properties.PropertiesComponent propertiesComponent)
public String parseProperty(String key, String value, Properties properties)
parseProperty in interface org.apache.camel.component.properties.PropertiesParserparseProperty in class org.apache.camel.component.properties.DefaultPropertiesParserApache Camel