if (!parmClass.isAnnotationPresent(ExposeEntity.class)) {
log.warn("method service-endpoint accepts a type which is not exposed to the Errai serializer: "
+ m.getDeclaringClass().getName() + "#" + m.getName());
}
context.getBus().subscribe(svcName, new MethodEndpointDynamicParmCallback(inst, m, parms, parmTypes));
}
}
else {
int i = 0;