T - describes the specific APIpublic interface ITApiHandler<T extends ITApi>
| Modifier and Type | Method and Description |
|---|---|
<T extends ITApi> |
getApi(Object context)
Returns an object implementing the API
|
<T extends ITApi> T getApi(Object context) throws InvalidContextException
T - the service which implements or extends ITApicontext - represents context for the determination of the API, can be
null if not required for the particular APIInvalidContextException - - if there are no handler for the apiType foundCopyright © 2020 SAP. All rights reserved.