public void coordinatorCompleteClose(final CoordinationContextType coordinationContext, final AddressingProperties addressingProperties)
throws SoapFault11
{
try
{
BAInteropUtil.registerCoordinatorCompletion(coordinationContext, new CoordinatorCompleteCloseParticipant(), new Uid().toString()) ;
}
catch (final Throwable th)
{
throw new SoapFault11(th) ;
}