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
| Modifier and Type |
Method |
Description |
void |
doEcho(org.cometd.annotation.RemoteCall.Caller caller,
java.util.Map<java.lang.String,java.lang.Object> data) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
@RemoteCall("echo")
public void doEcho(org.cometd.annotation.RemoteCall.Caller caller,
java.util.Map<java.lang.String,java.lang.Object> data)