|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MuleProxy | |
---|---|
org.mule.impl.model | |
org.mule.impl.model.direct | |
org.mule.impl.model.seda | |
org.mule.impl.model.seda.optimised |
Uses of MuleProxy in org.mule.impl.model |
---|
Classes in org.mule.impl.model that implement MuleProxy | |
---|---|
class |
DefaultMuleProxy
MuleProxy is a proxy to a UMO. |
Uses of MuleProxy in org.mule.impl.model.direct |
---|
Fields in org.mule.impl.model.direct declared as MuleProxy | |
---|---|
protected MuleProxy |
DirectComponent.proxy
|
Uses of MuleProxy in org.mule.impl.model.seda |
---|
Fields in org.mule.impl.model.seda declared as MuleProxy | |
---|---|
protected MuleProxy |
SedaComponent.componentProxy
Is created only if component pooling is turned off on the SEDAModel. |
Methods in org.mule.impl.model.seda that return MuleProxy | |
---|---|
protected MuleProxy |
SedaComponent.createComponentProxy()
|
protected MuleProxy |
SedaComponent.getProxy()
The proxy may be one of three types: 1. |
Methods in org.mule.impl.model.seda with parameters of type MuleProxy | |
---|---|
protected void |
SedaComponent.doReleaseProxy(MuleProxy proxy)
This method is called once when a proxy has finished processing a request (regardless of success). |
Uses of MuleProxy in org.mule.impl.model.seda.optimised |
---|
Classes in org.mule.impl.model.seda.optimised that implement MuleProxy | |
---|---|
class |
OptimisedMuleProxy
MuleProxy is a proxy to a UMO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |