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 Details

    • BeanPropertiesFunction

      public BeanPropertiesFunction()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.camel.spi.PropertiesFunction
    • apply

      public String apply(String remainder)
      Specified by:
      apply in interface org.apache.camel.spi.PropertiesFunction
    • setCamelContext

      public void setCamelContext(org.apache.camel.CamelContext camelContext)
      Specified by:
      setCamelContext in interface org.apache.camel.CamelContextAware
    • getCamelContext

      public org.apache.camel.CamelContext getCamelContext()
      Specified by:
      getCamelContext in interface org.apache.camel.spi.HasCamelContext