org.enhydra.shark.wfxml
Class WfXmlRegistryBindingSkeleton

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

public class WfXmlRegistryBindingSkeleton
extends java.lang.Object
implements RegistryPortType, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
WfXmlRegistryBindingSkeleton()
           
WfXmlRegistryBindingSkeleton(RegistryPortType impl)
           
 
Method Summary
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 listDefinitions(Request head, ListDefinitionsRq body, ResponseHolder head2, ListDefinitionsRsHolder body2)
           
 void newDefinition(Request head, NewDefinitionRq body, ResponseHolder head2, NewDefinitionRsHolder 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

WfXmlRegistryBindingSkeleton

public WfXmlRegistryBindingSkeleton()

WfXmlRegistryBindingSkeleton

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

listDefinitions

public void listDefinitions(Request head,
                            ListDefinitionsRq body,
                            ResponseHolder head2,
                            ListDefinitionsRsHolder body2)
                     throws java.rmi.RemoteException
Specified by:
listDefinitions in interface RegistryPortType
Throws:
java.rmi.RemoteException

newDefinition

public void newDefinition(Request head,
                          NewDefinitionRq body,
                          ResponseHolder head2,
                          NewDefinitionRsHolder body2)
                   throws java.rmi.RemoteException
Specified by:
newDefinition in interface RegistryPortType
Throws:
java.rmi.RemoteException