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.script Base classes for script based components such as BeanShell or Groovy. 
org.mule.components.script.jsr223   
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.extras.acegi   
org.mule.extras.acegi.filters.http   
org.mule.extras.hivemind Provides extensions to use HiveMind with Mule, such as using the registry as a factory for Mule managed objects. 
org.mule.extras.jaas   
org.mule.extras.jaas.filters   
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. 
org.mule.extras.spring Provides extensions to use the Spring framework with Mule such as utilising 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.extras.spring.remoting   
org.mule.extras.wssecurity.filters   
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.model.streaming   
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.management.agents Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.management.mbeans Jmx Management beans for mule components, the model and the Mule server. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.bpm   
org.mule.providers.ejb   
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.ftp   
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.http.jetty   
org.mule.providers.http.servlet   
org.mule.providers.jbi Allows JBI components to interact with Mule. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.providers.multicast IP multicast connectivity for Mule
org.mule.providers.oracle.jms   
org.mule.providers.quartz   
org.mule.providers.rmi   
org.mule.providers.soap   
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.xfire   
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
org.mule.providers.stream   
org.mule.providers.streaming   
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.tck.testmodels.mule   
org.mule.tools.visualizer.service   
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.transformers.script   
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.security.tls This package contains classes to support TLS/SSL configuration and socket creation. 
 

Uses of InitialisationException in org.mule
 

Methods in org.mule that throw InitialisationException
protected  void MuleManager.initialiseAgents()
          Initialises all registered agents
protected  void MuleManager.initialiseEndpoints()
           
 void MuleManager.registerTransformer(UMOTransformer transformer)
          Registers a transformer with the MuleManager.
 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.script
 

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

Uses of InitialisationException in org.mule.components.script.jsr223
 

Methods in org.mule.components.script.jsr223 that throw InitialisationException
 void AbstractScriptComponent.initialise()
           
 void Scriptable.initialise()
           
 void ScriptMessageBuilder.initialise()
           
 

Uses of InitialisationException in org.mule.components.simple
 

Methods in org.mule.components.simple that throw InitialisationException
 void NoArgsCallWrapper.initialise()
          Method used to perform any initialisation work.
 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 EndpointReference.resolveEndpoint()
           
 void TransformerReference.resolveTransformer()
           
protected  void MuleXmlConfigurationBuilder.setGlobalEndpoints()
           
protected  void MuleXmlConfigurationBuilder.setTransformers()
           
 

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.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
protected  void HttpBasicAuthenticationFilter.doInitialise()
           
 

Uses of InitialisationException in org.mule.extras.hivemind
 

Methods in org.mule.extras.hivemind that throw InitialisationException
 void HiveMindContext.initialise()
          Here we build the registry from the standard deployment descriptors location.
 

Uses of InitialisationException in org.mule.extras.jaas
 

Methods in org.mule.extras.jaas that throw InitialisationException
 void JaasSimpleAuthenticationProvider.initialise()
          The initialise method checks whether a jaas configuration file exists.
 

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

Methods in org.mule.extras.jaas.filters that throw InitialisationException
protected  void JaasSecurityFilter.doInitialise()
           
 

Uses of InitialisationException in org.mule.extras.pgp
 

Methods in org.mule.extras.pgp that throw InitialisationException
 void PGPKeyRingImpl.initialise()
           
 void PGPSecurityProvider.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.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
protected  void AutowireUMOManagerFactoryBean.setEndpoints(Collection endpoints)
           
protected  void AutowireUMOManagerFactoryBean.setMessageEndpointIdentifiers(Map endpoints)
           
 void UMOManagerFactoryBean.setMessageEndpoints(Map endpoints)
          Deprecated.  
 void UMOManagerFactoryBean.setProviders(List endpoints)
          Deprecated.  
protected  void AutowireUMOManagerFactoryBean.setTransformers(Collection transformers)
           
 void UMOManagerFactoryBean.setTransformers(List transformers)
          Deprecated.  
 

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.extras.spring.remoting
 

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

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

Methods in org.mule.extras.wssecurity.filters that throw InitialisationException
protected  void WsSecurityFilter.doInitialise()
           
 

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
protected  void AbstractExceptionListener.doInitialise()
           
 void ImmutableMuleDescriptor.fireInitialisationCallbacks(Object component)
           
 void DefaultLifecycleAdapter.initialise()
           
 void ImmutableMuleDescriptor.initialise()
           
 void AbstractExceptionListener.initialise()
          The initialise method is call every time the Exception stategy is assigned to a component or connector.
 void ImmutableMuleEndpoint.initialise()
           
 void InitialisationCallback.initialise(Object component)
           
 

