3536373839404142
} @SuppressWarnings({ "unchecked", "rawtypes" }) @Override public Object invoke(ServiceFactory serviceFactory) { DemoService demoService = (DemoService) serviceFactory.get(DemoService.class); return demoService.sendRequest("hello"); }