org.enhydra.shark.asap
Interface FactoryPortType
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- AsapFactoryBindingSkeleton, AsapFactoryBindingStub
public interface FactoryPortType
- extends java.rmi.Remote
getProperties
void getProperties(Request head,
java.lang.String body,
ResponseHolder head2,
GetPropertiesRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
createInstance
void createInstance(Request head,
CreateInstanceRq body,
ResponseHolder head2,
CreateInstanceRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
listInstances
void listInstances(Request head,
ListInstancesRq body,
ResponseHolder head2,
ListInstancesRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException