public void retryPreparedCommit(final CoordinationContextType coordinationContext, final AddressingProperties addressingProperties)
throws SoapFault11
{
try
{
InteropUtil.registerDurable2PC(coordinationContext, new CommitDurable2PCParticipant(), new Uid().toString()) ;
InteropUtil.registerDurable2PC(coordinationContext, new CommitDurable2PCParticipant(), new Uid().toString()) ;
}
catch (final Throwable th)
{
throw new SoapFault11(th) ;
}