ProxyObjectFactory

A ProxyObjectFactory instantiates a proxy to some type of object located in source locator.

Members

Properties

identity
string identity [@property getter]

Get the identity of original object that proxy factory will intantiate proxy object.

source
Locator!() source [@property getter]

Get the original locator that is used by proxy to fetch the proxied object.

Meta