if (ann7 != null) {
Class<? extends FederatedServiceMethodInvocationHandler> handlerClass = ann7.handler();
try {
return handlerClass.newInstance();
} catch (Exception ex) {
throw new ServiceException(
"error creating FederatedServiceMethodInvocationHandler of type "
+ handlerClass, ex);
}
}