org.enhydra.shark.asap
Class AsapInstanceBindingSkeleton

java.lang.Object
  extended by org.enhydra.shark.asap.AsapInstanceBindingSkeleton
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, org.apache.axis.wsdl.Skeleton, InstancePortType

public class AsapInstanceBindingSkeleton
extends java.lang.Object
implements InstancePortType, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
AsapInstanceBindingSkeleton()
           
AsapInstanceBindingSkeleton(InstancePortType impl)
           
 
Method Summary
 void changeState(Request head, ChangeStateRq body, ResponseHolder head2, ChangeStateRsHolder 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 setProperties(Request head, SetPropertiesRq body, ResponseHolder head2, SetPropertiesRsHolder body2)
           
 void subscribe(Request head, SubscribeRq body, ResponseHolder head2, javax.xml.rpc.holders.StringHolder body2)
           
 void unsubscribe(Request head, UnsubscribeRq 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

AsapInstanceBindingSkeleton

public AsapInstanceBindingSkeleton()

AsapInstanceBindingSkeleton

public AsapInstanceBindingSkeleton(InstancePortType 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 InstancePortType
Throws:
java.rmi.RemoteException

setProperties

public void setProperties(Request head,
                          SetPropertiesRq body,
                          ResponseHolder head2,
                          SetPropertiesRsHolder body2)
                   throws java.rmi.RemoteException
Specified by:
setProperties in interface InstancePortType
Throws:
java.rmi.RemoteException

subscribe

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

unsubscribe

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

changeState

public void changeState(Request head,
                        ChangeStateRq body,
                        ResponseHolder head2,
                        ChangeStateRsHolder body2)
                 throws java.rmi.RemoteException
Specified by:
changeState in interface InstancePortType
Throws:
java.rmi.RemoteException