public interface ServiceSerializationSupport
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getServiceFromToken(ServiceToken token)
Returns the service (proxy) for the indicated token.
|
ServiceToken |
getServiceTokenForService(java.lang.String serviceId)
Returns a
ServiceToken corresponding to the indicated serviceId. |
ServiceToken getServiceTokenForService(java.lang.String serviceId)
ServiceToken
corresponding to the indicated serviceId. A ServiceToken takes
the place of a service (proxy) during serialization.java.lang.Object getServiceFromToken(ServiceToken token)