@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.PostConstruct
public void preDestroy()
preDestroy
in interface org.glassfish.hk2.api.PreDestroy
public String getUID()
RestInterfaceUID
getUID
in interface RestInterfaceUID
public static String getRestUID()
Copyright © 2018. All rights reserved.