Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Connections | Adapter Connection Implementation Classes
 
Adapter Connection Implementation Classes
Adapter connection implementation classes
The diagram above 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 Updating AdapterTypeInfo).
To learn how the 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 will 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).