예제 #1
0
 @Override
 public InvocationContext getInvocationContext() {
   WebSocketInvoker.resolve(request);
   return new InvocationContext(
       request.invokedMethod.getAnnotations(),
       request.invokedMethod.getDeclaringClass().getAnnotations());
 }
예제 #2
0
 @Override
 public void execute() throws Exception {
   WebSocketInvoker.invoke(request, inbound, outbound);
 }