233234235236237238239240241242243
strategy = InvokerFactory.getInstance().createInvokerStrategy(); } catch (Exception e) { log.error(e); throw new AxisFault("Could not start the Invoker."); } strategy.start(); rmInvokerStarted = true; } return new ServerStorageManager(); } }