org.mule.impl
Interface UMODescriptorAware
- All Known Implementing Classes:
- AbstractMessageBuilder, AbstractScriptComponent, Bank, Bank, BridgeComponent, XFireServiceComponent
- public interface UMODescriptorAware
UMODescriptorAware is an injector interface that will supply a
UMODescriptor to the object. This interface should be implemented by components
managed by mule that want to receive their UMODescriptor instance. The
UMODescriptor will be set before any initialisation method is called. i.e. if the
component implements org.mule.umo.lifecycle.Initialisable, the descriptor will be
set before initialise() method is called.
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
- See Also:
Initialisable,
UMODescriptor
setDescriptor
public void setDescriptor(UMODescriptor descriptor)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.