390391392393394395396397398399400
if (participant != null) { try { participant.status(status, addressingContext, arjunaContext) ; } catch (final Throwable th) { if (WSTLogger.arjLoggerI18N.isDebugEnabled()) {
346347348349350351352353354355356