Class 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 Detail

      • DefaultBeanProxyFactory

        public DefaultBeanProxyFactory()
    • Method Detail

      • 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