public class ServiceSerializationHelper extends java.lang.Object
ServiceSerializationSupport
, so that
ServiceToken
s may locate them.Constructor and Description |
---|
ServiceSerializationHelper() |
Modifier and Type | Method and Description |
---|---|
static ServiceSerializationSupport |
getServiceSerializationSupport()
Returns the previously stored SSS.
|
static void |
setServiceSerializationSupport(ServiceSerializationSupport serviceSerializationSupport)
Stores the SSS instance for later access; if an existing SSS is already stored, then an error
is logged (should be just one SSS per class loader).
|
public ServiceSerializationHelper()
public static ServiceSerializationSupport getServiceSerializationSupport()
ApplicationRuntimeException
- if no SSS has been stored.public static void setServiceSerializationSupport(ServiceSerializationSupport serviceSerializationSupport)