storageManager.initStorage(module);
}
public void engageNotify(AxisDescription axisDescription) throws AxisFault {
SandeshaPropertyBean parentPropertyBean = SandeshaUtil.getPropertyBean(axisDescription);
if (parentPropertyBean==null)
throw new AxisFault ("Default Property Bean is not set");
SandeshaPropertyBean axisDescPropertyBean = PropertyManager.loadPropertiesFromAxisDescription(axisDescription,parentPropertyBean);
if (axisDescPropertyBean!=null) {
Parameter parameter = new Parameter ();
parameter.setName(Sandesha2Constants.SANDESHA_PROPERTY_BEAN);
parameter.setValue(axisDescPropertyBean);