@JdkService(value="bean-proxy-factory") public final class DefaultBeanProxyFactory extends Object implements org.apache.camel.spi.BeanProxyFactory
| Constructor and Description |
|---|
DefaultBeanProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createProxy(org.apache.camel.Endpoint endpoint,
boolean binding,
Class<T>... interfaceClasses) |
@SafeVarargs public final <T> T createProxy(org.apache.camel.Endpoint endpoint, boolean binding, Class<T>... interfaceClasses) throws Exception
createProxy in interface org.apache.camel.spi.BeanProxyFactoryExceptionApache Camel