// Javadoc inherited
public XDIMEResult callOpenOnProtocol(XDIMEContextInternal context,
XDIMEAttributes attributes) throws XDIMEException {
// get the value of the rel and href attributes for the link
ExpandedName linkType = getAsExpandedName(attributes
.getValue("", "rel"), context);
String linkValue = attributes.getValue("", "href");
if (logger.isDebugEnabled()) {
logger.debug("Processing; rel=" + linkType + " href=" + linkValue);