Implementing the InteractionSpec interface

This topic describes how to implement the InteractionSpec client programming interface.

The resource adapter requires an operation which is specified as the function name. The adapter extracts the function name and performs the corresponding operation using the input business object instance. The SiebelInteractionSpec has only the fields inherited from the WBIInteractionSpec. It uses the functionName field for the operation to execute on the underlying Siebel EIS.
To implement the InteractionSpec, you must:
  1. Do this
  2. Then this
    1. You need to do this
    2. and then this.
  3. And finally, this.
The following example, which appears in the sample application, illustrates how to implement the InteractionSpec interface:
Insert example_text from Sample Application here
Concisely summarize tasks to perform after the current task.

Parent topic: Developing your business process application