Uses of Interface
org.apache.camel.component.properties.PropertiesParser

Packages that use PropertiesParser
org.apache.camel.component.properties The Properties Component for lookup of property placeholders for endpoint URI. 
 

Uses of PropertiesParser in org.apache.camel.component.properties
 

Classes in org.apache.camel.component.properties that implement PropertiesParser
 class DefaultPropertiesParser
          A parser to parse a string which contains property placeholders
 

Methods in org.apache.camel.component.properties that return PropertiesParser
 PropertiesParser PropertiesComponent.getPropertiesParser()
           
 

Methods in org.apache.camel.component.properties with parameters of type PropertiesParser
 void PropertiesComponent.setPropertiesParser(PropertiesParser propertiesParser)
           
 



Apache CAMEL