Class RestLogic


  • public class RestLogic
    extends java.lang.Object
    REST logic.
    Author:
    daniel
    • Constructor Summary

      Constructors 
      Constructor Description
      RestLogic()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getItem()  
      void postItem()  
      void service()  
      • Methods inherited from class java.lang.Object

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

      • RestLogic

        public RestLogic()
    • Method Detail

      • service

        public void service()
      • getItem

        public void getItem()
      • postItem

        public void postItem()