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