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.spring Support claases for Load Mule from Spring. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.registry   
 

Uses of RegistrationException in org.mule
 

Methods in org.mule that throw RegistrationException
 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.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
 Object Registry.lookupObject(Class type)
          Look up a single object by type.
 Object Registry.lookupObject(Class type, int scope)
          Look up a single object by type.
 void Registry.registerObject(String key, Object value)
           
 void Registry.registerObject(String key, Object value, Object metadata)
           
 void Registry.registerObjects(Map objects)
           
 

Uses of RegistrationException in org.mule.config.spring
 

Methods in org.mule.config.spring that throw RegistrationException
protected  void SpringRegistry.doRegisterObject(String key, Object value, Object metadata)
           
 void SpringRegistry.registerObjects(Map objects)
           
 

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.registry
 

Methods in org.mule.registry that throw RegistrationException
protected  void TransientRegistry.doRegisterObject(String key, Object value)
          Allows for arbitary registration of transient objects
protected abstract  void AbstractRegistry.doRegisterObject(String key, Object value, Object metadata)
           
protected  void TransientRegistry.doRegisterObject(String key, Object object, Object metadata)
          Allows for arbitary registration of transient objects
 Object AbstractRegistry.lookupObject(Class type)
           
 Object AbstractRegistry.lookupObject(Class type, int scope)
          Look up a single object by type.
 void AbstractRegistry.registerObject(String key, Object value)
           
 void AbstractRegistry.registerObject(String key, Object value, Object metadata)
           
 void TransientRegistry.registerObjects(Map objects)
           
 



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