Uses of Package
org.mule.api.registry

Packages that use org.mule.api.registry
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.api.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
org.mule.api.registry   
org.mule.config.builders   
org.mule.config.endpoint   
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.config.processors   
org.mule.config.spring Support claases for Load Mule from Spring. 
org.mule.config.transformer   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.lifecycle   
org.mule.model   
org.mule.module.guice   
org.mule.module.ibeans.config   
org.mule.module.json.transformers Transfromers for converting from JavaBeans and collections to JSON and back again. 
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
org.mule.module.xml.transformer.jaxb   
org.mule.registry   
org.mule.transformer.graph   
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Classes in org.mule.api.registry used by org.mule
MuleRegistry
          Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
RegistrationException
           
Registry
           
 

Classes in org.mule.api.registry used by org.mule.api
MuleRegistry
          Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
RegistrationException
           
Registry
           
 

Classes in org.mule.api.registry used by org.mule.api.model
ServiceDescriptor
          Parent interface for any pluggable service in Mule (transport, model, etc.)
ServiceException
          Any service-related exception: service not found, service lookup error, etc.
 

Classes in org.mule.api.registry used by org.mule.api.registry
ObjectProcessor
          The parent interface for all object processors.
RegistrationException
           
Registry
           
ResolverException
          An exception that is thrown by resolver classes responsible for finding objects in the registry based on particular criteria
ServiceDescriptor
          Parent interface for any pluggable service in Mule (transport, model, etc.)
ServiceException
          Any service-related exception: service not found, service lookup error, etc.
ServiceType
          TODO
TransformerResolver.RegistryAction
          Possible registry actions that occur that will trigger an event fired via TransformerResolver.transformerChange(Transformer, RegistryAction) method.
 

Classes in org.mule.api.registry used by org.mule.config.builders
MuleRegistry
          Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
RegistrationException
           
 

Classes in org.mule.api.registry used by org.mule.config.endpoint
ObjectProcessor
          The parent interface for all object processors.
 

Classes in org.mule.api.registry used by org.mule.config.i18n
ServiceType
          TODO
 

Classes in org.mule.api.registry used by org.mule.config.processors
InjectProcessor
          An object processor that will get called during the inject phase
ObjectProcessor
          The parent interface for all object processors.
PreInitProcessor
          Fired after the inject phase but before the initialise lifecycle phase
 

Classes in org.mule.api.registry used by org.mule.config.spring
RegistrationException
           
Registry
           
 

Classes in org.mule.api.registry used by org.mule.config.transformer
ObjectProcessor
          The parent interface for all object processors.
PreInitProcessor
          Fired after the inject phase but before the initialise lifecycle phase
 

Classes in org.mule.api.registry used by org.mule.context.notification
Registry
           
 

Classes in org.mule.api.registry used by org.mule.endpoint
RegistrationException
           
 

Classes in org.mule.api.registry used by org.mule.lifecycle
Registry
           
 

Classes in org.mule.api.registry used by org.mule.model
AbstractServiceDescriptor
           
ServiceDescriptor
          Parent interface for any pluggable service in Mule (transport, model, etc.)
ServiceException
          Any service-related exception: service not found, service lookup error, etc.
 

Classes in org.mule.api.registry used by org.mule.module.guice
RegistrationException
           
Registry
           
 

Classes in org.mule.api.registry used by org.mule.module.ibeans.config
InjectProcessor
          An object processor that will get called during the inject phase
ObjectProcessor
          The parent interface for all object processors.
 

Classes in org.mule.api.registry used by org.mule.module.json.transformers
ResolverException
          An exception that is thrown by resolver classes responsible for finding objects in the registry based on particular criteria
TransformerResolver
          A TransformResolver is used to find transformers that match a certain criteria in the registry.
TransformerResolver.RegistryAction
          Possible registry actions that occur that will trigger an event fired via TransformerResolver.transformerChange(Transformer, RegistryAction) method.
 

Classes in org.mule.api.registry used by org.mule.module.scripting.component
Registry
           
 

Classes in org.mule.api.registry used by org.mule.module.xml.transformer.jaxb
RegistrationException
           
ResolverException
          An exception that is thrown by resolver classes responsible for finding objects in the registry based on particular criteria
TransformerResolver
          A TransformResolver is used to find transformers that match a certain criteria in the registry.
TransformerResolver.RegistryAction
          Possible registry actions that occur that will trigger an event fired via TransformerResolver.transformerChange(Transformer, RegistryAction) method.
 

Classes in org.mule.api.registry used by org.mule.registry
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
RegistrationException
           
Registry
           
RegistryBroker
          A RegistryBroker delegates calls to a collection of Registries.
ResolverException
          An exception that is thrown by resolver classes responsible for finding objects in the registry based on particular criteria
ServiceDescriptor
          Parent interface for any pluggable service in Mule (transport, model, etc.)
ServiceException
          Any service-related exception: service not found, service lookup error, etc.
ServiceType
          TODO
TransformerResolver
          A TransformResolver is used to find transformers that match a certain criteria in the registry.
TransformerResolver.RegistryAction
          Possible registry actions that occur that will trigger an event fired via TransformerResolver.transformerChange(Transformer, RegistryAction) method.
 

Classes in org.mule.api.registry used by org.mule.transformer.graph
ResolverException
          An exception that is thrown by resolver classes responsible for finding objects in the registry based on particular criteria
TransformerResolver
          A TransformResolver is used to find transformers that match a certain criteria in the registry.
TransformerResolver.RegistryAction
          Possible registry actions that occur that will trigger an event fired via TransformerResolver.transformerChange(Transformer, RegistryAction) method.
 

Classes in org.mule.api.registry used by org.mule.transport.service
AbstractServiceDescriptor
           
ServiceDescriptor
          Parent interface for any pluggable service in Mule (transport, model, etc.)
ServiceException
          Any service-related exception: service not found, service lookup error, etc.
 

Classes in org.mule.api.registry used by org.mule.transport.soap.axis
ServiceDescriptor
          Parent interface for any pluggable service in Mule (transport, model, etc.)
ServiceException
          Any service-related exception: service not found, service lookup error, 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.
 

Classes in org.mule.api.registry used by org.mule.util
ServiceType
          TODO
 



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