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 Object
implements URIDereferencer

Disabled: no SafeJ information.

DOM-based implementation of URIDereferencer.


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
Class is disabled.

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