Package org.apache.camel.component.bean
Class BeanPropertiesFunction
java.lang.Object
org.apache.camel.component.bean.BeanPropertiesFunction
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
,org.apache.camel.spi.HasCamelContext
,org.apache.camel.spi.PropertiesFunction
@PropertiesFunction("bean")
public class BeanPropertiesFunction
extends Object
implements org.apache.camel.spi.PropertiesFunction, org.apache.camel.CamelContextAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.CamelContext
getName()
void
setCamelContext
(org.apache.camel.CamelContext camelContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.spi.PropertiesFunction
lookupFirst
-
Constructor Details
-
BeanPropertiesFunction
public BeanPropertiesFunction()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceorg.apache.camel.spi.PropertiesFunction
-
apply
- Specified by:
apply
in interfaceorg.apache.camel.spi.PropertiesFunction
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext) - Specified by:
setCamelContext
in interfaceorg.apache.camel.CamelContextAware
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()- Specified by:
getCamelContext
in interfaceorg.apache.camel.spi.HasCamelContext
-