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.script Base classes for script based components such as BeanShell or Groovy. 
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.extras.acegi   
org.mule.extras.acegi.filters.http   
org.mule.extras.groovy Groovy extensions to Mule
org.mule.extras.groovy.transformers Groovy transformers are configured to transform messages using groovy scripts. 
org.mule.extras.pgp   
org.mule.extras.pgp.filters   
org.mule.extras.picocontainer Provides extensions to use PicoContainer with Mule, such as using the container as a factory for Mule managed objects and PicoPool for pooling Mule components. 
org.mule.extras.plexus   
org.mule.extras.spring Provides extensions to use the Spring framework with Mule such as utilising the the spring container to build components managed by Mule. 
org.mule.extras.spring.config Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. 
org.mule.extras.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
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 compoennts and Agents used to control and Monitor Mule 
org.mule.impl.security   
org.mule.impl.security.filters   
org.mule.management.agents   
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.email Provides pop3, smtp and imap connectivity for Mule
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.multicast IP multicast connectivity for Mule
org.mule.providers.servlet Allows the Mule server to easily interact with a servlet engine. 
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.glue Provides an Glue soap transport for Mule
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
org.mule.providers.stream   
org.mule.providers.tcp Provides tcp connectivity for Mule
org.mule.providers.udp Provides Udp connectivity for Mule
org.mule.providers.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.providers.xmpp   
org.mule.ra A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
org.mule.tck.model Test suite for testing Model releated extensions. 
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.transformers.xml Xml and Xslt Transformer implementations. 
org.mule.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
org.mule.util.queue A generic queue implementation extending the concurrent APIs with pluggable queue persistence. 
 

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

Methods in org.mule.components.script that throw InitialisationException
 void AbstractScriptComponent.initialise()
           
protected abstract  void AbstractScriptComponent.loadInterpreter(java.lang.String script)
           
 

Uses of InitialisationException in org.mule.config
 

Methods in org.mule.config that throw InitialisationException
 BoundedPersistentQueue QueueProfile.createQueue(java.lang.String component)
           
 

Uses of InitialisationException in org.mule.config.builders
 

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

Uses of InitialisationException in org.mule.config.pool
 

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

Uses of InitialisationException in org.mule.extras.acegi
 

Methods in org.mule.extras.acegi that throw InitialisationException
 void AcegiProviderAdapter.initialise()
           
 

Uses of InitialisationException in org.mule.extras.acegi.filters.http
 

Methods in org.mule.extras.acegi.filters.http that throw InitialisationException
 void HttpBasicAuthenticationFilter.doInitialise()
           
 

Uses of InitialisationException in org.mule.extras.groovy
 

Methods in org.mule.extras.groovy that throw InitialisationException
protected  void GroovyComponent.loadInterpreter(java.lang.String script)
          Loads the script for this component
 

Uses of InitialisationException in org.mule.extras.groovy.transformers
 

Methods in org.mule.extras.groovy.transformers that throw InitialisationException
 void GroovyTransformer.initialise()
           
 

Uses of InitialisationException in org.mule.extras.pgp
 

Methods in org.mule.extras.pgp that throw InitialisationException
 void PGPSecurityProvider.initialise()
           
 void PGPKeyRingImpl.initialise()
           
 void KeyBasedEncryptionStrategy.initialise()
           
 

Uses of InitialisationException in org.mule.extras.pgp.filters
 

Methods in org.mule.extras.pgp.filters that throw InitialisationException
protected  void PGPSecurityFilter.doInitialise()
           
 

Uses of InitialisationException in org.mule.extras.picocontainer
 

Methods in org.mule.extras.picocontainer that throw InitialisationException
 void PicoContainerContext.initialise()
           
 

Uses of InitialisationException in org.mule.extras.plexus
 

Methods in org.mule.extras.plexus that throw InitialisationException
 void PlexusContainerContext.initialise()
           
 

Uses of InitialisationException in org.mule.extras.spring
 

Methods in org.mule.extras.spring that throw InitialisationException
 void SpringContainerContext.initialise()
           
 

Uses of InitialisationException in org.mule.extras.spring.config
 

Methods in org.mule.extras.spring.config that throw InitialisationException
 void UMOManagerFactoryBean.setMessageEndpoints(java.util.Map endpoints)
           
 void UMOManagerFactoryBean.setTransformers(java.util.List transformers)
           
 void UMOManagerFactoryBean.setProviders(java.util.List endpoints)
           
