Interface | org.apache.hivemind.ServiceImplementationFactory |
---|---|
Parameters Occurs | required |
Visibility | Public |
Creates a service that dynamically (i.e., on each service method invocation) obtains a property from another service and forwards the invocation to the property. The property must be the same type (or assignable to) the constructed service's interface. Typically, the targeted service uses a threaded (or similar) service model, thus requiring dynamic, rather than static, access. |
Element construct | ||
---|---|---|
Attribute property | Required | |
The name of the property of the target service to expose. | ||
Attribute service-id | Required | |
Translator | service | |
The service which contains the property. | ||
Conversion Rules
|