Package org.helm.notation2.wsadapter
Class NucleotideWSLoader
java.lang.Object
org.helm.notation2.wsadapter.NucleotideWSLoader
public class NucleotideWSLoader extends Object
NucleotideWSLoader loads nucleotides from the webservice configured in MonomerStoreConfiguration.- Version:
- $Id$
- Author:
- Marco Lanig
-
Constructor Summary
Constructors Constructor Description NucleotideWSLoader()Default constructor. -
Method Summary
Modifier and Type Method Description Map<String,String>loadNucleotideStore()Loads the nucleotide store using the URL configured inMonomerStoreConfiguration.
-
Constructor Details
-
NucleotideWSLoader
Default constructor.- Throws:
IOException- IO Error
-
-
Method Details
-
loadNucleotideStore
Loads the nucleotide store using the URL configured inMonomerStoreConfiguration.- Returns:
- Map containing nucleotides
- Throws:
IOException- IO errorURISyntaxException- if url is not valid
-