I'm using GatewayProxyFactoryBean with great success however i'm doing
Can these proxies be used with @AutoWired? I tried but with not much success. Maybe my config was wrong, just checking if it's possible and if any one has done it?Code:yammerMessageService = (YammerMessageService) context.getBean("yammerMessageService");


Reply With Quote