}
return util;
}
public static EPRDecorator getEPRDecorator(ConfigurationContext context) throws SandeshaException {
EPRDecorator decorator = null;
AxisConfiguration config = context.getAxisConfiguration();
Parameter p = config.getParameter(Sandesha2Constants.EPR_DECORATOR);
if(p != null) decorator = (EPRDecorator) p.getValue();
if (decorator != null) return decorator;