private void initInterceptors()
{
// TODO Add a check to see whether we really need this
interceptors.add(new BijectionInterceptor());
if (!conversationManagementMembers.isEmpty())
{
interceptors.add(new ConversationInterceptor());
}
if (anyMethodHasRaiseEvent)