Package org.cometd.examples
Class CometDDemoServlet.EchoRPC
- java.lang.Object
-
- org.cometd.examples.CometDDemoServlet.EchoRPC
-
- Enclosing class:
- CometDDemoServlet
@Service("echo") public static class CometDDemoServlet.EchoRPC extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EchoRPC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doEcho(RemoteCall.Caller caller, java.lang.Object data)
-
-
-
Method Detail
-
doEcho
@RemoteCall("echo") public void doEcho(RemoteCall.Caller caller, java.lang.Object data)
-
-