org.enhydra.shark.wfxml
Class WfXmlRegistryBindingImpl
java.lang.Object
org.enhydra.shark.wfxml.WfXmlRegistryBindingImpl
- All Implemented Interfaces:
- RegistryPortType, java.rmi.Remote
- public class WfXmlRegistryBindingImpl
- extends java.lang.Object
- implements RegistryPortType
Wf-XML registry service implementation
- Version:
- 0.11
- Author:
- V.Puskas, S.Bojanic
Method Summary |
void |
getProperties(Request rqHead,
java.lang.String rqBody,
ResponseHolder rsHead,
GetPropertiesRsHolder rsBody)
|
void |
listDefinitions(Request rqHead,
ListDefinitionsRq rqBody,
ResponseHolder rsHead,
ListDefinitionsRsHolder rsBody)
|
void |
newDefinition(Request rqHead,
NewDefinitionRq rqBody,
ResponseHolder rsHead,
NewDefinitionRsHolder rsBody)
|
void |
setProperties(Request rqHead,
SetPropertiesRq rqBody,
ResponseHolder rsHead,
SetPropertiesRsHolder rsBody)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WfXmlRegistryBindingImpl
public WfXmlRegistryBindingImpl()
getProperties
public void getProperties(Request rqHead,
java.lang.String rqBody,
ResponseHolder rsHead,
GetPropertiesRsHolder rsBody)
throws java.rmi.RemoteException
- Specified by:
getProperties
in interface RegistryPortType
- Throws:
java.rmi.RemoteException
setProperties
public void setProperties(Request rqHead,
SetPropertiesRq rqBody,
ResponseHolder rsHead,
SetPropertiesRsHolder rsBody)
throws java.rmi.RemoteException
- Specified by:
setProperties
in interface RegistryPortType
- Throws:
java.rmi.RemoteException
listDefinitions
public void listDefinitions(Request rqHead,
ListDefinitionsRq rqBody,
ResponseHolder rsHead,
ListDefinitionsRsHolder rsBody)
throws java.rmi.RemoteException
- Specified by:
listDefinitions
in interface RegistryPortType
- Throws:
java.rmi.RemoteException
newDefinition
public void newDefinition(Request rqHead,
NewDefinitionRq rqBody,
ResponseHolder rsHead,
NewDefinitionRsHolder rsBody)
throws java.rmi.RemoteException
- Specified by:
newDefinition
in interface RegistryPortType
- Throws:
java.rmi.RemoteException