Uses of Class
org.mule.umo.lifecycle.InitialisationException

Packages that use InitialisationException
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.components.rest   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.config.pool A Mule pooling implementation using Jakarta commons-pool. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.container Internal container context implementation and Jndi container implementation. 
org.mule.impl.internal.admin Admin components and Agents used to control and Monitor Mule 
org.mule.impl.model   
org.mule.impl.model.direct   
org.mule.impl.model.pipeline   
org.mule.impl.model.seda   
org.mule.impl.model.seda.optimised   
org.mule.impl.security Core security implementation including the mule security manager and encryption types 
org.mule.impl.security.filters Core sercurity filter types. 
org.mule.interceptors Contains default UMOInterceptor implementations that can be applied to Mule managed components. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transaction.lookup   
org.mule.transformers Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformers.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
 

Uses of InitialisationException in org.mule
 

Methods in org.mule that throw InitialisationException
 void MuleManager.registerTransformer(UMOTransformer transformer)
          Registers a transformer with the MuleManager.
protected  void MuleManager.initialiseEndpoints()
           
protected  void MuleManager.initialiseAgents()
          Initialises all registered agents
 void MuleManager.setSecurityManager(UMOSecurityManager securityManager)
          Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
 

Uses of InitialisationException in org.mule.components.rest
 

Methods in org.mule.components.rest that throw InitialisationException
 void RestServiceWrapper.initialise()
           
 

Uses of InitialisationException in org.mule.components.simple
 

Methods in org.mule.components.simple that throw InitialisationException
 void StaticComponent.initialise()
           
 

Uses of InitialisationException in org.mule.config
 

Methods in org.mule.config that throw InitialisationException
 void QueueProfile.configureQueue(String component)
           
 

Uses of InitialisationException in org.mule.config.builders
 

Methods in org.mule.config.builders that throw InitialisationException
 void TransformerReference.resolveTransformer()
           
 void EndpointReference.resolveEndpoint()
           
 

Uses of InitialisationException in org.mule.config.pool
 

Methods in org.mule.config.pool that throw InitialisationException
protected  void CommonsPoolProxyFactory.afterComponentCreate(Object component)
           
protected  void AbstractProxyFactory.afterComponentCreate(Object component)
           
 

Uses of InitialisationException in org.mule.impl
 

Subclasses of InitialisationException in org.mule.impl
 class AlreadyInitialisedException
          AlreadyInitialisedException is thrown when a component or connector has already been initialised.
 

Methods in org.mule.impl that throw InitialisationException
 void ImmutableMuleDescriptor.initialise()
           
 void ImmutableMuleDescriptor.fireInitialisationCallbacks(Object component)
           
 void ImmutableMuleEndpoint.initialise()
           
 void DefaultLifecycleAdapter.initialise()
           
 void AbstractExceptionListener.initialise()
          The initialise method is call every time the Exception stategy is assigned to a component or connector.
protected  void AbstractExceptionListener.doInitialise()
           
 void InitialisationCallback.initialise(Object component)
           
 

Uses of InitialisationException in org.mule.impl.container
 

Methods in org.mule.impl.container that throw InitialisationException
 void MultiContainerContext.initialise()
           
 void RmiContainerContext.initialise()
           
 void AbstractContainerContext.initialise()
           
 void JndiContainerContext.initialise()
           
 

Uses of InitialisationException in org.mule.impl.internal.admin
 

Methods in org.mule.impl.internal.admin that throw InitialisationException
 void MuleManagerComponent.initialise()
           
 void MuleAdminAgent.initialise()
           
 void Log4jNotificationLoggerAgent.doInitialise()
           
protected  void EndpointNotificationLoggerAgent.doInitialise()
           
 void AbstractNotificationLoggerAgent.initialise()
           
protected abstract  void AbstractNotificationLoggerAgent.doInitialise()
           
 

Uses of InitialisationException in org.mule.impl.model
 

Methods in org.mule.impl.model that throw InitialisationException
 void AbstractComponent.initialise()
          Initialise the component.
protected  void AbstractComponent.doInitialise()
           
 void AbstractModel.initialise()
           
 

Uses of InitialisationException in org.mule.impl.model.direct
 

Methods in org.mule.impl.model.direct that throw InitialisationException
protected  void DirectComponent.doInitialise()
           
 

