org.enhydra.shark.wfxml
Interface RegistryPortType
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- WfXmlRegistryBindingSkeleton, WfXmlRegistryBindingStub
public interface RegistryPortType
- extends java.rmi.Remote
Method Summary |
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)
|
getProperties
void getProperties(Request head,
java.lang.String body,
ResponseHolder head2,
GetPropertiesRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setProperties
void setProperties(Request head,
SetPropertiesRq body,
ResponseHolder head2,
SetPropertiesRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
listDefinitions
void listDefinitions(Request head,
ListDefinitionsRq body,
ResponseHolder head2,
ListDefinitionsRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
newDefinition
void newDefinition(Request head,
NewDefinitionRq body,
ResponseHolder head2,
NewDefinitionRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException