InstanceIdentifier.setEndpointInstanceIdentifier(systemExceptionCompletionCoordinator, TestUtil.SYSTEMEXCEPTION_TRANSACTION_IDENTIFIER);
EndpointReferenceType nonexistentCompletionCoordinator = new EndpointReferenceType(new AttributedURIType(completionCoordinatorServiceURI));
InstanceIdentifier.setEndpointInstanceIdentifier(nonexistentCompletionCoordinator, TestUtil.NONEXISTENT_TRANSACTION_IDENTIFIER);
_noExceptionCompletionStub = new CompletionStub("completionParticipant", noExceptionCompletionCoordinator);
_transactionRolledBackExceptionCompletionStub = new CompletionStub("completionParticipant", transactionRolledBackExceptionCompletionCoordinator);
_unknownExceptionExceptionCompletionStub = new CompletionStub("completionParticipant", unknownTransactionExceptionCompletionCoordinator);
_systemExceptionCompletionStub = new CompletionStub("completionParticipant", systemExceptionCompletionCoordinator);
_nonexistentCompletionStub = new CompletionStub("completionParticipant", nonexistentCompletionCoordinator);
}