IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Implementing code from the IBM WebSphere Adapter Toolkit > Enterprise metadata discovery general interfaces and implementation for application adapters

Metadata discovery adapter type

Adapter type metadata identify aspects of the adapter that are supported by the enterprise metadata discovery implementation. The Adapter Foundation Classes provide an interface for adapter type information.

The Adapter Foundation Classes provide an implementation for this interface: WBIAdapterTypeImpl. Individual discovery service implementations can use this base class and not implement their own.

Multiple adapterTypes can be supported by a single enterprise metadata discovery implementation. A use case might involve a single adapter instance as a channel for multiple back-end EIS assets. IBM WebSphere recommends a single adapterType for each enterprise metadata discovery implementation.

The following information must be provided for this class by a discovery service implementation.

Enterprise Metadata Discovery general interfaces and implementation for application adapters