lcm.initComplete();
} else if (event instanceof ContextClosedEvent) {
BusLifeCycleManager lcm = (BusLifeCycleManager)
ctx.getBean("org.apache.cxf.buslifecycle.BusLifeCycleManager",
BusLifeCycleManager.class);
lcm.postShutdown();
}
}
}
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {