Interface ServiceProxyProvider
- 
- All Known Implementing Classes:
 RegistryImpl
public interface ServiceProxyProvider
Used in concert withSerializationSupportto convert service tokens back into service proxies. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectprovideServiceProxy(String serviceId)Look up the service and return its proxy. 
 - 
 
- 
- 
Method Detail
- 
provideServiceProxy
Object provideServiceProxy(String serviceId)
Look up the service and return its proxy.- Parameters:
 serviceId- the id of the service to obtain- Returns:
 - the service proxy
 - Throws:
 RuntimeException- if the service does not exist or does not have a proxy
 
 - 
 
 -