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 RemoteServicepublic SPARQLClient getSPARQLClient(com.sun.jersey.api.client.WebResource resource)
public EndpointAccessor getEndpointAccessor()
getEndpointAccessor in interface Servicepublic GraphStoreClient getGraphStoreClient()
getGraphStoreClient in interface RemoteServicepublic GraphStoreClient getGraphStoreClient(com.sun.jersey.api.client.WebResource resource)
public QuadStoreClient getQuadStoreClient()
getQuadStoreClient in interface RemoteServicepublic QuadStoreClient getQuadStoreClient(com.sun.jersey.api.client.WebResource resource)
public org.apache.jena.query.DatasetAccessor getDatasetAccessor()
getDatasetAccessor in interface Servicepublic DatasetQuadAccessor getDatasetQuadAccessor()
getDatasetQuadAccessor in interface Servicepublic org.apache.jena.rdf.model.Resource getSPARQLEndpoint()
getSPARQLEndpoint in interface RemoteServicepublic org.apache.jena.rdf.model.Resource getGraphStore()
getGraphStore in interface RemoteServicepublic org.apache.jena.rdf.model.Resource getQuadStore()
getQuadStore in interface RemoteServicepublic com.sun.jersey.api.client.Client getClient()
public MediaTypes getMediaTypes()
public String getAuthUser()
getAuthUser in interface RemoteServicepublic String getAuthPwd()
getAuthPwd in interface RemoteServicepublic Integer getMaxGetRequestSize()
Copyright © 2013–2019. All rights reserved.