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.CamelContextgetName()voidsetCamelContext(org.apache.camel.CamelContext camelContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.spi.PropertiesFunction
lookupFirst, optional
-
Constructor Details
-
BeanPropertiesFunction
public BeanPropertiesFunction()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.camel.spi.PropertiesFunction
-
apply
- Specified by:
applyin interfaceorg.apache.camel.spi.PropertiesFunction
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext) - Specified by:
setCamelContextin interfaceorg.apache.camel.CamelContextAware
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()- Specified by:
getCamelContextin interfaceorg.apache.camel.spi.HasCamelContext
-