|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
| 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 |
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||