if (xmlConfigRef != null) {
ClientResource cr = new ClientResource(xmlConfigRef);
xmlConfigRepresentation = cr.get();
if (xmlConfigRepresentation != null) {
new ComponentXmlParser(this, xmlConfigRepresentation).parse();
} else {
getLogger().log(
Level.WARNING,
"Unable to get the Component XML configuration located at this URI: "
+ xmlConfigRef);