WSATHelper.getInstance(context.getVersion()).getCoordinatorPort(
context.getEndpointReference(), xid);
debug("About to send Prepared recovery call for " + context + " with coordinatorPort:" + coordinatorPort);
Object notification = WSATVersion.getInstance(context.getVersion()).newNotificationBuilder().build();
Transaction transaction = context.getTransaction();
if (isEligibleForBottomUpQuery(this, transaction)) coordinatorPort.preparedOperation(notification);
debug("Prepared recovery call for " + context + " returned successfully");
} catch (Throwable e) {
debug("Prepared recovery call error for " + context + " exception:" + e);
} finally {
synchronized (this) {