|
|||||||||||
| 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.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.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.dq | |
| 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.glue | Provides an Glue soap transport for Mule. |
| org.mule.providers.soap.xfire | |
| org.mule.providers.space | Allows Mule to send and receive events via the Mule Space API. |
| 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.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 |
| 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()
|
| 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()
|
protected void |
MuleXmlConfigurationBuilder.setTransformers()
|
protected void |
MuleXmlConfigurationBuilder.setGlobalEndpoints()
|
| 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 | |
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 |
PGPKeyRingImpl.initialise()
|
void |
KeyBasedEncryptionStrategy.initialise()
|
void |
PGPSecurityProvider.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)
|
void |
UMOManagerFactoryBean.setTransformers(List transformers)
|
void |
UMOManagerFactoryBean.setProviders(List 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.extras.spring.remoting |
| Methods in org.mule.extras.spring.remoting that throw InitialisationException | |
void |
SpringRemoteInvokerComponent.initialise()
|
| 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.management.agents |
| Methods in org.mule.management.agents that throw InitialisationException | |
protected void |
JmxServerNotificationAgent.doInitialise()
|
void |
DefaultJmxSupportAgent.initialise()
Method used to perform any initialisation work. |
void |
RmiRegistryAgent.initialise()
|
void |
Mx4jAgent.initialise()
|
void |
JdmkAgent.initialise()
|
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.
(non-Javadoc) |
void |
Log4jAgent.initialise()
|
| Uses of InitialisationException in org.mule.management.mbeans |
| Methods in org.mule.management.mbeans that throw InitialisationException | |
void |
ConnectorService.initialise()
|
void |
ConnectorServiceMBean.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.providers.dq |
| Methods in org.mule.providers.dq that throw InitialisationException | |
void |
DQConnector.doInitialise()
|
| Constructors in org.mule.providers.dq that throw InitialisationException | |
DQMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency,
DataQueue pDq,
AS400 pAs400)
|
|
| 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 | |
void |
Pop3sConnector.doInitialise()
|
void |
SmtpsConnector.doInitialise()
|
| Constructors in org.mule.providers.email that throw InitialisationException | |
Pop3MessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long checkFrequency,
String backupFolder)
|
|
SmtpsConnector()
|
|
SmtpConnector()
|
|
| Uses of InitialisationException in org.mule.providers.file |
| 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 |
| 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 | |
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)
|
|
PollingHttpMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency)
|
|
HttpsMessageReceiver(AbstractConnector 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 |
| 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 |
| 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()
|
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 | |
void |
JmsConnector.doInitialise()
|
protected void |
JmsConnector.initJndiContext()
|
protected ConnectionFactory |
JmsConnector.createConnectionFactory()
|
protected Connection |
JmsConnector.createConnection()
|
| Constructors in org.mule.providers.jms that throw InitialisationException | |
TransactedSingleResourceJmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
JmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
TransactedJmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
SingleJmsMessageReceiver(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.oracle.jms |
| Methods in org.mule.providers.oracle.jms that throw InitialisationException | |
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 | |
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 | |
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 |
AxisConnector.doInitialise()
|
protected SimpleProvider |
AxisConnector.createAxisProvider(String config)
|
void |
AxisInitialisationCallback.initialise(Object component)
|
void |
AxisServiceComponent.initialise()
|
void |
AxisInitialisable.initialise(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.glue |
| Methods in org.mule.providers.soap.glue that throw InitialisationException | |
void |
GlueInitialisable.initialise(IService service,
ServiceContext context)
|
void |
GlueServiceInitialisable.initialise(IService service,
ServiceContext context)
|
void |
GlueInitialisationCallback.initialise(Object component)
|
| 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.soap.xfire |
| Methods in org.mule.providers.soap.xfire that throw InitialisationException | |
void |
XFireConnector.doInitialise()
|
void |
XFireServiceComponent.initialise()
|
protected void |
XFireMessageReceiver.init()
|
| Constructors in org.mule.providers.soap.xfire that throw InitialisationException | |
XFireMessageReceiver(UMOConnector umoConnector,
UMOComponent component,
UMOEndpoint umoEndpoint)
|
|
| Uses of InitialisationException in org.mule.providers.space |
| Methods in org.mule.providers.space that throw InitialisationException | |
void |
SpaceConnector.doInitialise()
|
| Constructors in org.mule.providers.space that throw InitialisationException | |
SpaceMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
TransactedSpaceMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| 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 |
| 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.tcp |
| Methods in org.mule.providers.tcp that throw InitialisationException | |
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 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 | |
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 |
| 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 |
TestConnector.doInitialise()
|
void |
TestAgent.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 | |
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(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 |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||