public final class ITApiFactory
extends java.lang.Object
public static <T extends ITApi> T getApi(java.lang.Class<? extends ITApi> apiType, java.lang.Object context) throws com.sap.it.api.exception.InvalidContextException
apiType - class of the requested API interfacecontext - represents context(mapping,camel etc.) for the determination of the API.
Can be null if not required for the particular APIcom.sap.it.api.exception.InvalidContextException