throws ApplicationFactoryException {
// you could select among several applications to launch but
// in this case the client executable only needs one
// payloadType of application - a listener for rpc requests
AbstractServerApplication app = null;
try {
app = new DualRpcServerDispatcher(this.getMessageServer(), session,
this.getConfigurationObject());