public void cannotComplete(final CoordinationContextType coordinationContext, final AddressingProperties addressingProperties)
throws SoapFault11
{
try
{
final CannotCompleteParticipant participant = new CannotCompleteParticipant() ;
final CoordinatorCompletionParticipantEngine engine = BAInteropUtil.registerCoordinatorCompletion(coordinationContext, participant, new Uid().toString()) ;
participant.setEngine(engine) ;
participant.initialiseTimeout() ;
}
catch (final Throwable th)
{
throw new SoapFault11(th) ;
}