Using Services Integration Framework APIs Within User Exits
Using Services Integration Framework APIs Within User Exits
You can create user exits to call Services Integration Framework (SIF) APIs. User exits use a SIF client that calls SIF APIs that you implement in the user exit code.
To create a SIF client, you can use the UserExitSifClient Java class included in the
mdm-ue.jar
file. You can use the SIF client only within a user exit implementation to call SIF APIs. Use the database connection information as an input parameter.
User exits and SIF API calls are part of the same transaction because they use the same database connection. When a user exit calls a SIF API, the process is transactional. You can view changes that are not yet committed. If an error occurs the entire process can roll back.