Module org.apache.santuario.xmlsec
Package org.apache.xml.security.stax.ext
Interface ResourceResolver
-
public interface ResourceResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetInputStreamFromExternalReference()booleanisSameDocumentReference()booleanmatches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement xmlSecStartElement)
-
-
-
Method Detail
-
isSameDocumentReference
boolean isSameDocumentReference()
-
matches
boolean matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement xmlSecStartElement)
-
getInputStreamFromExternalReference
InputStream getInputStreamFromExternalReference() throws XMLSecurityException
- Throws:
XMLSecurityException
-
-