// via raw XML (eg. via POST) to be rendered on a locked domain of any other
// gadget whose spec is hosted non-locally.
try {
return new GadgetSpec(RAW_GADGET_URI, XmlUtil.parse(rawxml), rawxml);
} catch (XmlException e) {
throw new SpecParserException(e);
}
}
return fetchObject(context.getUrl(), context, false);
}