com.sun.jersey.core.spi.component.ioc
Interface IoCProxiedComponentProvider
- All Superinterfaces:
- ComponentProvider, IoCComponentProvider
public interface IoCProxiedComponentProvider
- extends IoCComponentProvider
An IoC-proxied component provider.
The component is fully managed by the runtime but when an instance is created
the underlying IoC framework is deferred to for creating a proxy of the
component instance.
- Author:
- Paul.Sandoz@Sun.Com
Method Summary |
java.lang.Object |
proxy(java.lang.Object o)
Proxy a component instance. |
proxy
java.lang.Object proxy(java.lang.Object o)
- Proxy a component instance.
- Parameters:
o
- the component instance to proxy.
- Returns:
- the proxied instance.
Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.