Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Connections | Connection Classes
 
Connection Classes
ADK adapter connection classes
The ADK's base connection classes are dependent on the following external interfaces. These interfaces are used as arguments of the abstract methods that you must override in the connection implementation classes:
Interface
Description
WmDescriptor
Creates webMethods metadata (see The WmDescriptor Interface).
ResourceAdapterMetadataInfo
Specifies adapter services supported by the connection. This interface is an extended version of javax.resource.cci.ResourceAdapterMetadata. For more information, see Creating a WmManagedConnectionFactory Implementation Class.
WmAdapterAccess
Used in conjunction with metadata operations for associated adapter services and notifications. For more information, see the Javadoc.