public class EnvelopeIdResolver
extends org.apache.xml.security.utils.resolver.ResourceResolverSpi
| Modifier and Type | Method and Description |
|---|---|
boolean |
engineCanResolve(org.w3c.dom.Attr uri,
java.lang.String BaseURI)
This method helps the ResourceResolver to decide whether a
ResourceResolverSpi is able to perform the requested action.
|
org.apache.xml.security.signature.XMLSignatureInput |
engineResolve(org.w3c.dom.Attr uri,
java.lang.String BaseURI)
This is the workhorse method used to resolve resources.
|
static org.apache.xml.security.utils.resolver.ResourceResolverSpi |
getInstance()
Singleton instance of the resolver.
|
void |
setWsDocInfo(WSDocInfo docInfo) |
public static org.apache.xml.security.utils.resolver.ResourceResolverSpi getInstance()
public void setWsDocInfo(WSDocInfo docInfo)
docInfo - The WSDocInfo object to be used for resolving elementspublic org.apache.xml.security.signature.XMLSignatureInput engineResolve(org.w3c.dom.Attr uri,
java.lang.String BaseURI)
throws org.apache.xml.security.utils.resolver.ResourceResolverException
engineResolve in class org.apache.xml.security.utils.resolver.ResourceResolverSpiBaseURI - org.apache.xml.security.utils.resolver.ResourceResolverExceptionpublic boolean engineCanResolve(org.w3c.dom.Attr uri,
java.lang.String BaseURI)
engineCanResolve in class org.apache.xml.security.utils.resolver.ResourceResolverSpiuri - BaseURI - Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.