org.apache.camel.cdi.component.properties
Class CdiPropertiesParser

java.lang.Object
  extended by org.apache.camel.component.properties.DefaultPropertiesParser
      extended by org.apache.camel.cdi.component.properties.CdiPropertiesParser
All Implemented Interfaces:
org.apache.camel.component.properties.AugmentedPropertyNameAwarePropertiesParser, org.apache.camel.component.properties.PropertiesParser

public class CdiPropertiesParser
extends org.apache.camel.component.properties.DefaultPropertiesParser

Properties parser which uses ConfigResolver from deltaspike to obtain configuration properties. If property is not recognized by deltaspike execution will be delegated to parent implementation.


Field Summary
 
Fields inherited from class org.apache.camel.component.properties.DefaultPropertiesParser
log
 
Constructor Summary
CdiPropertiesParser()
           
 
Method Summary
 String parseProperty(String key, String value, Properties properties)
           
 
Methods inherited from class org.apache.camel.component.properties.DefaultPropertiesParser
parseUri, parseUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdiPropertiesParser

public CdiPropertiesParser()
Method Detail

parseProperty

public String parseProperty(String key,
                            String value,
                            Properties properties)
Specified by:
parseProperty in interface org.apache.camel.component.properties.PropertiesParser
Overrides:
parseProperty in class org.apache.camel.component.properties.DefaultPropertiesParser


Apache Camel