|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOInterceptorStack | |
---|---|
org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
org.mule.interceptors | Contains default UMOInterceptor implementations that can be applied to Mule managed components. |
org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
Uses of UMOInterceptorStack in org.mule |
---|
Methods in org.mule that return UMOInterceptorStack | |
---|---|
UMOInterceptorStack |
MuleManager.lookupInterceptorStack(String name)
Retrieves a configured interceptor stack. |
Methods in org.mule with parameters of type UMOInterceptorStack | |
---|---|
void |
MuleManager.registerInterceptorStack(String name,
UMOInterceptorStack stack)
registers a interceptor stack list that can be referenced by other components |
Uses of UMOInterceptorStack in org.mule.interceptors |
---|
Classes in org.mule.interceptors that implement UMOInterceptorStack | |
---|---|
class |
InterceptorStack
Maintains a list of interceptors that can be applied to components. |
Uses of UMOInterceptorStack in org.mule.umo.manager |
---|
Methods in org.mule.umo.manager that return UMOInterceptorStack | |
---|---|
UMOInterceptorStack |
UMOManager.lookupInterceptorStack(String name)
Retrieves a configured interceptor stack. |
Methods in org.mule.umo.manager with parameters of type UMOInterceptorStack | |
---|---|
void |
UMOManager.registerInterceptorStack(String name,
UMOInterceptorStack stack)
registers a interceptor stack list that can be referenced by other components |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |