public interface SupplierSource
Supplies ManagedObject
instances for AutoWire
by the
AutoWireApplication
.
The supplied ManagedObject
instances are only used should the
AutoWireApplication
require an AutoWire
of the potentially
supplied ManagedObject
.
Modifier and Type | Method and Description |
---|---|
SupplierSourceSpecification |
getSpecification()
Obtains the
SupplierSourceSpecification for this
SupplierSource . |
void |
supply(SupplierSourceContext context)
Supplies the necessary
ManagedObject instances. |
SupplierSourceSpecification getSpecification()
Obtains the SupplierSourceSpecification
for this
SupplierSource
.
This enables the SupplierSourceContext
to be populated with the
necessary details as per this SupplierSourceSpecification
in
loading the SupplierType
.
SupplierSourceSpecification
.void supply(SupplierSourceContext context) throws Exception
ManagedObject
instances.context
- SupplierSourceContext
.Exception
- If fails to provide supply of ManagedObject
instances.Copyright © 2005–2016. All rights reserved.