org.apache.camel.core.xml
Class CamelPropertyPlaceholderDefinition
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.CamelPropertyPlaceholderDefinition
public class CamelPropertyPlaceholderDefinition
- extends org.apache.camel.model.IdentifiedType
PropertyPlaceholderDefinition represents a <propertyPlaceholder/> element.
- Version:
| Methods inherited from class org.apache.camel.model.IdentifiedType |
getId, setId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelPropertyPlaceholderDefinition
public CamelPropertyPlaceholderDefinition()
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getPropertiesResolverRef
public String getPropertiesResolverRef()
setPropertiesResolverRef
public void setPropertiesResolverRef(String propertiesResolverRef)
getPropertiesParserRef
public String getPropertiesParserRef()
setPropertiesParserRef
public void setPropertiesParserRef(String propertiesParserRef)
Apache CAMEL