Class DefaultBeanProxyFactory

java.lang.Object
org.apache.camel.component.bean.DefaultBeanProxyFactory
All Implemented Interfaces:
org.apache.camel.spi.BeanProxyFactory

@JdkService("bean-proxy-factory") public final class DefaultBeanProxyFactory extends Object implements org.apache.camel.spi.BeanProxyFactory
  • Constructor Details

    • DefaultBeanProxyFactory

      public DefaultBeanProxyFactory()
  • Method Details

    • createProxy

      @SafeVarargs public final <T> T createProxy(org.apache.camel.Endpoint endpoint, boolean binding, Class<T>... interfaceClasses) throws Exception
      Specified by:
      createProxy in interface org.apache.camel.spi.BeanProxyFactory
      Throws:
      Exception