Uses of InitialisationException in org.mule.impl.model.pipeline
 

Methods in org.mule.impl.model.pipeline that throw InitialisationException
 void PipelineComponent.doInitialise()
           
 

Uses of InitialisationException in org.mule.impl.model.seda
 

Methods in org.mule.impl.model.seda that throw InitialisationException
 void SedaComponent.doInitialise()
          Initialise the component.
protected  void SedaComponent.initialisePool()
           
protected  MuleProxy SedaComponent.createComponentProxy()
           
 

Uses of InitialisationException in org.mule.impl.model.seda.optimised
 

Methods in org.mule.impl.model.seda.optimised that throw InitialisationException
protected  void OptimisedSedaComponent.initialisePool()
           
 

Uses of InitialisationException in org.mule.impl.security
 

Methods in org.mule.impl.security that throw InitialisationException
 void PasswordBasedEncryptionStrategy.initialise()
           
 void AbstractEndpointSecurityFilter.initialise()
           
protected abstract  void AbstractEndpointSecurityFilter.doInitialise()
           
 void AbstractJCEEncryptionStrategy.initialise()
           
 void MuleSecurityManager.initialise()
           
 void SecretKeyEncryptionStrategy.initialise()
           
 

Uses of InitialisationException in org.mule.impl.security.filters
 

Methods in org.mule.impl.security.filters that throw InitialisationException
protected  void MuleEncryptionEndpointSecurityFilter.doInitialise()
           
 

Uses of InitialisationException in org.mule.interceptors
 

Methods in org.mule.interceptors that throw InitialisationException
 void InterceptorStack.initialise()
           
 

Uses of InitialisationException in org.mule.providers
 

Subclasses of InitialisationException in org.mule.providers
 class ConnectException
          todo document
 

Methods in org.mule.providers that throw InitialisationException
 void AbstractServiceEnabledConnector.doInitialise()
           
 void AbstractServiceEnabledConnector.initialiseFromUrl(UMOEndpointURI endpointUri)
           
protected  void AbstractServiceEnabledConnector.initFromServiceDescriptor()
           
 void AbstractConnector.initialise()
           
 void AbstractConnector.doInitialise()
           
protected  void AbstractJndiConnector.initJndiContext()
           
 Context AbstractJndiConnector.getJndiContext(String jndiProviderUrl)
           
 

Constructors in org.mule.providers that throw InitialisationException
TransactedPollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, Long frequency)
           
AbstractMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
          Creates the Message Receiver
PollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, Long frequency)
           
 

Uses of InitialisationException in org.mule.transaction.lookup
 

Methods in org.mule.transaction.lookup that throw InitialisationException
 void GenericTransactionManagerLookupFactory.initialise()
          Method used to perform any initialisation work.
 

Uses of InitialisationException in org.mule.transformers
 

Methods in org.mule.transformers that throw InitialisationException
 void AbstractTransformer.initialise()
          Template method were deriving classes can do any initialisation after the properties have been set on this transformer
 

Uses of InitialisationException in org.mule.transformers.encryption
 

Methods in org.mule.transformers.encryption that throw InitialisationException
 void AbstractEncryptionTransformer.initialise()
          Template method were deriving classes can do any initialisation after the properties have been set on this transformer
 

Uses of InitialisationException in org.mule.umo.lifecycle
 

Subclasses of InitialisationException in org.mule.umo.lifecycle
 class RecoverableException
          RecoverableException can be thrown during initialisation to indicate that the error occurred is not fatal and a reactive action can be performed to try and remedy the error.
 

Methods in org.mule.umo.lifecycle that throw InitialisationException
 void Initialisable.initialise()
          Method used to perform any initialisation work.
 

Uses of InitialisationException in org.mule.umo.manager
 

Methods in org.mule.umo.manager that throw InitialisationException
 void UMOManager.registerEndpointIdentifier(String logicalName, String endpoint)
          Registers an endpointUri with a logical name
 void UMOManager.registerEndpoint(UMOEndpoint endpoint)
          Registers a shared/global endpoint with the MuleManager.
 void UMOManager.registerTransformer(UMOTransformer transformer)
          Registers a transformer with the MuleManager.
 void UMOManager.setSecurityManager(UMOSecurityManager securityManager)
          Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.