Methods in Java
In Java, the methods provided by each BI Bus API service are defined by an interface named <service>_Port
, which in turn is implemented by a class named <service>Stub
. You access BI Bus API methods using an instance of this class. For example, methods that belong to the reportService service are available through instances of the reportServiceStub
class. For more information about the Java classes that correspond to the BI Bus API services, see IBM Cognos Analytics Services.