org.mule.impl
Interface UMODescriptorAware
- All Known Implementing Classes:
- AbstractScriptComponent
- 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: 1.1.1.1 $
- Author:
- Ross Mason
- See Also:
Initialisable
,
UMODescriptor
setDescriptor
public void setDescriptor(UMODescriptor descriptor)
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.