@Service public class RestService extends Object implements org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy, RestInterfaceUID
| Modifier and Type | Field and Description |
|---|---|
static LocalStringManagerImpl |
localStrings |
| Constructor and Description |
|---|
RestService() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getRestUID() |
String |
getUID()
Returns unique ID to be used by local clients.
|
void |
postConstruct() |
void |
preDestroy() |
public static final LocalStringManagerImpl localStrings
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void preDestroy()
preDestroy in interface org.glassfish.hk2.api.PreDestroypublic String getUID()
RestInterfaceUIDgetUID in interface RestInterfaceUIDpublic static String getRestUID()
Copyright © 2019. All rights reserved.