org.apache.xml.security.utils.resolver.implementations
Class ResolverAnonymous
java.lang.Object
org.apache.xml.security.utils.resolver.ResourceResolverSpi
org.apache.xml.security.utils.resolver.implementations.ResolverAnonymous
public class ResolverAnonymous
- extends ResourceResolverSpi
- Author:
- $Author: coheigea $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolverAnonymous
public ResolverAnonymous(String filename)
throws FileNotFoundException,
IOException
- Parameters:
filename -
- Throws:
FileNotFoundException
IOException
ResolverAnonymous
public ResolverAnonymous(InputStream is)
- Parameters:
is -
engineIsThreadSafe
public boolean engineIsThreadSafe()
- Description copied from class:
ResourceResolverSpi
- Tells if the implementation does can be reused by several threads safely.
It normally means that the implementation does not have any member, or there is
member change between engineCanResolve & engineResolve invocations. Or it maintains all
member info in ThreadLocal methods.
- Overrides:
engineIsThreadSafe in class ResourceResolverSpi
engineResolve
public XMLSignatureInput engineResolve(Attr uri,
String baseURI)
- Description copied from class:
ResourceResolverSpi
- This is the workhorse method used to resolve resources.
- Specified by:
engineResolve in class ResourceResolverSpi
- Returns:
- the resource wrapped around a XMLSignatureInput
engineCanResolve
public boolean engineCanResolve(Attr uri,
String baseURI)
- Description copied from class:
ResourceResolverSpi
- This method helps the
ResourceResolver to decide whether a
ResourceResolverSpi is able to perform the requested action.
- Specified by:
engineCanResolve in class ResourceResolverSpi
- Returns:
- true if the engine can resolve the uri
engineGetPropertyKeys
public String[] engineGetPropertyKeys()
- Description copied from class:
ResourceResolverSpi
- Method engineGetPropertyKeys
- Overrides:
engineGetPropertyKeys in class ResourceResolverSpi
- Returns:
- the property keys
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.