Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Polling Notifications | Polling Notification Implementation | Defining a WmPollingNotification Implementation Class
 
Defining a WmPollingNotification Implementation Class
Create a class that extends com.wm.adk.notification.WmPollingNotification, as shown in Example Polling Notification: SimpleNotification, line 18. The class must implement the abstract methods runNotification and fillWmTemplateDescriptor (Lines 56 and 103). Both methods may be empty initially. For more information, see Implementing the runNotification Method and Callbacks.