Ejemplo n.º 1
0
 public String getServiceUrl() {
   return authRemoteService.getServiceUrl();
 }
Ejemplo n.º 2
0
 public void getRemotAuthUrl() throws IOException {
   String url = authRemoteService.getAuthUrl();
   System.out.println(url);
   String json = JSON.toJSONString(url);
   this.sendMessages(json);
 }