it.eng.spagobi.services.datasource.stub
Interface DataSourceService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- DataSourceServiceSoapBindingImpl, DataSourceServiceSoapBindingSkeleton, DataSourceServiceSoapBindingStub
public interface DataSourceService
- extends java.rmi.Remote
getDataSource
SpagoBiDataSource getDataSource(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getDataSourceByLabel
SpagoBiDataSource getDataSourceByLabel(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getAllDataSource
SpagoBiDataSource[] getAllDataSource(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException