Interface | Description |
---|---|
AlignmentServiceProfile | |
Cache |
This interface caches the content of the alignment database.
|
DBService | |
Directory |
Class | Description |
---|---|
AlignmentService |
AlignmentService
The basic alignment service able to run a store and answer queries...
|
AServProtocolManager |
This is the main class which controls the behaviour of the Alignment Server
It is as independent from the OWL API as possible.
|
DBServiceImpl | |
EDOALSQLCache |
Stores an EDOAL expression in SQL
and extract EDOAL expressions from the database
EDOALCache is not an extension of SQLCache
It is a subcomponent of SQLCache
It could be made otherwise later.
|
HTMLAServProfile |
HTMLAServProfile: an HTML provile for the Alignment server
|
HTTPResponse |
HTTP response.
|
HTTPTransport |
HTTPTransport: implements the HTTP connection of the server
Dispatch messages to the various services
|
LOVAlignmentService | |
OysterDirectory | |
SQLCache |
This class implements, in addition to VolatilCache,
the persistent storage of Alignments and networks
In a SQL database.
|
VolatilCache |
This class implements the Alignment store of the server in
a non persistent way.
|
WSAlignment |
This is an AlignmentProcess which perform matching by connecting
to an AlignmentServer and retrieving or computing an alignment.
|
WSAServProfile |
WSAServProfile: a SOAP and REST over HTTP provile for the Alignment server
It uses the HTTP server of HTTPAServProfile
Improvements to come:
- provide WSDL from that channel as well
- implement request_id management (fully missing here)
- use XML/Xpath parsers [Make it namespace aware please]
- clean up
|
Exception | Description |
---|---|
AServException |
Base class for all Alignment Service Exceptions.
|
(C) INRIA & friends, 2003-2020