org.mule.interceptors
Interface LifecycleInterceptor

All Superinterfaces:
Disposable, Initialisable, UMOInterceptor

public interface LifecycleInterceptor
extends UMOInterceptor, Initialisable, Disposable

LifecycleInterceptor is a UMOInterceptor interface with two additional lifecycle methods provided by Initialisable and Disposable.


Method Summary
 
Methods inherited from interface org.mule.umo.UMOInterceptor
intercept
 
Methods inherited from interface org.mule.umo.lifecycle.Initialisable
initialise
 
Methods inherited from interface org.mule.umo.lifecycle.Disposable
dispose
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.