7172737475767778
{ BAInteropUtil.registerParticipantCompletion(coordinationContext, new CancelParticipant(), new Uid().toString()) ; } catch (final Throwable th) { throw new SoapFault11(th) ; } }
93949596979899100
participant.setEngine(engine) ; participant.initialiseTimeout() ; } catch (final Throwable th) { throw new SoapFault11(th) ; } }
115116117118119120121122
137138139140141142143144
159160161162163164165166
178179180181182183184185
{ BAInteropUtil.registerCoordinatorCompletion(coordinationContext, new CoordinatorCompleteCloseParticipant(), new Uid().toString()) ; } catch (final Throwable th) { throw new SoapFault11(th) ; } }
200201202203204205206207
222223224225226227228229
244245246247248249250251
266267268269270271272273