|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOInterceptor | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.interceptors | Contains default UMOInterceptor implementations that can be applied to Mule managed components. |
org.mule.providers.soap | |
org.mule.tck.testmodels.mule | |
org.mule.umo | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
org.mule.umo.lifecycle | Lifecycle interfaces for all UMOcomponents. |
Uses of UMOInterceptor in org.mule.impl |
Classes in org.mule.impl that implement UMOInterceptor | |
class |
DefaultLifecycleAdapter
DefaultLifecycleAdapter provides lifecycle methods for all Mule
managed components. |
Methods in org.mule.impl with parameters of type UMOInterceptor | |
void |
MuleDescriptor.addInterceptor(UMOInterceptor inteceptor)
|
Uses of UMOInterceptor in org.mule.interceptors |
Subinterfaces of UMOInterceptor in org.mule.interceptors | |
interface |
LifecycleInterceptor
LifecycleInterceptor is a UMOInterceptor interface with two
additional lifecycle methods provided by Initialisable and
Disposable |
Classes in org.mule.interceptors that implement UMOInterceptor | |
class |
EnvelopeInterceptor
EnvelopeInterceptor is an intercepter that will fire before and
after an event is received. |
class |
InterceptorStack
Maintains a list of interceptors that can be applied to components |
class |
JXPathNormalizerInterceptor
JXPathNormalizerInterceptor can be used as a simple pre/post
message transformer for a given component. |
class |
LoggingInterceptor
LoggingInterceptor is a simple interceptor that logs a message
before and after the event processing. |
class |
MessageNormalizerInterceptor
MessageNormalizerInterceptor can be used as a simple pre/post
message normalizer for a given component. |
class |
TimerInterceptor
TimerInterceptor simply times and displays the time taken to
process an event. |
Uses of UMOInterceptor in org.mule.providers.soap |
Classes in org.mule.providers.soap that implement UMOInterceptor | |
class |
MethodFixInterceptor
This Interceptor decorates the current message with a property that tells the DynamicEntryPointResolver to ignore the 'method' property. |
Uses of UMOInterceptor in org.mule.tck.testmodels.mule |
Classes in org.mule.tck.testmodels.mule that implement UMOInterceptor | |
class |
TestDefaultLifecycleAdapter
TestDefaultLifecycleAdapter TODO (document class) |
Uses of UMOInterceptor in org.mule.umo |
Subinterfaces of UMOInterceptor in org.mule.umo | |
interface |
UMOInterceptorStack
Maintains a list of interceptors. |
Methods in org.mule.umo with parameters of type UMOInterceptor | |
void |
UMODescriptor.addInterceptor(UMOInterceptor interceptor)
Interceptors are executable objects that can be chained together. |
Uses of UMOInterceptor in org.mule.umo.lifecycle |
Subinterfaces of UMOInterceptor in org.mule.umo.lifecycle | |
interface |
UMOLifecycleAdapter
UMOLifecycleAdapter TODO (document class) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |