it.eng.spagobi.sdk.engines.stub
Class EnginesServiceSoapBindingImpl

java.lang.Object
  extended by it.eng.spagobi.sdk.engines.stub.EnginesServiceSoapBindingImpl
All Implemented Interfaces:
it.eng.spagobi.sdk.engines.stub.EnginesService, java.rmi.Remote

public class EnginesServiceSoapBindingImpl
extends java.lang.Object
implements it.eng.spagobi.sdk.engines.stub.EnginesService


Constructor Summary
EnginesServiceSoapBindingImpl()
           
 
Method Summary
 it.eng.spagobi.sdk.engines.bo.SDKEngine getEngine(java.lang.Integer in0)
           
 it.eng.spagobi.sdk.engines.bo.SDKEngine[] getEngines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnginesServiceSoapBindingImpl

public EnginesServiceSoapBindingImpl()
Method Detail

getEngines

public it.eng.spagobi.sdk.engines.bo.SDKEngine[] getEngines()
                                                     throws java.rmi.RemoteException,
                                                            it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getEngines in interface it.eng.spagobi.sdk.engines.stub.EnginesService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getEngine

public it.eng.spagobi.sdk.engines.bo.SDKEngine getEngine(java.lang.Integer in0)
                                                  throws java.rmi.RemoteException,
                                                         it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getEngine in interface it.eng.spagobi.sdk.engines.stub.EnginesService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException