Interface | Description |
---|---|
AdapterCallback |
A base interface for any adapter callback that can be registered with the
Adapter Framework Adapter Administration API through the
AdapterRegistry.registerAdapter method. |
AdapterRegistry |
Provides an interface to register an adapter with the Adapter Framework.
|
Class | Description |
---|---|
AdapterCapability |
Provides an enumeration of adapter capabilities, i.e.
|
AdapterRegistryFactory |
A factory to obtain an instance of an implementation of the
AdapterRegistry interface. |
Exception | Description |
---|---|
AdapterAlreadyRegisteredException |
An unchecked exception indicating that the given adapter has already been
registered using
AdapterRegistry.registerAdapter before, i.e. |
AdapterCallbackDuplicateException |
An unchecked exception thrown by
AdapterRegistry.registerAdapter
when any callback interface is provided more than once in the passed
AdapterCallback[] array. |
AdapterCallbackUnknownException |
An unchecked exception thrown by
AdapterRegistry.registerAdapter
when any of the supplied callbacks is not known to the Adapter Framework. |
AdapterCapabilityMismatchException |
An unchecked exception that is either thrown during an adapter's registration
when a conflict between multiple capabilities and/or callbacks is detected
or during the invocation of an API that requires a certain capability, which
has not been specified during the adapter's registration.
|
AdapterNotRegisteredException |
An unchecked exception indicating that the given adapter has not been
registered using
AdapterRegistry.registerAdapter although
this registration is mandatory for using the respective functionality. |
AdminException |
A base exception for any exceptions related to the
com.sap.aii.af.service.administration. |
AdminRuntimeException |
An unchecked base exception for any runtime exceptions related to the
com.sap.aii.af.service.administration. |
Copyright 2019 SAP AG Complete Copyright Notice