protected  void AutowireUMOManagerFactoryBean.setMessageEndpoints(java.util.Map endpoints)
           
protected  void AutowireUMOManagerFactoryBean.setTransformers(java.util.Collection transformers)
           
protected  void AutowireUMOManagerFactoryBean.setProviders(java.util.Collection endpoints)
           
 

Uses of InitialisationException in org.mule.extras.spring.events
 

Methods in org.mule.extras.spring.events that throw InitialisationException
protected  void MuleEventMulticaster.registerEndpointMappings()
           
 

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 MuleModel.initialise()
           
 void MuleDescriptor.initialise()
           
 void MuleComponent.initialise()
          Initialise the component.
 void InitialisationCallback.initialise(java.lang.Object component)
           
 void ImmutableMuleEndpoint.initialise()
           
 void ImmutableMuleDescriptor.fireInitialisationCallbacks(java.lang.Object component)
           
 void DefaultLifecycleAdapter.initialise()
           
 void AbstractExceptionListener.initialise()
           
 

Uses of InitialisationException in org.mule.impl.container
 

Methods in org.mule.impl.container that throw InitialisationException
 void MultiContainerContext.initialise()
           
 void MuleContainerContext.initialise()
           
 void JndiContainerContext.initialise()
           
 void AbstractContainerContext.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 Log4jAbstractEventLoggerAgent.doInitialise()
           
protected  void EndpointAbstractEventLoggerAgent.doInitialise()
           
 void AbstractEventLoggerAgent.initialise()
           
protected abstract  void AbstractEventLoggerAgent.doInitialise()
           
 

Uses of InitialisationException in org.mule.impl.security
 

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

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.management.agents
 

Methods in org.mule.management.agents that throw InitialisationException
 void Mx4jAgent.initialise()
           
 void Log4jAgent.initialise()
           
 void JmxAgent.initialise()
           
 void JdmkAgent.initialise()
           
 

Uses of InitialisationException in org.mule.providers
 

Methods in org.mule.providers that throw InitialisationException
 void AbstractServiceEnabledConnector.doInitialise()
           
 void AbstractServiceEnabledConnector.initialiseFromUrl(UMOEndpointURI endpointUri)
           
protected  void AbstractServiceEnabledConnector.initFromServiceDescriptor()
           
 void AbstractMessageReceiver.create(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 void AbstractConnector.initialise()
           
 void AbstractConnector.doInitialise()
           
 

Constructors in org.mule.providers that throw InitialisationException
TransactedPollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, java.lang.Long frequency)
           
PollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, java.lang.Long frequency)
           
 

Uses of InitialisationException in org.mule.providers.email
 

Methods in org.mule.providers.email that throw InitialisationException
 void Pop3Connector.doInitialise()
           
 void MailConnector.doInitialise()
           
 

Constructors in org.mule.providers.email that throw InitialisationException
MailMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, Folder folder, java.lang.Long checkFrequency, java.lang.String backupFolder)
           
 

Uses of InitialisationException in org.mule.providers.file
 

Constructors in org.mule.providers.file that throw InitialisationException
FileMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, java.io.File readDir, java.io.File moveDir, java.lang.String moveToPattern, java.lang.Long frequency)
           
 

Uses of InitialisationException in org.mule.providers.http
 

Methods in org.mule.providers.http that throw InitialisationException
 void HttpsConnector.doInitialise()
           
 

