Interface Test

  • All Known Implementing Classes:
    TestHessianServlet

    public interface Test
    The Test service is a quick sanity check service. Developers of a new Hessian implementation can use this service as an initial test.
    • Method Detail

      • nullCall

        void nullCall()
        Does nothing.
      • hello

        String hello()
        Hello, World.
      • subtract

        int subtract​(int a,
                     int b)
        Subtraction
      • echo

        Object echo​(Object value)
        Echos the object to the server.