org.enhydra.shark.asap
Class AsapObserverBindingSkeleton

java.lang.Object
  extended byorg.enhydra.shark.asap.AsapObserverBindingSkeleton
All Implemented Interfaces:
ObserverPortType, java.rmi.Remote, java.io.Serializable, org.apache.axis.wsdl.Skeleton

public class AsapObserverBindingSkeleton
extends java.lang.Object
implements ObserverPortType, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
AsapObserverBindingSkeleton()
           
AsapObserverBindingSkeleton(ObserverPortType impl)
           
 
Method Summary
 void completed(Request head, CompletedRq body, ResponseHolder head2, javax.xml.rpc.holders.StringHolder body2)
           
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
 void getProperties(Request head, java.lang.String body, ResponseHolder head2, GetPropertiesRsHolder body2)
           
 void stateChanged(Request head, StateChangedRq body, ResponseHolder head2, javax.xml.rpc.holders.StringHolder body2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsapObserverBindingSkeleton

public AsapObserverBindingSkeleton()

AsapObserverBindingSkeleton

public AsapObserverBindingSkeleton(ObserverPortType 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


getProperties

public void getProperties(Request head,
                          java.lang.String body,
                          ResponseHolder head2,
                          GetPropertiesRsHolder body2)
                   throws java.rmi.RemoteException
Specified by:
getProperties in interface ObserverPortType
Throws:
java.rmi.RemoteException

completed

public void completed(Request head,
                      CompletedRq body,
                      ResponseHolder head2,
                      javax.xml.rpc.holders.StringHolder body2)
               throws java.rmi.RemoteException
Specified by:
completed in interface ObserverPortType
Throws:
java.rmi.RemoteException

stateChanged

public void stateChanged(Request head,
                         StateChangedRq body,
                         ResponseHolder head2,
                         javax.xml.rpc.holders.StringHolder body2)
                  throws java.rmi.RemoteException
Specified by:
stateChanged in interface ObserverPortType
Throws:
java.rmi.RemoteException