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)
           
 

Method Detail

getProperties

public void getProperties(Request head,
                          java.lang.String body,
                          ResponseHolder head2,
                          GetPropertiesRsHolder body2)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setProperties

public void setProperties(Request head,
                          SetPropertiesRq body,
                          ResponseHolder head2,
                          SetPropertiesRsHolder body2)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

listDefinitions

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

newDefinition

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