org.apache.camel.core.xml
Class CamelPropertyPlaceholderDefinition

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.CamelPropertyPlaceholderDefinition

public class CamelPropertyPlaceholderDefinition
extends IdentifiedType

PropertyPlaceholderDefinition represents a <propertyPlaceholder/> element.

Version:
$Revision: 911816 $

Constructor Summary
CamelPropertyPlaceholderDefinition()
           
 
Method Summary
 String getLocation()
           
 String getPropertiesResolverRef()
           
 void setLocation(String location)
           
 void setPropertiesResolverRef(String propertiesResolverRef)
           
 
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
 

Constructor Detail

CamelPropertyPlaceholderDefinition

public CamelPropertyPlaceholderDefinition()
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getPropertiesResolverRef

public String getPropertiesResolverRef()

setPropertiesResolverRef

public void setPropertiesResolverRef(String propertiesResolverRef)


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.