registry.unregisterLoader(BINDING_JSONRPC, this);
}
@SuppressWarnings("deprecation")
public JSONRPCBinding load(XMLStreamReader reader, LoaderContext loaderContext) throws XMLStreamException, ConfigurationLoadException {
JSONRPCBinding binding = new JSONRPCBinding();
binding.setURI(reader.getAttributeValue(null, "uri"));
binding.setWebAppName(registry.getContext().getWebAppName());
return binding;
}