Uses of Interface
org.mule.api.interceptor.Interceptor

Packages that use Interceptor
org.mule.component   
org.mule.interceptor   
 

Uses of Interceptor in org.mule.component
 

Fields in org.mule.component with type parameters of type Interceptor
protected  List<Interceptor> AbstractComponent.interceptors
           
 

Methods in org.mule.component that return types with arguments of type Interceptor
 List<Interceptor> AbstractComponent.getInterceptors()
           
 

Method parameters in org.mule.component with type arguments of type Interceptor
 void AbstractComponent.setInterceptors(List<Interceptor> interceptors)
           
 

Uses of Interceptor in org.mule.interceptor
 

Classes in org.mule.interceptor that implement Interceptor
 class AbstractEnvelopeInterceptor
          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 LoggingInterceptor
          LoggingInterceptor is a simple interceptor that logs a message before and after the event processing.
 class ProcessingTimeInterceptor
          Calculate and record the processing time for a message processing chain
 class TimerInterceptor
          TimerInterceptor simply times and displays the time taken to process an event.
 

Methods in org.mule.interceptor that return types with arguments of type Interceptor
 List<Interceptor> InterceptorStack.getInterceptors()
           
 

Method parameters in org.mule.interceptor with type arguments of type Interceptor
 void InterceptorStack.setInterceptors(List<Interceptor> interceptors)
           
 

Constructor parameters in org.mule.interceptor with type arguments of type Interceptor
InterceptorStack(List<Interceptor> interceptors)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.