|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.multicast | IP multicast connectivity for Mule. |
org.mule.providers.oracle.jms | |
org.mule.providers.quartz | |
org.mule.providers.rmi | |
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.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 | |
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.script |
Methods in org.mule.components.script that throw InitialisationException | |
void |
AbstractScriptComponent.initialise()
|
protected abstract void |
AbstractScriptComponent.loadInterpreter(URL script)
|
protected abstract void |
AbstractScriptComponent.loadInterpreter(String scriptText)
|
Uses of InitialisationException in org.mule.components.script.jsr223 |
Methods in org.mule.components.script.jsr223 that throw InitialisationException | |
void |
ScriptMessageBuilder.initialise()
|
void |
ScriptComponent.initialise()
|
void |
Scriptable.initialise()
|
Uses of InitialisationException in org.mule.components.simple |
Methods in org.mule.components.simple that throw InitialisationException | |
void |
StaticComponent.initialise()
|
void |
NoArgsCallWrapper.initialise()
Method used to perform any initialisation work. |
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 | |
protected void |
MuleXmlConfigurationBuilder.setTransformers()
|
protected void |
MuleXmlConfigurationBuilder.setGlobalEndpoints()
|
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.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.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.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.setMessageEndpointIdentifiers(Map endpoints)
|
protected void |
AutowireUMOManagerFactoryBean.setTransformers(Collection transformers)
|
protected void |
AutowireUMOManagerFactoryBean.setEndpoints(Collection endpoints)
|
void |
UMOManagerFactoryBean.setMessageEndpoints(Map endpoints)
Deprecated. |
void |
UMOManagerFactoryBean.setTransformers(List transformers)
Deprecated. |
void |
UMOManagerFactoryBean.setProviders(List endpoints)
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 | |
void |
ImmutableMuleDescriptor.initialise()
|
void |
ImmutableMuleDescriptor.fireInitialisationCallbacks(Object component)
|
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 |
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 |
AbstractContainerContext.initialise()
|
void |
JndiContainerContext.initialise()
|
void |
MultiContainerContext.initialise()
|
Uses of InitialisationException in org.mule.impl.internal.admin |
Methods in org.mule.impl.internal.admin that throw InitialisationException | |
void |
AbstractNotificationLoggerAgent.initialise()
|
protected abstract void |
AbstractNotificationLoggerAgent.doInitialise()
|
void |
MuleAdminAgent.initialise()
|
protected void |
EndpointNotificationLoggerAgent.doInitialise()
|
void |
MuleManagerComponent.initialise()
|
protected void |
Log4jNotificationLoggerAgent.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 | |
protected 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 ObjectPool |
SedaComponent.createPool()
|
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 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 | |
void |
AbstractJCEEncryptionStrategy.initialise()
|
void |
SecretKeyEncryptionStrategy.initialise()
|
void |
AbstractEndpointSecurityFilter.initialise()
|
protected abstract void |
AbstractEndpointSecurityFilter.doInitialise()
|
void |
MuleSecurityManager.initialise()
|
void |
PasswordBasedEncryptionStrategy.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 | |
void |
JmxAgent.initialise()
Method used to perform any initialisation work. If a fatal error occurs during initialisation an InitialisationException should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down. |
void |
WrapperManagerAgent.initialise()
|
void |
DefaultJmxSupportAgent.initialise()
Method used to perform any initialisation work. |
void |
Log4jAgent.initialise()
|
protected void |
JmxServerNotificationAgent.doInitialise()
|
void |
Mx4jAgent.initialise()
|
void |
RmiRegistryAgent.initialise()
|
void |
JdmkAgent.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 | |
void |
AbstractConnector.initialise()
Method used to perform any initialisation work. If a fatal error occurs during initialisation an InitialisationException should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down. |
protected abstract void |
AbstractConnector.doInitialise()
|
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 |
AbstractConnector.initFromServiceDescriptor()
Initialises this connector from its TransportServiceDescriptor This
will be called before the AbstractConnector.doInitialise() method is called. |
protected void |
AbstractJndiConnector.initJndiContext()
|
Context |
AbstractJndiConnector.getJndiContext(String jndiProviderUrl)
|
Constructors in org.mule.providers that throw InitialisationException | |
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 |
|
AbstractMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
Creates the Message Receiver |
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 |
SmtpsConnector.doInitialise()
|
protected void |
AbstractMailConnector.doInitialise()
|
protected void |
AbstractTlsRetrieveMailConnector.doInitialise()
|
protected void |
SmtpConnector.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 |
HttpConnector.doInitialise()
|
protected void |
HttpsConnector.doInitialise()
|
Constructors in org.mule.providers.http that throw InitialisationException | |
HttpMessageReceiver(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.doInitialise()
|
protected void |
JdbcConnector.createDataSource()
|
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 void |
JmsConnector.doInitialise()
|
protected void |
JmsConnector.initJndiContext()
|
protected ConnectionFactory |
JmsConnector.createConnectionFactory()
|
protected Connection |
JmsConnector.createConnection()
|
Constructors in org.mule.providers.jms that throw InitialisationException | |
SingleJmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
XaTransactedJmsMessageReceiver(UMOConnector umoConnector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
TransactedSingleResourceJmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
JmsMessageReceiver(UMOConnector connector,
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 void |
OracleJmsConnector.doInitialise()
|
protected ConnectionFactory |
AbstractOracleJmsConnector.createConnectionFactory()
Oracle has two different factory classes: which implements and which implements so there is no single class to return in this method. |
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()
|
protected Object |
RmiConnector.getRemoteRef(UMOImmutableEndpoint endpoint)
|
Remote |
RmiConnector.getRemoteObject(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.rmi that throw InitialisationException | |
RmiMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
long frequency)
|
|
RmiCallbackMessageReceiver(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 |
AxisInitialisable.initialise(org.apache.axis.handlers.soap.SOAPService service)
|
void |
AxisInitialisationCallback.initialise(Object component)
|
protected void |
AxisConnector.doInitialise()
|
protected org.apache.axis.configuration.SimpleProvider |
AxisConnector.createAxisProvider(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.xfire |
Methods in org.mule.providers.soap.xfire that throw InitialisationException | |
void |
XFireServiceComponent.initialise()
|
protected void |
XFireMessageReceiver.init()
|
protected void |
XFireConnector.doInitialise()
|
protected void |
XFireConnector.configureBindingProvider(org.codehaus.xfire.service.binding.ObjectServiceFactory factory)
|
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()
|
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 | |
TcpStreamingMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
TcpMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
Uses of InitialisationException in org.mule.providers.udp |
Methods in org.mule.providers.udp that throw InitialisationException | |
protected UMOTransformer |
UdpMessageReceiver.getResponseTransformer()
|
protected void |
UdpConnector.doInitialise()
|
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.initialise()
|
protected 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.tck.testmodels.mule |
Methods in org.mule.tck.testmodels.mule that throw InitialisationException | |
void |
TestAgent.initialise()
|
protected void |
TestConnector.doInitialise()
|
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 | |
void |
XsltTransformer.initialise()
|
protected StreamSource |
XsltTransformer.getStreamSource()
Returns the StreamSource corresponding to xslFile |
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)
Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints |
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.security.tls |
Methods in org.mule.umo.security.tls that throw InitialisationException | |
void |
TlsConfiguration.initialise(boolean anon,
String namespace)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |