Skip navigation links

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

E17062-02

A B C D G I M O Q R S T U


I

IDataService - Interface in oracle.odi.dataservices.fwk
Interface that a class needs to implement to be considered as a Data Integrator Data Service.
InvalidInputMessageException - Exception in oracle.odi.dataservices.fwk
An exception thrown when input data provided to the web service is incorrect (for example, when an invalid SOAP message is sent to the web service).
InvalidInputMessageException(String) - Constructor for exception oracle.odi.dataservices.fwk.InvalidInputMessageException
Constructs a new InvalidInputMessageException, specifying a message.
InvalidInputMessageException(Throwable) - Constructor for exception oracle.odi.dataservices.fwk.InvalidInputMessageException
Constructs a new InvalidInputMessageException, specifying a cause.
InvalidInputMessageException(String, Throwable) - Constructor for exception oracle.odi.dataservices.fwk.InvalidInputMessageException
Constructs a new InvalidInputMessageException, specifying a message and a cause.
InvalidOutputMessageException - Exception in oracle.odi.dataservices.fwk
An exception thrown when output data returned by the service class is incorrect.
InvalidOutputMessageException(String) - Constructor for exception oracle.odi.dataservices.fwk.InvalidOutputMessageException
Constructs a new InvalidOutputMessageException, specifying a message.
InvalidOutputMessageException(Throwable) - Constructor for exception oracle.odi.dataservices.fwk.InvalidOutputMessageException
Constructs a new InvalidOutputMessageException, specifying a cause.
InvalidOutputMessageException(String, Throwable) - Constructor for exception oracle.odi.dataservices.fwk.InvalidOutputMessageException
Constructs a new InvalidOutputMessageException, specifying a message and a cause.
isColumnDefined(String) - Method in class oracle.odi.dataservices.fwk.ManagedEntity
Checks whether a column, specified by name, has been defined.
isDataServicesValidMethod(Method) - Static method in class oracle.odi.dataservices.fwk.DataServicesParameters
Returns true if the given method is valid and can thus be published.
isNullable(String) - Method in class oracle.odi.dataservices.fwk.ColumnsMeta
Returns true if a column, specified by name, is nullable.
isPartOfPK(String) - Method in class oracle.odi.dataservices.fwk.ColumnsMeta
Returns true if a column, specified by name, is part of the primary key.
isValidInputParam(Class) - Static method in class oracle.odi.dataservices.fwk.DataServicesParameters
Returns true if pClass is a valid class for an input parameter of a data service method.
isValidOutputParam(Class) - Static method in class oracle.odi.dataservices.fwk.DataServicesParameters
Returns true if pClass is a valid class for an output parameter of a data service method.

Skip navigation links

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

E17062-02

A B C D G I M O Q R S T U


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