Constructors in org.mule.providers.http that throw InitialisationException
HttpsMessageReceiver(AbstractConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
HttpMessageReceiver(AbstractConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.jdbc
 

Methods in org.mule.providers.jdbc that throw InitialisationException
protected  void JdbcConnector.createDataSource()
           
 void JdbcConnector.doInitialise()
           
 

Constructors in org.mule.providers.jdbc that throw InitialisationException
JdbcMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, java.lang.String readStmt, java.lang.String ackStmt)
           
 

Uses of InitialisationException in org.mule.providers.jms
 

Methods in org.mule.providers.jms that throw InitialisationException
 void JmsConnector.doInitialise()
           
protected  void JmsConnector.initJndiContext()
           
protected  ConnectionFactory JmsConnector.createConnectionFactory()
           
protected  Connection JmsConnector.createConnection()
           
 

Constructors in org.mule.providers.jms that throw InitialisationException
JmsMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.multicast
 

Constructors in org.mule.providers.multicast that throw InitialisationException
MulticastMessageReceiver(AbstractConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.servlet
 

Constructors in org.mule.providers.servlet that throw InitialisationException
ServletMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.soap.axis
 

Methods in org.mule.providers.soap.axis that throw InitialisationException
 void AxisServiceComponent.initialise()
           
 void AxisInitialisationCallback.initialise(java.lang.Object component)
           
 void AxisInitialisable.initialise(SOAPService service)
           
 void AxisConnector.doInitialise()
           
protected  SimpleProvider AxisConnector.createAxisProvider(java.lang.String config)
           
 

Constructors in org.mule.providers.soap.axis that throw InitialisationException
AxisMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.soap.glue
 

Methods in org.mule.providers.soap.glue that throw InitialisationException
 void GlueServiceInitialisable.initialise(IService service, ServiceContext context)
           
 void GlueInitialisationCallback.initialise(java.lang.Object component)
           
 void GlueInitialisable.initialise(IService service, ServiceContext context)
           
 

Constructors in org.mule.providers.soap.glue that throw InitialisationException
GlueMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, boolean createServer)
           
 

Uses of InitialisationException in org.mule.providers.ssl
 

Methods in org.mule.providers.ssl that throw InitialisationException
 void SslConnector.doInitialise()
           
 

Constructors in org.mule.providers.ssl that throw InitialisationException
SslMessageReceiver(AbstractConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.stream
 

Methods in org.mule.providers.stream that throw InitialisationException
 void SystemStreamConnector.doInitialise()
           
 

Constructors in org.mule.providers.stream that throw InitialisationException
StreamMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, java.io.InputStream stream, java.lang.Long checkFrequency)
           
 

Uses of InitialisationException in org.mule.providers.tcp
 

Methods in org.mule.providers.tcp that throw InitialisationException
protected  void TcpMessageReceiver.connect(java.net.URI uri)
           
 

Constructors in org.mule.providers.tcp that throw InitialisationException
TcpMessageReceiver(AbstractConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.udp
 

Methods in org.mule.providers.udp that throw InitialisationException
protected  void UdpMessageReceiver.connect(java.net.URI uri)
           
 

Constructors in org.mule.providers.udp that throw InitialisationException
UdpMessageReceiver(AbstractConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.vm
 

Methods in org.mule.providers.vm that throw InitialisationException
 void VMConnector.doInitialise()
           
 

Constructors in org.mule.providers.vm that throw InitialisationException
VMMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, BoundedPersistentQueue queue)
           
 

Uses of InitialisationException in org.mule.providers.xmpp
 

Methods in org.mule.providers.xmpp that throw InitialisationException
protected  void XmppMessageReceiver.connect(java.net.URI uri)
           
protected  void XmppMessageDispatcher.initialize(UMOEndpointURI uri)
           
 

Constructors in org.mule.providers.xmpp that throw InitialisationException
XmppMessageReceiver(AbstractConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.ra
 

Methods in org.mule.ra that throw InitialisationException
 void JcaComponent.initialise()
           
protected  java.lang.Object JcaComponent.getDelegateComponent()
           
 

Uses of InitialisationException in org.mule.tck.model
 

Methods in org.mule.tck.model that throw InitialisationException
abstract  ObjectPool AbstractPoolTestCase.createPool(MuleDescriptor descriptor, byte action)
           
 

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.transformers.xml
 

Methods in org.mule.transformers.xml that throw InitialisationException
 void XsltTransformer.initialise()
           
 

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(java.lang.String logicalName, java.lang.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
 

Uses of InitialisationException in org.mule.umo.provider
 

Methods in org.mule.umo.provider that throw InitialisationException
 void UMOMessageReceiver.create(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
          Creates the Message Receiver
 

Uses of InitialisationException in org.mule.util.queue
 

Methods in org.mule.util.queue that throw InitialisationException
 void SerialisationPersistence.initialise(BoundedChannel queue, java.lang.String componentName)
           
 void PersistenceStrategy.initialise(BoundedChannel queue, java.lang.String componentName)
           
 UMOEvent EventHolder.getEvent()
           
 

Constructors in org.mule.util.queue that throw InitialisationException
BoundedPersistentQueue(int i, PersistenceStrategy ps, java.lang.String name, boolean deleteOnTake)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.