Example #1
0
 @Override
 public ProvisioningResultHolder postDeleteConnections(
     InternalLoginToken token, List<CrossConnection> xconList) throws Exception {
   try {
     start(token, "deleteConnection", xconList);
     ProvisioningResultHolder rc = d.postDeleteConnections(xconList);
     finish();
     return rc;
   } catch (Exception t) {
     throw error(t);
   }
 }