| Interface | Description |
|---|---|
| DataServiceConnection |
This class represents a data services connection used when storing in TL storage for transactions.
|
| Class | Description |
|---|---|
| DataServiceDocLitWrappedSchemaGenerator |
Used to generate XML Schema for a Data Service.
|
| DataServiceDocLitWrappedSchemaGenerator.CommonParams |
Represents commonly used parameters in the schema generator,
an instance of this is passed around the methods.
|
| DataServiceFactory |
Factory class for creating DataService objects
from the data services configuration.
|
| DataServiceProcessor |
Processes and dispatches data service requests.
|
| DataServiceUser |
Represents a data services user who is sending requests.
|
| DBDeployer |
Represents the custom Axis2 deployer used in deploying data-services .dbs files.
|
| DBInOnlyMessageReceiver |
This class represents the Axis2 message receiver used to dispatch in-only service calls.
|
| DBInOutMessageReceiver |
This class represents the Axis2 message receiver used to dispatch in-out service calls.
|
| DBUtils |
Utility class for data services based operations.
|
| DSSessionManager |
This class manages sessions within data services.
|
| FaultyServiceRectifier |
This class represents a runnable class which re-deployes a data service after a fixed internal,
this is used for data services that were unable to deploy earlier but will be deployable later.
|
| JDBCPoolSQLConfig |
This class represents a Tomcat JDBC Pool based SQL data source configuration.
|
| TLConnectionStore |
This class represents a thread local connection repository.
|
| WSDLToDataService |
This class is used to create a data service using a given WSDL (create
contract first data services).
|
| WSDLToDataService.ModelBean |
Represents a "Bean" element after schema compilation.
|
| WSDLToDataService.ModelProperty |
Represents a "Property" element after schema compilation.
|
| XSLTTransformer |
This class is used in transforming data services result using XSLT.
|
| Exception | Description |
|---|---|
| DataServiceFault |
This class represents exceptions that occur in data services.
|
Copyright © 2017 WSO2. All rights reserved.