org.mule
Interface MuleCoreExtension

All Superinterfaces:
Disposable, Initialisable, Lifecycle, NamedObject, Startable, Stoppable

public interface MuleCoreExtension
extends Lifecycle, NamedObject

Allows Mule modules and transports to extend core functionality in an application-independent fashion.


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Method Summary
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 
Methods inherited from interface org.mule.api.lifecycle.Startable
start
 
Methods inherited from interface org.mule.api.lifecycle.Stoppable
stop
 
Methods inherited from interface org.mule.api.lifecycle.Disposable
dispose
 
Methods inherited from interface org.mule.api.NamedObject
getName
 



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