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  java.util.List<Interceptor> AbstractComponent.interceptors
           
 

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

Method parameters in org.mule.component with type arguments of type Interceptor
 void AbstractComponent.setInterceptors(java.util.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 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
 java.util.List<Interceptor> InterceptorStack.getInterceptors()
           
 

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

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



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