org.eel.kitchen.jsonschema.uri
Interface URIHandler

All Known Implementing Classes:
HTTPURIHandler

public interface URIHandler

Interface which URI handlers must implement in order to provide support for arbitrary URI schemes


Method Summary
 JsonNode getDocument(URI uri)
          Get the JSON document located at a given URI
 

Method Detail

getDocument

JsonNode getDocument(URI uri)
                     throws IOException
Get the JSON document located at a given URI

Parameters:
uri - the URI
Returns:
the document at this URI
Throws:
IOException - the document could not be downloaded


Copyright © 2012. All Rights Reserved.