UII adapters in Unified Service Desk
A User Interface Integration (UII) adapter allows you to modify the behavior of the application without access to its source code. UII provides adapters for web applications, external (Windows-based) applications, and the Hosted Application Toolkit (HAT), which can be extended to build additional application adapter capabilities.
There are three types of application adapters:
Application adapters: Used for external (usually Win32) applications. More information: Use UII application adapter
Web application adapters: Used for web applications. More information: Use UII web application adapter
Automation adapters: Used by HAT. More information: Understanding HAT adapters
All types of adapters provide virtual methods that can be overridden.
See also
Hosted Application Toolkit (HAT)
Walkthrough: Create a UII Application Adapter
Walkthrough: Create a UII Web Application Adapter