Пример #1
0
 /**
  * Remove the specified fault binding.
  *
  * @param name the name of the fault binding to be removed.
  * @return the fault binding which was removed
  */
 public BindingFault removeBindingFault(String name) {
   return (BindingFault) bindingFaults.remove(name);
 }