IAffiniumExternalCallout interface
The ExternalCallout API is contained in the interface IAffiniumExternalCallout. You must implement the IAffiniumExternalCallout interface to use the EXTERNALCALLOUT macro.
The class that implements the IAffiniumExternalCallout should have a constructor with which it can be initialized by the runtime server.
*
If there are no constructors in the class, the Java compiler creates a default constructor and this is sufficient.
*
When developing your external callout, remember the following:
*
*
You must compile your implementation against interact_externalcallout.jar located in the lib directory of your IBM® Interact runtime environment installation.
IAffiniumExternalCallout enables the runtime server to request data from your Java class. The interface consists of four methods:
*
*
*
*
To add a web service for use with EXTERNALCALLOUT
getNumberOfArguments
getValue
initialize
shutdown