org.enhydra.shark.wfxml
Class WfXmlActivityBindingSkeleton

java.lang.Object
  extended byorg.enhydra.shark.wfxml.WfXmlActivityBindingSkeleton
All Implemented Interfaces:
ActivityPortType, java.rmi.Remote, java.io.Serializable, org.apache.axis.wsdl.Skeleton

public class WfXmlActivityBindingSkeleton
extends java.lang.Object
implements ActivityPortType, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
WfXmlActivityBindingSkeleton()
           
WfXmlActivityBindingSkeleton(ActivityPortType impl)
           
 
Method Summary
 void completeActivity(Request head, CompleteActivityRq 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 setProperties(Request head, SetPropertiesRq body, ResponseHolder head2, SetPropertiesRsHolder body2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WfXmlActivityBindingSkeleton

public WfXmlActivityBindingSkeleton()

WfXmlActivityBindingSkeleton

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

completeActivity

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