org.enhydra.shark.wfxml
Interface ActivityPortType
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- WfXmlActivityBindingSkeleton, WfXmlActivityBindingStub
public interface ActivityPortType
- 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
setProperties
void setProperties(Request head,
SetPropertiesRq body,
ResponseHolder head2,
SetPropertiesRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
completeActivity
void completeActivity(Request head,
CompleteActivityRq body,
ResponseHolder head2,
javax.xml.rpc.holders.StringHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException