it.eng.spagobi.services.event.stub
Class EventServiceSoapBindingSkeleton

java.lang.Object
  extended by it.eng.spagobi.services.event.stub.EventServiceSoapBindingSkeleton
All Implemented Interfaces:
EventService, java.io.Serializable, java.rmi.Remote, org.apache.axis.wsdl.Skeleton

public class EventServiceSoapBindingSkeleton
extends java.lang.Object
implements EventService, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
EventServiceSoapBindingSkeleton()
           
EventServiceSoapBindingSkeleton(EventService impl)
           
 
Method Summary
 java.lang.String fireEvent(java.lang.String in0, java.lang.String in1, java.lang.String in2, java.lang.String in3, java.lang.String in4, java.lang.String in5)
           
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

EventServiceSoapBindingSkeleton

public EventServiceSoapBindingSkeleton()

EventServiceSoapBindingSkeleton

public EventServiceSoapBindingSkeleton(EventService 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


fireEvent

public java.lang.String fireEvent(java.lang.String in0,
                                  java.lang.String in1,
                                  java.lang.String in2,
                                  java.lang.String in3,
                                  java.lang.String in4,
                                  java.lang.String in5)
                           throws java.rmi.RemoteException
Specified by:
fireEvent in interface EventService
Throws:
java.rmi.RemoteException