Uses of Interface
org.mule.api.registry.MuleRegistry

Packages that use MuleRegistry
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.config.builders   
org.mule.registry   
 

Uses of MuleRegistry in org.mule
 

Methods in org.mule that return MuleRegistry
protected  MuleRegistry DefaultMuleContext.createRegistryHelper(DefaultRegistryBroker registry)
           
 MuleRegistry DefaultMuleContext.getRegistry()
           
 

Uses of MuleRegistry in org.mule.api
 

Methods in org.mule.api that return MuleRegistry
 MuleRegistry MuleContext.getRegistry()
           
 

Uses of MuleRegistry in org.mule.config.builders
 

Methods in org.mule.config.builders with parameters of type MuleRegistry
protected  void DefaultsConfigurationBuilder.configureSystemModel(MuleRegistry registry)
           
protected  void DefaultsConfigurationBuilder.configureThreadingProfiles(MuleRegistry registry)
           
 

Uses of MuleRegistry in org.mule.registry
 

Classes in org.mule.registry that implement MuleRegistry
 class MuleRegistryHelper
          Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
 



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