|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public DataServiceMeta getMetaData()
DataServiceMeta
object that contains the metadata
for the current data service.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |