transactionManager.resume(txContext) ;
}
else if (BusinessActivityConstants.WSBA_PROTOCOL_ATOMIC_OUTCOME.equals(coordinationType))
{
final TxContext txContext = new com.arjuna.mwlabs.wst.ba.context.TxContextImple(cc);
businessActivityManager.resume(txContext) ;
}
else
{
wstxLogger.arjLoggerI18N.warn("com.arjuna.mw.wst.service.GlueICI_1",
new Object[]{"com.arjuna.mw.wst.service.GlueOutgoingContextInterceptor.intercept()"});