Uses of Class
org.mule.api.registry.RegistrationException

Packages that use RegistrationException
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.registry   
org.mule.config.builders   
org.mule.config.spring Support claases for Load Mule from Spring. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.module.guice   
org.mule.module.xml.transformer.jaxb   
org.mule.registry   
 

Uses of RegistrationException in org.mule
 

Methods in org.mule that throw RegistrationException
 void DefaultMuleContext.setObjectStore(String name, ListableObjectStore<Serializable> store)
           
 void DefaultMuleContext.setQueueManager(QueueManager queueManager)
           
 void DefaultMuleContext.setSecurityManager(SecurityManager securityManager)
          Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
 void DefaultMuleContext.setTransactionManager(TransactionManager manager)
          Sets the JTA Transaction Manager to use with this Mule server instance
 

Uses of RegistrationException in org.mule.api
 

Methods in org.mule.api that throw RegistrationException
 void MuleContext.setObjectStore(String name, ListableObjectStore<Serializable> store)
           
 void MuleContext.setQueueManager(QueueManager queueManager)
          Sets the queue manager used by mule for queuing events.
 void MuleContext.setSecurityManager(SecurityManager securityManager)
          Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
 

Uses of RegistrationException in org.mule.api.registry
 

Methods in org.mule.api.registry that throw RegistrationException
<T> T
Registry.lookupObject(Class<T> clazz)
          Look up a single object by type.
 void Registry.registerObject(String key, Object value)
          Registers an object in the registry with a key.
 void Registry.registerObject(String key, Object value, Object metadata)
          Registers an object in the registry with a key.
 void Registry.registerObjects(Map<String,Object> objects)
          Registers a Map of objects into the registry
 void Registry.unregisterObject(String key)
          Will remove an object by name from the registry.
 void Registry.unregisterObject(String key, Object metadata)
          Will remove an object by name from the registry.
 

Uses of RegistrationException in org.mule.config.builders
 

Methods in org.mule.config.builders that throw RegistrationException
protected  void DefaultsConfigurationBuilder.configureQueueManager(MuleContext muleContext)
           
protected  void DefaultsConfigurationBuilder.configureThreadingProfiles(MuleRegistry registry)
           
 

Uses of RegistrationException in org.mule.config.spring
 

Methods in org.mule.config.spring that throw RegistrationException
 void SpringRegistry.registerObject(String key, Object value)
           
 void SpringRegistry.registerObject(String key, Object value, Object metadata)
           
 void SpringRegistry.registerObjects(Map<String,Object> objects)
           
 void SpringRegistry.unregisterObject(String key, Object metadata)
           
 

Uses of RegistrationException in org.mule.endpoint
 

Methods in org.mule.endpoint that throw RegistrationException
protected  ImmutableEndpoint DefaultEndpointFactory.registerEndpoint(ImmutableEndpoint endpoint)
           
 

Uses of RegistrationException in org.mule.module.guice
 

Methods in org.mule.module.guice that throw RegistrationException
<T> T
GuiceRegistry.lookupObject(Class<T> type)
           
 void GuiceRegistry.registerObject(String key, Object value)
           
 void GuiceRegistry.registerObject(String key, Object value, Object metadata)
           
 void GuiceRegistry.registerObjects(Map objects)
           
 void GuiceRegistry.unregisterObject(String key)
           
 void GuiceRegistry.unregisterObject(String key, Object metadata)
           
 

Uses of RegistrationException in org.mule.module.xml.transformer.jaxb
 

Methods in org.mule.module.xml.transformer.jaxb that throw RegistrationException
protected  JAXBContextResolver JAXBTransformerResolver.getContextResolver()
           
 

Uses of RegistrationException in org.mule.registry
 

Methods in org.mule.registry that throw RegistrationException
protected  void TransientRegistry.checkDisposed()
           
<T> T
AbstractRegistry.lookupObject(Class<T> type)
           
<T> T
MuleRegistryHelper.lookupObject(Class<T> type)
          Look up a single object by type.
<T> T
AbstractRegistryBroker.lookupObject(Class<T> type)
           
 void MuleRegistryHelper.registerObject(String key, Object value)
          Registers an object in the registry with a key.
 void AbstractRegistryBroker.registerObject(String key, Object value)
           
 void TransientRegistry.registerObject(String key, Object value)
          Allows for arbitary registration of transient objects
 void MuleRegistryHelper.registerObject(String key, Object value, Object metadata)
          Registers an object in the registry with a key.
 void AbstractRegistryBroker.registerObject(String key, Object value, Object metadata)
           
 void TransientRegistry.registerObject(String key, Object object, Object metadata)
          Allows for arbitrary registration of transient objects
 void MuleRegistryHelper.registerObjects(Map objects)
          Registers a Map of objects into the registry
 void AbstractRegistryBroker.registerObjects(Map objects)
           
 void TransientRegistry.registerObjects(Map<String,Object> objects)
           
 void MuleRegistryHelper.unregisterObject(String key)
          Will remove an object by name from the registry.
 void AbstractRegistryBroker.unregisterObject(String key)
           
 void TransientRegistry.unregisterObject(String key)
           
 void MuleRegistryHelper.unregisterObject(String key, Object metadata)
          Will remove an object by name from the registry.
 void AbstractRegistryBroker.unregisterObject(String key, Object metadata)
           
 void TransientRegistry.unregisterObject(String key, Object metadata)
          Will remove an object by name from the registry.
 



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