org.mule.impl
Interface UMODescriptorAware
- All Known Implementing Classes:
- AbstractMessageBuilder, AbstractScriptComponent, 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.
- See Also:
Initialisable
,
UMODescriptor
setDescriptor
public void setDescriptor(UMODescriptor descriptor)
throws ConfigurationException
- Throws:
ConfigurationException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.