Class StatelessRemoteInterfaceEndpoint

  • All Implemented Interfaces:
    RemoteService

    public class StatelessRemoteInterfaceEndpoint
    extends java.lang.Object
    implements RemoteService
    Author:
    Pavel Bucek
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String onMessage​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • StatelessRemoteInterfaceEndpoint

        public StatelessRemoteInterfaceEndpoint()
    • Method Detail

      • onMessage

        public java.lang.String onMessage​(java.lang.String message)
        Specified by:
        onMessage in interface RemoteService