Uses of InitialisationException in org.mule.impl.container
 

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

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

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

Uses of InitialisationException in org.mule.impl.model
 

Methods in org.mule.impl.model that throw InitialisationException
protected  void AbstractComponent.doInitialise()
           
 void AbstractComponent.initialise()
          Initialise the component.
 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
protected  void PipelineComponent.doInitialise()
           
 

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

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

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

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

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

Methods in org.mule.impl.model.streaming that throw InitialisationException
protected  void StreamingComponent.doInitialise()
           
 

Uses of InitialisationException in org.mule.impl.security
 

Methods in org.mule.impl.security that throw InitialisationException
protected abstract  void AbstractEndpointSecurityFilter.doInitialise()
           
 void MuleSecurityManager.initialise()
           
 void AbstractJCEEncryptionStrategy.initialise()
           
 void PasswordBasedEncryptionStrategy.initialise()
           
 void AbstractEndpointSecurityFilter.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.management.agents
 

Methods in org.mule.management.agents that throw InitialisationException
protected  void JmxServerNotificationAgent.doInitialise()
          
 void JmxAgent.initialise()
          Method used to perform any initialisation work.
 void JdmkAgent.initialise()
           
 void DefaultJmxSupportAgent.initialise()
          Method used to perform any initialisation work.
 void Log4jAgent.initialise()
           
 void RmiRegistryAgent.initialise()
           
 void WrapperManagerAgent.initialise()
           
 void YourKitProfilerAgent.initialise()
           
 void Mx4jAgent.initialise()
           
 

Uses of InitialisationException in org.mule.management.mbeans
 

Methods in org.mule.management.mbeans that throw InitialisationException
 void ConnectorServiceMBean.initialise()
           
 void ConnectorService.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
protected abstract  void AbstractConnector.doInitialise()
           
 Context AbstractJndiConnector.getJndiContext(String jndiProviderUrl)
           
protected  void AbstractConnector.initFromServiceDescriptor()
          Initialises this connector from its TransportServiceDescriptor This will be called before the AbstractConnector.doInitialise() method is called.
 void AbstractConnector.initialise()
          Method used to perform any initialisation work.
 void AbstractConnector.initialiseFromUrl(UMOEndpointURI endpointUri)
          When this connector is created via the TransportFactory the endpoint used to determine the connector type is passed to this method so that any properties set on the endpoint that can be used to initialise the connector are made available.
protected  void AbstractJndiConnector.initJndiContext()
           
 

Constructors in org.mule.providers that throw InitialisationException
AbstractMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
          Creates the Message Receiver
AbstractPollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
TransactedPollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
TransactedPollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, long frequency)
          Deprecated. please use #TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long, TimeUnit) instead
 

Uses of InitialisationException in org.mule.providers.bpm
 

Methods in org.mule.providers.bpm that throw InitialisationException
protected  void ProcessConnector.doInitialise()
           
 

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

Uses of InitialisationException in org.mule.providers.ejb
 

Constructors in org.mule.providers.ejb that throw InitialisationException
EjbMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, long frequency)
           
 

Uses of InitialisationException in org.mule.providers.email
 

Methods in org.mule.providers.email that throw InitialisationException
protected  void SmtpConnector.doInitialise()
           
protected  void AbstractMailConnector.doInitialise()
           
protected  void AbstractTlsRetrieveMailConnector.doInitialise()
           
protected  void SmtpsConnector.doInitialise()
           
 

Constructors in org.mule.providers.email that throw InitialisationException
RetrieveMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, long checkFrequency, boolean backupEnabled, String backupFolder)
           
 

Uses of InitialisationException in org.mule.providers.file
 

Methods in org.mule.providers.file that throw InitialisationException
protected  void FileConnector.doInitialise()
           
 

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

Uses of InitialisationException in org.mule.providers.ftp
 

Methods in org.mule.providers.ftp that throw InitialisationException
protected  void FtpConnector.doInitialise()
           
 

Constructors in org.mule.providers.ftp that throw InitialisationException
FtpMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, long frequency)
           
 

Uses of InitialisationException in org.mule.providers.http
 

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

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

Uses of InitialisationException in org.mule.providers.http.jetty
 

Constructors in org.mule.providers.http.jetty that throw InitialisationException
JettyHttpMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.http.servlet
 

Methods in org.mule.providers.http.servlet that throw InitialisationException
protected  void ServletConnector.doInitialise()
           
 

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

Uses of InitialisationException in org.mule.providers.jbi
 

Methods in org.mule.providers.jbi that throw InitialisationException
protected  void JbiConnector.doInitialise()
           
 

