Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Overview | Development-Time Tasks and Support
 
Development-Time Tasks and Support
 
Create the Adapter Definition
Define Connections and Connection Factories
Define Adapter Service Templates
Define Polling Notification Templates
Define Listener Notification Templates
Define Metadata
Transaction Support
Exception Support
Logging Support
Internationalization Support
At development time, you write the Java classes that define the adapter. To do this, you extend base classes provided by the ADK to produce an adapter definition class and template classes for connections, adapter services, polling notifications, and listener notifications.
At design time, adapter users will select these template classes to configure namespace nodes. A namespace node is a run-time component containing information about how a connection, adapter service, polling notifications, or listener notifications should behave at run time.
At development time, you will:
* Create the Adapter Definition.
* Define Connections and Connection Factories.
* Define Adapter Service Templates.
* Define Polling Notification Templates.
* Define Listener Notification Templates.
* Define Metadata.
Support for other development-time activities includes:
* Transaction Support.
* Exception Support.
* Logging Support.
* Internationalization Support.