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(org.cometd.annotation.RemoteCall.Caller caller, java.util.Map<java.lang.String,java.lang.Object> data)
-