public void shutDown(ConfigurationContext configurationcontext, AxisService axisservice) {
logger.info("Message box shutting down");
if (configurationcontext.getProperty(MsgBoxCommonConstants.MSGBOX_STORAGE) != null) {
MsgBoxStorage msgBoxStorage = (MsgBoxStorage) configurationcontext
.getProperty(MsgBoxCommonConstants.MSGBOX_STORAGE);
msgBoxStorage.dispose();
}
}
public void startUp(ConfigurationContext configurationcontext, AxisService axisservice) {