org.apache.tapestry5.ioc.internal
Interface ServiceProxyProvider
- All Known Implementing Classes:
- RegistryImpl
public interface ServiceProxyProvider
Used in concert with SerializationSupport to convert service tokens back
into service proxies.
|
Method Summary |
java.lang.Object |
provideServiceProxy(java.lang.String serviceId)
Look up the service and return it's proxy. |
provideServiceProxy
java.lang.Object provideServiceProxy(java.lang.String serviceId)
- Look up the service and return it's proxy.
- Parameters:
serviceId - the id of the service to obtain
- Returns:
- the service proxy
- Throws:
java.lang.RuntimeException - if the service does not exist or does not have a proxy
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.