API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMRetrievalMethod View Source
Author(s)
Sean Mullan
Joyce Leung
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMRetrievalMethod
Implements
 RetrievalMethod
 DOMURIReference
Subclasses
Description
publicfinal class DOMRetrievalMethod
DOM-based implementation of RetrievalMethod.
See also:   
Constructors
public DOMRetrievalMethod (Element rmElem, XMLCryptoContext context) throws MarshalException
  Creates a DOMRetrievalMethod from an element.
public DOMRetrievalMethod (String uri, String type, List transforms)
  Creates a DOMRetrievalMethod containing the specified URIReference and List of Transforms.
Methods
Hide/Show inherited methods
public Data dereference (XMLCryptoContext context) throws URIReferenceException [Specified in RetrievalMethod]
public XMLStructure dereferenceAsXMLStructure (XMLCryptoContext context) throws URIReferenceException
public boolean equals (Object obj)
public Node getHere () [Specified in DOMURIReference]
public List getTransforms () [Specified in RetrievalMethod]
public String getType ()
public String getURI () [Specified in RetrievalMethod]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar