EndpointReference coordinator = getCoordinator(endpoint, addressingProperties);
AddressingHelper.installFromFaultTo(addressingProperties, coordinator, identifier);
ParticipantPortType port = getPort(endpoint, addressingProperties, commitAction);
Notification commit = new Notification();
port.commitOperation(commit);
}
/**
* Send a rollback request.
* @param addressingProperties addressing context initialised with to and message ID.