configureCallflowInvocationInterceptor(orb);
// In the server-case, iiop acceptors need to be set up after the
// initial part of the orb creation but before any
// portable interceptor initialization
IIOPUtils iiopUtils = IIOPUtils.getInstance();
if (iiopUtils.getProcessType().isServer()) {
List<IiopListener> iiop_listener_list = IIOPUtils.getInstance()
.getIiopService().getIiopListener() ;
IiopListener[] iiopListenerBeans = iiop_listener_list
.toArray(new IiopListener [iiop_listener_list.size()]) ;
this.createORBListeners(iiopUtils, iiopListenerBeans, orb);