Uses of Interface
org.mule.umo.UMOInterceptor

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.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 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.umo
 

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)
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.