Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Connections | Adapter Connection Implementation Classes
 
Adapter Connection Implementation Classes
The diagram shows how a typical adapter implements the connection classes.
At design time, each connection factory in an adapter implementation constitutes a connection type on the adapter's administrative interface. For a connection factory to be recognized as part of the adapter, you must specify the class in the fillAdapterTypeInfo method in the adapter's WmAdapter implementation class (see Registering Connection Factories in the Adapter).
For more information about how Integration Server uses connection classes at design time to support the creation and management of connection namespace nodes, see Connection Class Interactions.
Note:
The connection implementation classes often use both the AdapterException class and the AdapterConnectionException class. The main difference between these classes is the impact on the connection pool (see Receiving AdapterConnectionExceptions).