org.apache.camel.spring.spi
Class BridgePropertyPlaceholderConfigurer
java.lang.Object
org.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.beans.factory.config.PropertyResourceConfigurer
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
- All Implemented Interfaces:
- org.apache.camel.component.properties.PropertiesResolver, BeanFactoryAware, BeanNameAware, BeanFactoryPostProcessor, Ordered, PriorityOrdered
public class BridgePropertyPlaceholderConfigurer
- extends PropertyPlaceholderConfigurer
- implements org.apache.camel.component.properties.PropertiesResolver
A PropertyPlaceholderConfigurer
that bridges Camel's
property placeholder with the Spring property placeholder mechanism.
Methods inherited from class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
parseStringValue, resolvePlaceholder, resolvePlaceholder, resolveSystemProperty, setBeanFactory, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setSearchSystemEnvironment, setSystemPropertiesMode, setSystemPropertiesModeName, setValueSeparator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgePropertyPlaceholderConfigurer
public BridgePropertyPlaceholderConfigurer()
processProperties
protected void processProperties(ConfigurableListableBeanFactory beanFactoryToProcess,
Properties props)
throws BeansException
- Overrides:
processProperties
in class PropertyPlaceholderConfigurer
- Throws:
BeansException
setBeanName
public void setBeanName(String beanName)
- Specified by:
setBeanName
in interface BeanNameAware
- Overrides:
setBeanName
in class PropertyPlaceholderConfigurer
resolveProperties
public Properties resolveProperties(org.apache.camel.CamelContext context,
boolean ignoreMissingLocation,
String... uri)
throws Exception
- Specified by:
resolveProperties
in interface org.apache.camel.component.properties.PropertiesResolver
- Throws:
Exception
setResolver
public void setResolver(org.apache.camel.component.properties.PropertiesResolver resolver)
Apache CAMEL