oracle.odi.dataservices.fwk
Interface IDataService


public interface IDataService

Interface that a class needs to implement to be considered as a Data Integrator Data Service.

Any class implementing the IDataService interface exposes a data service. Any method in this class fulfilling the following requirements will then be exposed as an operation supported by the data service:

Input and output parameters must belong to the DataServicesParameters class.


Method Summary
 DataServiceMeta getMetaData()
          Retrieves metadata about the data service.
 

Method Detail

getMetaData

public DataServiceMeta getMetaData()
Retrieves metadata about the data service.

Returns:
A DataServiceMeta object that contains the metadata for the current data service.