public class ServiceImpl extends Object implements RemoteService
Constructor and Description |
---|
ServiceImpl(com.sun.jersey.api.client.Client client,
MediaTypes mediaTypes,
org.apache.jena.rdf.model.Resource endpoint,
org.apache.jena.rdf.model.Resource graphStore,
org.apache.jena.rdf.model.Resource quadStore) |
ServiceImpl(com.sun.jersey.api.client.Client client,
MediaTypes mediaTypes,
org.apache.jena.rdf.model.Resource endpoint,
org.apache.jena.rdf.model.Resource graphStore,
org.apache.jena.rdf.model.Resource quadStore,
String authUser,
String authPwd,
Integer maxGetRequestSize) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthPwd() |
String |
getAuthUser() |
com.sun.jersey.api.client.Client |
getClient() |
org.apache.jena.query.DatasetAccessor |
getDatasetAccessor() |
DatasetQuadAccessor |
getDatasetQuadAccessor() |
EndpointAccessor |
getEndpointAccessor() |
org.apache.jena.rdf.model.Resource |
getGraphStore() |
GraphStoreClient |
getGraphStoreClient() |
GraphStoreClient |
getGraphStoreClient(com.sun.jersey.api.client.WebResource resource) |
Integer |
getMaxGetRequestSize() |
MediaTypes |
getMediaTypes() |
org.apache.jena.rdf.model.Resource |
getQuadStore() |
QuadStoreClient |
getQuadStoreClient() |
QuadStoreClient |
getQuadStoreClient(com.sun.jersey.api.client.WebResource resource) |
SPARQLClient |
getSPARQLClient() |
SPARQLClient |
getSPARQLClient(com.sun.jersey.api.client.WebResource resource) |
org.apache.jena.rdf.model.Resource |
getSPARQLEndpoint() |
public ServiceImpl(com.sun.jersey.api.client.Client client, MediaTypes mediaTypes, org.apache.jena.rdf.model.Resource endpoint, org.apache.jena.rdf.model.Resource graphStore, org.apache.jena.rdf.model.Resource quadStore, String authUser, String authPwd, Integer maxGetRequestSize)
public ServiceImpl(com.sun.jersey.api.client.Client client, MediaTypes mediaTypes, org.apache.jena.rdf.model.Resource endpoint, org.apache.jena.rdf.model.Resource graphStore, org.apache.jena.rdf.model.Resource quadStore)
public SPARQLClient getSPARQLClient()
getSPARQLClient
in interface RemoteService
public SPARQLClient getSPARQLClient(com.sun.jersey.api.client.WebResource resource)
public EndpointAccessor getEndpointAccessor()
getEndpointAccessor
in interface Service
public GraphStoreClient getGraphStoreClient()
getGraphStoreClient
in interface RemoteService
public GraphStoreClient getGraphStoreClient(com.sun.jersey.api.client.WebResource resource)
public QuadStoreClient getQuadStoreClient()
getQuadStoreClient
in interface RemoteService
public QuadStoreClient getQuadStoreClient(com.sun.jersey.api.client.WebResource resource)
public org.apache.jena.query.DatasetAccessor getDatasetAccessor()
getDatasetAccessor
in interface Service
public DatasetQuadAccessor getDatasetQuadAccessor()
getDatasetQuadAccessor
in interface Service
public org.apache.jena.rdf.model.Resource getSPARQLEndpoint()
getSPARQLEndpoint
in interface RemoteService
public org.apache.jena.rdf.model.Resource getGraphStore()
getGraphStore
in interface RemoteService
public org.apache.jena.rdf.model.Resource getQuadStore()
getQuadStore
in interface RemoteService
public com.sun.jersey.api.client.Client getClient()
public MediaTypes getMediaTypes()
public String getAuthUser()
getAuthUser
in interface RemoteService
public String getAuthPwd()
getAuthPwd
in interface RemoteService
public Integer getMaxGetRequestSize()
Copyright © 2013–2019. All rights reserved.