org.rdfcontext.urlresolvers
Interface IURLResolver

All Known Implementing Classes:
DefaultURLResolver

public interface IURLResolver

Basic interface for URLResolvers. It's current main work is to retrive remote digital certificates to validate signature, starting from the URL provided in the RDF model.


Method Summary
 java.io.InputStream url2stream(java.net.URL url)
           
 

Method Detail

url2stream

public java.io.InputStream url2stream(java.net.URL url)
                               throws java.io.IOException
Throws:
java.io.IOException