Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Adapter Services | Adapter Service Implementation | Defining a WmAdapterService Implementation Class
 
Defining a WmAdapterService Implementation Class
Create a class that extends com.wm.adk.cci.interaction.WmAdapterService (as shown in line 20 of Code Example 1: WmAdapterService Implementation Class). In order to compile, this class must implement the abstract method named execute (line 112). In addition, you must override the base class implementation of the fillWmTemplateDescriptor method (line 59).