public class PersistKeyValueService extends Object
Constructor and Description |
---|
PersistKeyValueService() |
Modifier and Type | Method and Description |
---|---|
String |
getAllKeyValues() |
String |
getKey(String keyName) |
static void |
init(PersistKeyValueImpl instance) |
String |
store(String values) |
javax.ws.rs.core.Response |
update(String keyValues) |
@Inject public static void init(PersistKeyValueImpl instance)
public javax.ws.rs.core.Response update(String keyValues) throws javax.ws.rs.WebApplicationException, InvalidStateTransitionException, JAXBException, IOException
javax.ws.rs.WebApplicationException
InvalidStateTransitionException
JAXBException
IOException
public String store(String values) throws IOException, JAXBException
IOException
JAXBException
public String getAllKeyValues() throws JAXBException, IOException
JAXBException
IOException
Copyright © 2022 Apache Software Foundation. All rights reserved.