Exemplo n.º 1
0
 @Override
 public RemoteEndpoint.Basic getBasicRemote() {
   return remote.getBasic();
 }
Exemplo n.º 2
0
 @Override
 public RemoteEndpoint.Async getAsyncRemote() {
   return remote.getAsync();
 }