212213214215216217218219220221222
} // Build faults for (final JaxRpcFaultInfo faultInfo : operationInfo.faults) { final FaultDesc faultDesc = buildFaultDesc(faultInfo); operationDesc.addFault(faultDesc); } return operationDesc; }
} // Build faults for (JaxRpcFaultInfo faultInfo : operationInfo.faults) { FaultDesc faultDesc = buildFaultDesc(faultInfo); operationDesc.addFault(faultDesc); } return operationDesc; }