Updating the fillAdapterTypeInfo Method
Update the fillAdapterTypeInfo method of your adapter definition class (the WmAdapter implementation class) to register your polling notification type.
For example:
public void fillAdapterTypeInfo(AdapterTypeInfo info, Locale locale)
{
info.addNotificationType(SimpleNotification.class.getName());
}