Modifier and Type | Method and Description |
---|---|
ClientResponse |
LDClientService.retrieveResource(String resource)
Retrieve all triples for this resource from the Linked Data Cloud.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
DataProvider.retrieveResource(String resource,
LDClientService client,
Endpoint endpoint)
Retrieve the data for a resource using the given http client and endpoint definition.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
AbstractHTMLDataProvider.parseResponse(String resource,
String requestUrl,
org.openrdf.model.Model triples,
InputStream in,
String contentType)
Parse the HTTP response entity returned by the web service call and return its contents as a Sesame RDF
repository.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
AbstractXMLDataProvider.parseResponse(String resource,
String requestUrl,
org.openrdf.model.Model triples,
InputStream in,
String contentType)
Parse the HTTP response entity returned by the web service call and return its contents as a Sesame RDF
repository.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
LDClient.retrieveResource(String resource)
Retrieve all triples for this resource from the Linked Data Cloud.
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<String> |
AbstractHttpProvider.buildRequestUrl(String resourceUri,
Endpoint endpoint)
Build the URL to use to call the webservice in order to retrieve the data for the resource passed as argument.
|
protected abstract List<String> |
AbstractHttpProvider.parseResponse(String resourceUri,
String requestUrl,
org.openrdf.model.Model model,
InputStream in,
String contentType)
Parse the HTTP response entity returned by the web service call and return its contents in a Sesame RDF
repository also passed as argument.
|
ClientResponse |
BlockingProvider.retrieveResource(String resource,
LDClientService client,
Endpoint endpoint)
Retrieve the data for a resource using the given http client and endpoint definition.
|
ClientResponse |
AbstractHttpProvider.retrieveResource(String resource,
LDClientService client,
Endpoint endpoint)
Retrieve the data for a resource using the given http client and endpoint definition.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.