| Package | Description |
|---|---|
| org.mule.runtime.core | |
| org.mule.runtime.core.api | |
| org.mule.runtime.core.registry |
| Modifier and Type | Method and Description |
|---|---|
Injector |
DefaultMuleContext.getInjector()
Returns a
Injector capable of injecting dependencies into objects |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setInjector(Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
Injector |
MuleContext.getInjector()
Returns a
Injector capable of injecting dependencies into objects |
| Modifier and Type | Class and Description |
|---|---|
class |
RegistryDelegatingInjector
An implementation of
Injector which uses a RegistryProvider to look for Registry instances which also
implement Injector. |
class |
SimpleRegistry
A very simple implementation of
LifecycleRegistry. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.