Class PojoProxyHelper


  • @Deprecated
    public final class PojoProxyHelper
    extends Object
    Deprecated.
    Create a dynamic proxy for a given interface and endpoint that sends the parameter object to the endpoint and optionally receives a reply. Unlike the ProxyHelper this works only with methods that have only one parameter.
    • Method Detail

      • createProxy

        public static <T> T createProxy​(org.apache.camel.Endpoint endpoint,
                                        Class<?>... interfaceClasses)
                                 throws Exception
        Deprecated.
        Throws:
        Exception