net.cds
Class NameResolver.Client

java.lang.Object
  extended by net.cds.NameResolver.Client
Enclosing class:
NameResolver

public static class NameResolver.Client
extends Object

Titre : Sesame Description : Resolves names in Simbad, VizieR and/or NED Copyright : Copyright (c) 2002-2003 Soci\x{00E9}t\x{00E9} : Centre de Donn\x{00E9}es Astronomique de Strasbourg


Field Summary
private  Sesame_pkg.Sesame myv
          The sesam client creted during client construction.
 
Constructor Summary
NameResolver.Client()
          Constructs a new access client.
 
Method Summary
 String getResult(String name, String format)
          Queries the service.
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myv

private Sesame_pkg.Sesame myv
The sesam client creted during client construction.

Constructor Detail

NameResolver.Client

public NameResolver.Client()
Constructs a new access client. This is for test purposes only.

Method Detail

getResult

public String getResult(String name,
                        String format)
Queries the service.


main

public static void main(String[] arg)