Skip navigation links

Oracle© Data Integrator Data Services Java API Reference
11g Release 1 (11.1.1.5.0)

E17062-02


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

DataServiceMeta getMetaData()
Retrieves metadata about the data service.
Returns:
A DataServiceMeta object that contains the metadata for the current data service.

Skip navigation links

Oracle© Data Integrator Data Services Java API Reference
11g Release 1 (11.1.1.5.0)

E17062-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.