org.forester.archaeopteryx.webservices
Class WebserviceUtil

java.lang.Object
  extended by org.forester.archaeopteryx.webservices.WebserviceUtil

public final class WebserviceUtil
extends Object


Field Summary
static String PFAM_INST
           
static String PFAM_NAME
           
static String PFAM_SERVER
           
static String TAX_CODE_TO_SCI_NAME
           
static String TOL_NAME
           
static String TOL_WEBSERVER
           
static String TREE_BASE_NAME
           
static String TREE_FAM_INST
           
static String TREE_FAM_NAME
           
 
Constructor Summary
WebserviceUtil()
           
 
Method Summary
static List<PhylogeniesWebserviceClient> createDefaultClients()
           
static void processInstructions(PhylogeniesWebserviceClient client, Phylogeny phylogeny)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAX_CODE_TO_SCI_NAME

public static final String TAX_CODE_TO_SCI_NAME
See Also:
Constant Field Values

TREE_FAM_INST

public static final String TREE_FAM_INST
See Also:
Constant Field Values

PFAM_INST

public static final String PFAM_INST
See Also:
Constant Field Values

TOL_WEBSERVER

public static final String TOL_WEBSERVER
See Also:
Constant Field Values

TOL_NAME

public static final String TOL_NAME
See Also:
Constant Field Values

TREE_BASE_NAME

public static final String TREE_BASE_NAME
See Also:
Constant Field Values

TREE_FAM_NAME

public static final String TREE_FAM_NAME
See Also:
Constant Field Values

PFAM_NAME

public static final String PFAM_NAME
See Also:
Constant Field Values

PFAM_SERVER

public static final String PFAM_SERVER
See Also:
Constant Field Values
Constructor Detail

WebserviceUtil

public WebserviceUtil()
Method Detail

createDefaultClients

public static List<PhylogeniesWebserviceClient> createDefaultClients()

processInstructions

public static void processInstructions(PhylogeniesWebserviceClient client,
                                       Phylogeny phylogeny)