216217218219220221222
Class<?> serviceInterface = this.getInterface(); Method meth = getMethod(serviceInterface, operationName.getLocalPart()); Object proxy = this.getServiceInstance(); return new SCAServerDataBindingCallback(opInfo, inout, meth, proxy, typeHelper); }