接口 RestServer

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void  resourceDef,  resourceInstance,  contextPath)  
      void start​(URL url)  
      void stop()  
      void  resourceDef)  
    • 方法详细资料

      • start

        void start​(URL url)
      • deploy

        void deploy​( resourceDef,
                     resourceInstance,
                     contextPath)
        参数:
        resourceDef - it could be either resource interface or resource impl
      • undeploy

        void undeploy​( resourceDef)
      • stop

        void stop()