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.WebApplicationExceptionInvalidStateTransitionExceptionJAXBExceptionIOExceptionpublic String store(String values) throws IOException, JAXBException
IOExceptionJAXBExceptionpublic String getAllKeyValues() throws JAXBException, IOException
JAXBExceptionIOExceptionCopyright © 2022 Apache Software Foundation. All rights reserved.