Package org.mule.api.registry

Interface Summary
InjectProcessor An object processor that will get called during the inject phase
MuleRegistry Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
ObjectProcessor The parent interface for all object processors.
PreInitProcessor Fired after the inject phase but before the initialise lifecycle phase
Registry  
RegistryBroker A RegistryBroker delegates calls to a collection of Registries.
ServiceDescriptor Parent interface for any pluggable service in Mule (transport, model, etc.)
ServiceFinder ServiceFinder can be used as a hook into the service lookup process to return the correct Service Descriptor for a given service name.
TransformerResolver A TransformResolver is used to find transformers that match a certain criteria in the registry.
 

Class Summary
AbstractServiceDescriptor  
AbstractServiceDescriptor.Key Unique key used to cache the service descriptors.
ServiceDescriptorFactory Factory used to create a new service descriptor.
TransformCriteria A bean that holds information about a transformer to be discovered in the Registry.
 

Enum Summary
TransformerResolver.RegistryAction  
 

Exception Summary
RegistrationException  
ResolverException An exception that is thrown by resolver classes responsible for finding objects in the registry based on particular criteria
ServiceException Any service-related exception: service not found, service lookup error, etc.
 



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