com.worklight.adapters.rest.api

Interface WLServerAPI


  • Deprecated. 
    This interface is deprecated since V8.0, and is only available for backwards compatibility. Use the Jax-RS javax.ws.rs.core.Context annotation to inject the API interfaces directly.

    @Deprecated
    public interface WLServerAPI
    The server API of Java adapters by category.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      AdaptersAPI getAdaptersAPI()
      Deprecated. 
      Get Adapters API This API will help you to call other Adapters
      AnalyticsAPI getAnalyticsAPI()
      Deprecated. 
      Get the Analytics API that will allow you to report activities to analytics.
      ConfigurationAPI getConfigurationAPI()
      Deprecated. 
      Get Configuration API This API will allow you to read Worklight configuration properties and JNDI properties in general
    • Method Detail

      • getAdaptersAPI

        AdaptersAPI getAdaptersAPI()
        Deprecated. 
        Get Adapters API This API will help you to call other Adapters
        Returns:
      • getConfigurationAPI

        ConfigurationAPI getConfigurationAPI()
        Deprecated. 
        Get Configuration API This API will allow you to read Worklight configuration properties and JNDI properties in general
        Returns:
      • getAnalyticsAPI

        AnalyticsAPI getAnalyticsAPI()
        Deprecated. 
        Get the Analytics API that will allow you to report activities to analytics.
        Returns:


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.