Class RegistryBeanResolver

java.lang.Object
org.apache.camel.spring.util.RegistryBeanResolver
All Implemented Interfaces:
org.springframework.expression.BeanResolver

public final class RegistryBeanResolver extends Object implements org.springframework.expression.BeanResolver
EL bean resolver that operates against a Camel Registry.
  • Constructor Details

    • RegistryBeanResolver

      public RegistryBeanResolver(org.apache.camel.spi.Registry registry)
  • Method Details

    • resolve

      public Object resolve(org.springframework.expression.EvaluationContext context, String beanName) throws org.springframework.expression.AccessException
      Specified by:
      resolve in interface org.springframework.expression.BeanResolver
      Throws:
      org.springframework.expression.AccessException