Constructors in org.mule.providers.jbi that throw InitialisationException
JbiMessageReceiver(UMOConnector 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()
           
protected  void JdbcConnector.doInitialise()
           
 

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

Uses of InitialisationException in org.mule.providers.jms
 

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

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

Uses of InitialisationException in org.mule.providers.jms.websphere
 

Constructors in org.mule.providers.jms.websphere that throw InitialisationException
WebsphereTransactedJmsMessageReceiver(UMOConnector umoConnector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of InitialisationException in org.mule.providers.multicast
 

Methods in org.mule.providers.multicast that throw InitialisationException
protected  void MulticastConnector.doInitialise()
           
 

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

Uses of InitialisationException in org.mule.providers.oracle.jms
 

Methods in org.mule.providers.oracle.jms that throw InitialisationException
protected  ConnectionFactory AbstractOracleJmsConnector.createConnectionFactory()
          Oracle has two different factory classes: AQjmsQueueConnectionFactory which implements javax.jms.QueueConnectionFactory and AQjmsTopicConnectionFactory which implements javax.jms.TopicConnectionFactory so there is no single class to return in this method.
protected  void OracleJmsConnector.doInitialise()
           
 

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

Uses of InitialisationException in org.mule.providers.quartz
 

Methods in org.mule.providers.quartz that throw InitialisationException
protected  void QuartzConnector.doInitialise()
           
 

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

Uses of InitialisationException in org.mule.providers.rmi
 

Methods in org.mule.providers.rmi that throw InitialisationException
protected  void RmiConnector.doInitialise()
           
 Remote RmiConnector.getRemoteObject(UMOImmutableEndpoint endpoint)
           
protected  Object RmiConnector.getRemoteRef(UMOImmutableEndpoint endpoint)
           
 

Constructors in org.mule.providers.rmi that throw InitialisationException
RmiCallbackMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
RmiMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, long frequency)
           
 

Uses of InitialisationException in org.mule.providers.soap
 

Methods in org.mule.providers.soap that throw InitialisationException
 void WSProxyService.initialise()
           
 

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

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

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

Methods in org.mule.providers.soap.xfire that throw InitialisationException
protected  void XFireConnector.configureBindingProvider(org.codehaus.xfire.service.binding.ObjectServiceFactory factory)
           
protected  void XFireConnector.doInitialise()
           
protected  void XFireMessageReceiver.init()
           
 void XFireServiceComponent.initialise()
           
 

Constructors in org.mule.providers.soap.xfire that throw InitialisationException
XFireMessageReceiver(UMOConnector umoConnector, UMOComponent component, UMOEndpoint umoEndpoint)
           
 

Uses of InitialisationException in org.mule.providers.ssl
 

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

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

Uses of InitialisationException in org.mule.providers.stream
 

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

Constructors in org.mule.providers.stream that throw InitialisationException
StreamMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, long checkFrequency)
           
 

Uses of InitialisationException in org.mule.providers.streaming
 

Methods in org.mule.providers.streaming that throw InitialisationException
 void AbstractStreamingTransformer.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.providers.tcp
 

Methods in org.mule.providers.tcp that throw InitialisationException
protected  void TcpConnector.doInitialise()
           
 

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

Uses of InitialisationException in org.mule.providers.udp
 

Methods in org.mule.providers.udp that throw InitialisationException
protected  void UdpConnector.doInitialise()
           
protected  UMOTransformer UdpMessageReceiver.getResponseTransformer()
           
 

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

Uses of InitialisationException in org.mule.providers.vm
 

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

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

Uses of InitialisationException in org.mule.providers.xmpp
 

Methods in org.mule.providers.xmpp that throw InitialisationException
protected  void XmppConnector.doInitialise()
           
 

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.doInitialise()
           
 

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.tck.testmodels.mule
 

Methods in org.mule.tck.testmodels.mule that throw InitialisationException
protected  void TestConnector.doInitialise()
           
 void TestAgent.initialise()
           
 

Uses of InitialisationException in org.mule.tools.visualizer.service
 

Methods in org.mule.tools.visualizer.service that throw InitialisationException
 void VisualizerService.initialise()
           
 

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

Methods in org.mule.transformers.script that throw InitialisationException
 void ScriptTransformer.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
protected  StreamSource XsltTransformer.getStreamSource()
          Returns the StreamSource corresponding to xslFile
 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.registerEndpoint(UMOEndpoint endpoint)
          Registers a shared/global endpoint with the MuleManager.
 void UMOManager.registerEndpointIdentifier(String logicalName, String endpoint)
          Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints
 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.security.tls
 

Methods in org.mule.umo.security.tls that throw InitialisationException
 void TlsConfiguration.initialise(boolean anon, String namespace)
           
 



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