it.eng.spagobi.sdk.maps.stub
Class MapsSDKServiceSoapBindingSkeleton

java.lang.Object
  extended by it.eng.spagobi.sdk.maps.stub.MapsSDKServiceSoapBindingSkeleton
All Implemented Interfaces:
it.eng.spagobi.sdk.maps.stub.MapsSDKService, java.io.Serializable, java.rmi.Remote, org.apache.axis.wsdl.Skeleton

public class MapsSDKServiceSoapBindingSkeleton
extends java.lang.Object
implements it.eng.spagobi.sdk.maps.stub.MapsSDKService, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
MapsSDKServiceSoapBindingSkeleton()
           
MapsSDKServiceSoapBindingSkeleton(it.eng.spagobi.sdk.maps.stub.MapsSDKService impl)
           
 
Method Summary
 it.eng.spagobi.sdk.maps.bo.SDKFeature getFeatureById(java.lang.Integer in0)
           
 it.eng.spagobi.sdk.maps.bo.SDKFeature[] getFeatures()
           
 it.eng.spagobi.sdk.maps.bo.SDKMap getMapById(java.lang.Integer in0)
           
 it.eng.spagobi.sdk.maps.bo.SDKFeature[] getMapFeatures(java.lang.Integer in0)
           
 it.eng.spagobi.sdk.maps.bo.SDKMap[] getMaps()
           
static java.util.List getOperationDescByName(java.lang.String methodName)
          Returns List of OperationDesc objects with this name
static java.util.Collection getOperationDescs()
          Returns Collection of OperationDescs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapsSDKServiceSoapBindingSkeleton

public MapsSDKServiceSoapBindingSkeleton()

MapsSDKServiceSoapBindingSkeleton

public MapsSDKServiceSoapBindingSkeleton(it.eng.spagobi.sdk.maps.stub.MapsSDKService impl)
Method Detail

getOperationDescByName

public static java.util.List getOperationDescByName(java.lang.String methodName)
Returns List of OperationDesc objects with this name


getOperationDescs

public static java.util.Collection getOperationDescs()
Returns Collection of OperationDescs


getMaps

public it.eng.spagobi.sdk.maps.bo.SDKMap[] getMaps()
                                            throws java.rmi.RemoteException,
                                                   it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getMaps in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getMapById

public it.eng.spagobi.sdk.maps.bo.SDKMap getMapById(java.lang.Integer in0)
                                             throws java.rmi.RemoteException,
                                                    it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getMapById in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getMapFeatures

public it.eng.spagobi.sdk.maps.bo.SDKFeature[] getMapFeatures(java.lang.Integer in0)
                                                       throws java.rmi.RemoteException,
                                                              it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getMapFeatures in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getFeatures

public it.eng.spagobi.sdk.maps.bo.SDKFeature[] getFeatures()
                                                    throws java.rmi.RemoteException,
                                                           it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getFeatures in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getFeatureById

public it.eng.spagobi.sdk.maps.bo.SDKFeature getFeatureById(java.lang.Integer in0)
                                                     throws java.rmi.RemoteException,
                                                            it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getFeatureById in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException