|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataSourceException in net.sourceforge.fluxion.api |
---|
Methods in net.sourceforge.fluxion.api that throw DataSourceException | |
---|---|
java.util.Set<java.net.URI> |
FluxionService.getDataSources()
All data sources that this service publishes. |
java.net.URI |
DataSource.getReasonerLevel()
The reasoner level at which this datasource operates. |
java.net.URI |
FluxionService.getReasonerLevel(java.net.URI dataSource)
The minimum reasoning capabilities that the service will use when matching queries against the data source. |
org.semanticweb.owl.model.OWLOntology |
DataSource.getSchema()
The "schema" ontology for this datasource (sometimes called the T-Box). |
org.semanticweb.owl.model.OWLOntology |
FluxionService.getSchema(java.net.URI dataSource)
A schema that acts as an upper-bounds on the entities that could possibly be retreived from this service. |
org.semanticweb.owl.model.OWLOntology |
DataSource.query(org.semanticweb.owl.model.OWLOntology ontology,
java.net.URI queryClass)
Queries this datasource for all instances that may be instances of the OWL class with the URI given by the queryClass parameter. |
org.semanticweb.owl.model.OWLOntology |
FluxionService.query(java.net.URI dataSource,
java.net.URI queryClass,
org.semanticweb.owl.model.OWLOntology queryOntology)
Execute a query. |
Uses of DataSourceException in net.sourceforge.fluxion.datapublisher |
---|
Methods in net.sourceforge.fluxion.datapublisher that throw DataSourceException | |
---|---|
java.util.Set<java.net.URI> |
BeanFactoryFluxionService.getDataSources()
|
java.net.URI |
BeanFactoryFluxionService.getReasonerLevel(java.net.URI dataSource)
|
org.semanticweb.owl.model.OWLOntology |
BeanFactoryFluxionService.getSchema(java.net.URI dataSource)
|
org.semanticweb.owl.model.OWLOntology |
BeanFactoryFluxionService.query(java.net.URI dataSource,
java.net.URI queryClass,
org.semanticweb.owl.model.OWLOntology queryOntology)
|
Uses of DataSourceException in net.sourceforge.fluxion.datasource.impl |
---|
Methods in net.sourceforge.fluxion.datasource.impl that throw DataSourceException | |
---|---|
java.util.Set<DataSource> |
BeanModelDataSourceFactory.createDataSources()
Creates all datasources found either in the current classloader or at any of the additional locations specified by BeanModelDataSourceFactory.getAdditionalDataSources() . |
java.net.URI |
OWLFileDataSource.getReasonerLevel()
|
java.net.URI |
BeanModelDataSource.getReasonerLevel()
|
org.semanticweb.owl.model.OWLOntology |
OWLFileDataSource.getSchema()
|
org.semanticweb.owl.model.OWLOntology |
BeanModelDataSource.getSchema()
|
org.semanticweb.owl.model.OWLOntology |
OWLFileDataSource.query(org.semanticweb.owl.model.OWLOntology ontology,
java.net.URI queryClass)
|
org.semanticweb.owl.model.OWLOntology |
BeanModelDataSource.query(org.semanticweb.owl.model.OWLOntology ontology,
java.net.URI queryClass)
|
Uses of DataSourceException in net.sourceforge.fluxion.spring |
---|
Methods in net.sourceforge.fluxion.spring that throw DataSourceException | |
---|---|
java.util.Set<java.net.URI> |
QueryTransformingFluxionService.getDataSources()
Return the set of exposed data source URIs from all configurations |
java.util.Set<java.net.URI> |
DelegatingFluxionService.getDataSources()
Return a set of the URIs of all registered data sources |
java.net.URI |
QueryTransformingFluxionService.getReasonerLevel(java.net.URI dataSource)
Currently returns the constant 'http://www.w3.org/ns/owl2-xml' as the reasoner level |
java.net.URI |
DelegatingFluxionService.getReasonerLevel(java.net.URI dataSourceURI)
Get the reasoner level from the data source with the matching data source URI |
org.semanticweb.owl.model.OWLOntology |
QueryTransformingFluxionService.getSchema(java.net.URI dataSource)
Search for a configuration with the specified exposed URI and return its exposed schema property |
org.semanticweb.owl.model.OWLOntology |
DelegatingFluxionService.getSchema(java.net.URI dataSourceURI)
Get the schema from the data source with the matching data source URI |
org.semanticweb.owl.model.OWLOntology |
QueryTransformer.inferExposedSchema(QueryTransformerConfiguration configuration)
Called after properties have been set on the QueryTransformingFluxionService, return the OWL ontology representing the exposed schema for this configuration. |
org.semanticweb.owl.model.OWLOntology |
QueryTransformingFluxionService.query(java.net.URI dataSourceURI,
java.net.URI queryClassURI,
org.semanticweb.owl.model.OWLOntology queryOntology)
Do a query, transforming the query request and response messages using the injected query transformer and passing it the appropriate configuration |
org.semanticweb.owl.model.OWLOntology |
DelegatingFluxionService.query(java.net.URI dataSourceURI,
java.net.URI queryClassURI,
org.semanticweb.owl.model.OWLOntology queryOntology)
Delegates to the query method of the data source with the matching data source URI |
void |
QueryTransformingFluxionService.setServices(java.util.List<FluxionService> services)
Inject a list of one or more fluxion services which can be mapped by this transforming service |
OntologyURIPair |
QueryTransformer.transformQueryRequest(QueryTransformerConfiguration configuration,
OntologyURIPair queryRequest)
Transform a query request using the specified configuration, transforming both query ontology and query class URI from the exposed ontology into the underlying ontology for this configuration |
Uses of DataSourceException in net.sourceforge.fluxion.spring.endpoint.xml |
---|
Methods in net.sourceforge.fluxion.spring.endpoint.xml that throw DataSourceException | |
---|---|
static java.net.URI |
MessageElementHandler.getDataSourceURI(org.jdom.Element messageElement)
Get the dataSourceURI URI property from the specified message element, used by several service endpoint handlers. |
static java.util.Set<java.net.URI> |
MessageElementHandler.getGetDataSourcesResponse(org.jdom.Element messageElement)
Construct a set of URIs from a getDataSourcesResponse message |
static org.semanticweb.owl.model.OWLOntology |
MessageElementHandler.getGetSchemaResponse(org.jdom.Element messageElement)
Create an OWLOntology from a getSchemaResponse element |
static org.jdom.Element |
MessageElementHandler.getGetSchemaResponseMessageElement(org.semanticweb.owl.model.OWLOntology ontology)
Create a getSchemaResponse message element from an OWLOntology |
static QueryRequestMessage |
MessageElementHandler.getQueryRequestMessage(org.jdom.Element messageElement)
Get a query request message from the message element |
static org.jdom.Element |
MessageElementHandler.getQueryRequestMessageElement(QueryRequestMessage message)
Create a query request message element from a QueryRequestMessage |
static org.jdom.Element |
MessageElementHandler.getQueryRequestMessageElement(java.net.URI dataSourceURI,
java.net.URI queryClassURI,
org.semanticweb.owl.model.OWLOntology ontology)
Create a query request message element from a data source URI, query class URI and ontology. |
static org.semanticweb.owl.model.OWLOntology |
MessageElementHandler.getQueryResponse(org.jdom.Element messageElement)
Create an OWLOntology from a query response message element |
static org.jdom.Element |
MessageElementHandler.getQueryResponseMessageElement(org.semanticweb.owl.model.OWLOntology response)
Create a query response message element from an OWLOntology |
Uses of DataSourceException in net.sourceforge.fluxion.spring.wsclient |
---|
Methods in net.sourceforge.fluxion.spring.wsclient that throw DataSourceException | |
---|---|
java.util.Set<java.net.URI> |
SOAPFluxionService.getDataSources()
Implements FluxionService, delegating to a web service at the configured endpoint |
java.net.URI |
SOAPFluxionService.getReasonerLevel(java.net.URI dataSourceURI)
Implements FluxionService, delegating to a web service at the configured endpoint |
org.semanticweb.owl.model.OWLOntology |
SOAPFluxionService.getSchema(java.net.URI dataSourceURI)
Implements FluxionService, delegating to a web service at the configured endpoint |
org.semanticweb.owl.model.OWLOntology |
SOAPFluxionService.query(java.net.URI dataSourceURI,
java.net.URI queryClassURI,
org.semanticweb.owl.model.OWLOntology queryOntology)
Implements FluxionService, delegating to a web service at the configured endpoint |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |