Adapter Connection Classes
ADK Adapter Connection Classes
This diagram displays the ADK classes, class members, and class methods used to create an adapter connection.
External Interfaces Used in 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 |
com.wm.adk.metadata.WmDescriptor | Creates webMethods metadata. |
com.wm.adk.info.ResourceAdapterMetadataInfo | Specifies adapter services supported by the connection. This interface is an extended version of javax.resource.cci.ResourceAdapterMetadata. |
com.wm.adk.metadata.WmAdapterAccess | Used in conjunction with the metadata operations for the associated adapter services and notifications. |