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:
- Do this
- Then this
- You need to do this
- and then this.
- 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.