| Interface | Description |
|---|---|
| ILazyInitProxy |
Interface the lazy init proxies implement to make identification of the proxy and retrival of
IProxyTargetLocator possible. |
| IProxyTargetLocator |
Represents a service locator for lazy init proxies.
|
| LazyInitProxyFactory.IWriteReplace |
This interface is used to make the proxy forward writeReplace() call to the handler instead
of invoking it on itself.
|
| Class | Description |
|---|---|
| LazyInitProxyFactory |
A factory class that creates lazy init proxies given a type and a
IProxyTargetLocator
used to retrieve the object the proxy will represent. |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.