Package org.helm.notation2.wsadapter
Class NucleotideWSSaver
java.lang.Object
org.helm.notation2.wsadapter.NucleotideWSSaver
public class NucleotideWSSaver extends Object
NucleotideWSSaver saves nucleotides to the webservice configured in MonomerStoreConfiguration.- Version:
- $Id$
- Author:
- Marco Lanig
-
Constructor Summary
Constructors Constructor Description NucleotideWSSaver() -
Method Summary
Modifier and Type Method Description StringsaveNucleotideToStore(Nucleotide nucleotide)Adds or updates a single nucleotide to the nucleotide store using the URL configured inMonomerStoreConfiguration.
-
Constructor Details
-
NucleotideWSSaver
public NucleotideWSSaver()
-
-
Method Details
-
saveNucleotideToStore
Adds or updates a single nucleotide to the nucleotide store using the URL configured inMonomerStoreConfiguration.- Parameters:
nucleotide- to save- Returns:
- response from the webservice
-