com.worklight.adapters.rest.api

Class WLServerAPIProvider

  • java.lang.Object
    • com.worklight.adapters.rest.api.WLServerAPIProvider

  • Deprecated. 
    This class 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 class WLServerAPIProvider
    extends java.lang.Object
    This class is used for exposing the MobileFirst server API to the user use WLServerAPIProvider.getWLServerAPI() to get an instance of the WLServerAPI class.
    • Constructor Summary

      Constructors 
      Constructor and Description
      WLServerAPIProvider()
      Deprecated. 
       
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static WLServerAPI getWLServerAPI()
      Deprecated. 
      Returns an instance to WLServerAPI
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WLServerAPIProvider

        public WLServerAPIProvider()
        Deprecated. 
    • Method Detail

      • getWLServerAPI

        public static WLServerAPI getWLServerAPI()
        Deprecated. 
        Returns an instance to WLServerAPI
        Returns:


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