org.enhydra.shark.wfxml
Class WfXmlFactoryBindingSkeleton
java.lang.Object
org.enhydra.shark.wfxml.WfXmlFactoryBindingSkeleton
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, org.apache.axis.wsdl.Skeleton, FactoryPortType
public class WfXmlFactoryBindingSkeleton
- extends java.lang.Object
- implements FactoryPortType, org.apache.axis.wsdl.Skeleton
- See Also:
- Serialized Form
Method Summary |
void |
createInstance(Request head,
CreateInstanceRq body,
ResponseHolder head2,
CreateInstanceRsHolder body2)
|
void |
getDefinition(Request head,
GetDefinitionRq body,
ResponseHolder head2,
GetDefinitionRsHolder 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 |
listInstances(Request head,
ListInstancesRq body,
ResponseHolder head2,
ListInstancesRsHolder body2)
|
void |
setDefinition(Request head,
SetDefinitionRq body,
ResponseHolder head2,
SetDefinitionRsHolder body2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WfXmlFactoryBindingSkeleton
public WfXmlFactoryBindingSkeleton()
WfXmlFactoryBindingSkeleton
public WfXmlFactoryBindingSkeleton(FactoryPortType impl)
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 FactoryPortType
- Throws:
java.rmi.RemoteException
createInstance
public void createInstance(Request head,
CreateInstanceRq body,
ResponseHolder head2,
CreateInstanceRsHolder body2)
throws java.rmi.RemoteException
- Specified by:
createInstance
in interface FactoryPortType
- Throws:
java.rmi.RemoteException
listInstances
public void listInstances(Request head,
ListInstancesRq body,
ResponseHolder head2,
ListInstancesRsHolder body2)
throws java.rmi.RemoteException
- Specified by:
listInstances
in interface FactoryPortType
- Throws:
java.rmi.RemoteException
getDefinition
public void getDefinition(Request head,
GetDefinitionRq body,
ResponseHolder head2,
GetDefinitionRsHolder body2)
throws java.rmi.RemoteException
- Specified by:
getDefinition
in interface FactoryPortType
- Throws:
java.rmi.RemoteException
setDefinition
public void setDefinition(Request head,
SetDefinitionRq body,
ResponseHolder head2,
SetDefinitionRsHolder body2)
throws java.rmi.RemoteException
- Specified by:
setDefinition
in interface FactoryPortType
- Throws:
java.rmi.RemoteException