org.jcp.xml.dsig.internal.dom
Class DOMURIDereferencer

java.lang.Object
  extended by org.jcp.xml.dsig.internal.dom.DOMURIDereferencer
All Implemented Interfaces:
URIDereferencer

public class DOMURIDereferencer
extends java.lang.Object
implements URIDereferencer

DOM-based implementation of URIDereferencer.

Author:
Sean Mullan

Method Summary
 Data dereference(URIReference uriRef, XMLCryptoContext context)
          Dereferences the specified URIReference and returns the dereferenced data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dereference

public Data dereference(URIReference uriRef,
                        XMLCryptoContext context)
                 throws URIReferenceException
Description copied from interface: URIDereferencer
Dereferences the specified URIReference and returns the dereferenced data.

Specified by:
dereference in interface URIDereferencer
Parameters:
uriRef - the URIReference
context - an XMLCryptoContext that may contain additional useful information for dereferencing the URI. This implementation should dereference the specified URIReference against the context's baseURI parameter, if specified.
Returns:
the dereferenced data
Throws:
URIReferenceException - if an exception occurs while dereferencing the specified uriReference


Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.