| Class used to connect to and communicate with a workflow engine via a local
interface.
This interface is based on the WfMC's Interface 2 Client API
specification. Some of the methods have been modified from the original
specification to fit within the normal design of Java applications. For
instance, the WfMC specification functions always return an error object
(even for success) and uses out parameters to return values. This interface
returns the value and throws an exception when an error occurs. If no error
occurs then an exception is not thrown.
author: Adrian Price |