|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitialisationException | |
|---|---|
| org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.agent | Admin components and Agents used to control and Monitor Mule |
| org.mule.api | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
| org.mule.api.context | Mule Context APIs, including the MuleContext, agent and server event interfaces |
| org.mule.api.endpoint | Endpoint interfaces. |
| org.mule.api.lifecycle | Lifecycle interfaces for all Components. |
| org.mule.api.processor | |
| org.mule.api.security | Security API for authentication and authorisation. |
| org.mule.component | |
| org.mule.component.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.bootstrap | |
| org.mule.construct | |
| org.mule.context | |
| org.mule.el | |
| org.mule.el.mvel | |
| org.mule.endpoint | Implemtation of Mule endpoint uris. |
| org.mule.endpoint.dynamic | |
| org.mule.exception | |
| org.mule.execution | |
| org.mule.expression | |
| org.mule.expression.transformers | |
| org.mule.interceptor | |
| org.mule.lifecycle | |
| org.mule.model | |
| org.mule.model.seda | |
| org.mule.object | |
| org.mule.processor | |
| org.mule.processor.chain | |
| org.mule.registry | |
| org.mule.routing | Defines the core routing patterns supported by mule. |
| org.mule.routing.outbound | Outbound router implementation as described in the Enterprise Integration Patterns book. |
| org.mule.routing.requestreply | |
| org.mule.security | Core security implementation including the mule security manager and encryption types |
| org.mule.security.filters | Core sercurity filter types. |
| org.mule.service | |
| org.mule.source | |
| org.mule.transaction.lookup | |
| org.mule.transformer | Provides the default transformer base implementations for Mule including compression and encryption support. |
| org.mule.transformer.encryption | Transformers for encrypting and decrypting message payloads. |
| org.mule.transformer.simple | Basic transformer implementations. |
| org.mule.transport | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.transport.polling | |
| org.mule.util.lock | |
| org.mule.util.pool | |
| org.mule.util.store | |
| Uses of InitialisationException in org.mule |
|---|
| Methods in org.mule that throw InitialisationException | |
|---|---|
void |
DefaultMuleContext.initialise()
|
| Uses of InitialisationException in org.mule.agent |
|---|
| Methods in org.mule.agent that throw InitialisationException | |
|---|---|
protected void |
Log4jNotificationLoggerAgent.doInitialise()
|
protected abstract void |
AbstractNotificationLoggerAgent.doInitialise()
|
protected void |
EndpointNotificationLoggerAgent.doInitialise()
|
void |
AbstractNotificationLoggerAgent.initialise()
|
| Uses of InitialisationException in org.mule.api |
|---|
| Methods in org.mule.api that throw InitialisationException | |
|---|---|
void |
MuleContext.setSecurityManager(SecurityManager 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.api.context |
|---|
| Methods in org.mule.api.context that throw InitialisationException | |
|---|---|
MuleContext |
MuleContextFactory.createMuleContext()
Returns an existing instance of MuleContext is one exists, otherwise a
new MuleContext instance is created with defaults. |
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder)
Creates a new MuleContext using the given configurationBuilder |
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the MuleContextBuilder provided and
configures it with the list of configuration builder and c onfigures it with
configurationBuilder |
MuleContext |
MuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the MuleContextBuilder provided and
configures it with the list of configuration builders. |
MuleContext |
MuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the MuleContextBuilder provided. |
| Uses of InitialisationException in org.mule.api.endpoint |
|---|
| Methods in org.mule.api.endpoint that throw InitialisationException | |
|---|---|
InboundEndpoint |
EndpointBuilder.buildInboundEndpoint()
Constructs inbound endpoints |
OutboundEndpoint |
EndpointBuilder.buildOutboundEndpoint()
Constructs outbound endpoints |
| Uses of InitialisationException in org.mule.api.lifecycle |
|---|
| Subclasses of InitialisationException in org.mule.api.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.api.lifecycle that throw InitialisationException | |
|---|---|
void |
Initialisable.initialise()
Method used to perform any initialisation work. |
void |
InitialisationCallback.initialise(Object component)
|
static void |
LifecycleTransitionResult.initialiseAll(Iterator<? extends Initialisable> children)
|
| Uses of InitialisationException in org.mule.api.processor |
|---|
| Methods in org.mule.api.processor that throw InitialisationException | |
|---|---|
void |
LoggerMessageProcessor.initialise()
|
| Uses of InitialisationException in org.mule.api.security |
|---|
| Methods in org.mule.api.security that throw InitialisationException | |
|---|---|
void |
AuthenticationFilter.authenticate(MuleEvent event)
|
void |
SecurityFilter.doFilter(MuleEvent event)
|
| Uses of InitialisationException in org.mule.component |
|---|
| Methods in org.mule.component that throw InitialisationException | |
|---|---|
protected void |
AbstractComponent.doInitialise()
|
protected void |
AbstractJavaComponent.doInitialise()
|
void |
ComponentLifecycleManager.fireInitialisePhase(LifecycleCallback<Component> callback)
|
void |
AbstractComponent.initialise()
|
void |
DefaultComponentLifecycleAdapter.initialise()
Propagates initialise() life-cycle to component object implementations if they implement the mule Initialisable interface. |
void |
PooledJavaComponent.LifeCycleAdapterFactory.initialise()
|
void |
NullLifecycleAdapter.initialise()
|
| Uses of InitialisationException in org.mule.component.simple |
|---|
| Methods in org.mule.component.simple that throw InitialisationException | |
|---|---|
void |
StaticComponent.initialise()
|
| Uses of InitialisationException in org.mule.config |
|---|
| Methods in org.mule.config that throw InitialisationException | |
|---|---|
QueueConfiguration |
QueueProfile.configureQueue(MuleContext context,
String component,
QueueManager queueManager)
|
| Uses of InitialisationException in org.mule.config.bootstrap |
|---|
| Methods in org.mule.config.bootstrap that throw InitialisationException | |
|---|---|
void |
SimpleRegistryBootstrap.initialise()
Method used to perform any initialisation work. |
| Uses of InitialisationException in org.mule.construct |
|---|
| Methods in org.mule.construct that throw InitialisationException | |
|---|---|
void |
AbstractFlowConstruct.initialise()
|
protected void |
AbstractFlowConstruct.initialiseIfInitialisable(Object candidate)
|
| Uses of InitialisationException in org.mule.context |
|---|
| Methods in org.mule.context that throw InitialisationException | |
|---|---|
MuleContext |
DefaultMuleContextFactory.createMuleContext()
Use default ConfigurationBuilder, default MuleContextBuilder |
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder)
Use default MuleContextBuilder |
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the MuleContextBuilder provided and
configures it with the list of configuration builder and c onfigures it with
configurationBuilder |
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties)
Creates a new MuleContext using the given configurationBuilder. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties,
MuleConfiguration configuration)
Creates a new MuleContext using the given configurationBuilder and configuration. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the MuleContextBuilder provided and
configures it with the list of configuration builders. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Use default ConfigurationBuilder |
MuleContext |
DefaultMuleContextFactory.createMuleContext(String resource)
Creates a new MuleContext instance from the resource provided. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(String configResources,
Properties properties)
Creates a new MuleContext instance from the resource provided. |
protected MuleContext |
DefaultMuleContextFactory.doCreateMuleContext(MuleContextBuilder muleContextBuilder)
|
| Uses of InitialisationException in org.mule.el |
|---|
| Methods in org.mule.el that throw InitialisationException | |
|---|---|
void |
ExpressionLanguageComponent.initialise()
|
| Uses of InitialisationException in org.mule.el.mvel |
|---|
| Methods in org.mule.el.mvel that throw InitialisationException | |
|---|---|
void |
MVELExpressionLanguage.initialise()
|
protected void |
MVELExpressionLanguage.loadGlobalFunctions()
|
| Uses of InitialisationException in org.mule.endpoint |
|---|
| Methods in org.mule.endpoint that throw InitialisationException | |
|---|---|
InboundEndpoint |
AbstractEndpointBuilder.buildInboundEndpoint()
|
OutboundEndpoint |
AbstractEndpointBuilder.buildOutboundEndpoint()
|
protected InboundEndpoint |
AbstractEndpointBuilder.doBuildInboundEndpoint()
|
protected OutboundEndpoint |
AbstractEndpointBuilder.doBuildOutboundEndpoint()
|
void |
MuleEndpointURI.initialise()
|
| Uses of InitialisationException in org.mule.endpoint.dynamic |
|---|
| Methods in org.mule.endpoint.dynamic that throw InitialisationException | |
|---|---|
protected void |
NullConnector.doInitialise()
|
| Uses of InitialisationException in org.mule.exception |
|---|
| Methods in org.mule.exception that throw InitialisationException | |
|---|---|
protected void |
AbstractExceptionListener.doInitialise(MuleContext muleContext)
|
protected void |
TemplateMessagingExceptionStrategy.doInitialise(MuleContext muleContext)
|
void |
ChoiceMessagingExceptionStrategy.initialise()
|
void |
AbstractExceptionListener.initialise()
The initialise method is call every time the Exception stategy is assigned to a service or connector. |
void |
RedeliveryExceeded.initialise()
|
| Uses of InitialisationException in org.mule.execution |
|---|
| Methods in org.mule.execution that throw InitialisationException | |
|---|---|
void |
MuleMessageProcessingManager.initialise()
|
| Uses of InitialisationException in org.mule.expression |
|---|
| Methods in org.mule.expression that throw InitialisationException | |
|---|---|
void |
DefaultExpressionManager.initialise()
|
| Uses of InitialisationException in org.mule.expression.transformers |
|---|
| Methods in org.mule.expression.transformers that throw InitialisationException | |
|---|---|
void |
AbstractExpressionTransformer.initialise()
Template method were deriving classes can do any initialisation after the properties have been set on this transformer |
void |
BeanBuilderTransformer.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.interceptor |
|---|
| Methods in org.mule.interceptor that throw InitialisationException | |
|---|---|
void |
InterceptorStack.initialise()
|
| Uses of InitialisationException in org.mule.lifecycle |
|---|
| Methods in org.mule.lifecycle that throw InitialisationException | |
|---|---|
void |
RegistryBrokerLifecycleManager.fireInitialisePhase(LifecycleCallback<AbstractRegistryBroker> callback)
|
| Uses of InitialisationException in org.mule.model |
|---|
| Methods in org.mule.model that throw InitialisationException | |
|---|---|
void |
AbstractModel.initialise()
Deprecated. |
| Uses of InitialisationException in org.mule.model.seda |
|---|
| Methods in org.mule.model.seda that throw InitialisationException | |
|---|---|
protected void |
SedaService.doInitialise()
Deprecated. Initialise the service. |
void |
SedaModel.initialise()
Deprecated. |
| Uses of InitialisationException in org.mule.object |
|---|
| Methods in org.mule.object that throw InitialisationException | |
|---|---|
protected void |
AbstractObjectFactory.fireInitialisationCallbacks(Object component)
|
void |
AbstractObjectFactory.initialise()
|
void |
JndiObjectFactory.initialise()
|
| Uses of InitialisationException in org.mule.processor |
|---|
| Methods in org.mule.processor that throw InitialisationException | |
|---|---|
void |
SedaStageLifecycleManager.fireInitialisePhase(LifecycleCallback<SedaStageInterceptingMessageProcessor> callback)
|
void |
AsyncDelegateMessageProcessor.initialise()
|
void |
AbstractMuleObjectOwner.initialise()
|
void |
AbstractRedeliveryPolicy.initialise()
|
void |
ResponseMessageProcessorAdapter.initialise()
|
void |
TransactionalInterceptingMessageProcessor.initialise()
|
void |
IdempotentRedeliveryPolicy.initialise()
|
void |
SedaStageInterceptingMessageProcessor.initialise()
|
void |
InvokerMessageProcessor.initialise()
|
protected void |
InvokerMessageProcessor.lookupObjectInstance()
|
protected void |
InvokerMessageProcessor.resolveMethodToInvoke()
|
| Uses of InitialisationException in org.mule.processor.chain |
|---|
| Methods in org.mule.processor.chain that throw InitialisationException | |
|---|---|
void |
AbstractMessageProcessorChain.initialise()
|
| Uses of InitialisationException in org.mule.registry |
|---|
| Methods in org.mule.registry that throw InitialisationException | |
|---|---|
protected void |
TransientRegistry.doInitialise()
|
protected abstract void |
AbstractRegistry.doInitialise()
|
void |
MuleRegistryHelper.initialise()
Method used to perform any initialisation work. |
void |
AbstractRegistry.initialise()
|
void |
AbstractRegistryBroker.initialise()
|
void |
TypeBasedTransformerResolver.initialise()
|
| Uses of InitialisationException in org.mule.routing |
|---|
| Methods in org.mule.routing that throw InitialisationException | |
|---|---|
protected ObjectStore<String> |
IdempotentMessageFilter.createMessageIdStore()
|
void |
Resequencer.initialise()
|
void |
AbstractMatchingRouter.initialise()
|
void |
IdempotentMessageFilter.initialise()
|
void |
MessageFilter.initialise()
|
void |
MessageProcessorFilterPair.initialise()
|
void |
ExpressionSplitter.initialise()
|
void |
DynamicFirstSuccessful.initialise()
|
void |
UntilSuccessful.initialise()
|
void |
Foreach.initialise()
|
void |
FirstSuccessful.initialise()
|
void |
AbstractAggregator.initialise()
|
void |
DynamicAll.initialise()
|
void |
AbstractSelectiveRouter.initialise()
|
| Uses of InitialisationException in org.mule.routing.outbound |
|---|
| Methods in org.mule.routing.outbound that throw InitialisationException | |
|---|---|
void |
AbstractOutboundRouter.initialise()
|
void |
AbstractRoundRobinMessageSplitter.initialise()
|
void |
ChainingRouter.initialise()
|
void |
ExpressionMessageSplitter.initialise()
|
void |
FilteringOutboundRouter.initialise()
|
void |
DefaultOutboundRouterCollection.initialise()
|
| Uses of InitialisationException in org.mule.routing.requestreply |
|---|
| Methods in org.mule.routing.requestreply that throw InitialisationException | |
|---|---|
void |
AbstractAsyncRequestReplyRequester.initialise()
|
| Uses of InitialisationException in org.mule.security |
|---|
| Methods in org.mule.security that throw InitialisationException | |
|---|---|
void |
AbstractEndpointSecurityFilter.authenticate(MuleEvent event)
Deprecated. |
abstract void |
AbstractAuthenticationFilter.authenticate(MuleEvent event)
|
abstract void |
AbstractSecurityFilter.doFilter(MuleEvent event)
|
void |
AbstractEndpointSecurityFilter.doFilter(MuleEvent event)
Deprecated. |
void |
AbstractAuthenticationFilter.doFilter(MuleEvent event)
|
protected void |
AbstractSecurityProvider.doInitialise()
|
protected void |
AbstractSecurityFilter.doInitialise()
|
void |
AbstractSecurityProvider.initialise()
|
void |
AbstractSecurityFilter.initialise()
|
void |
AbstractJCEEncryptionStrategy.initialise()
|
void |
SecretKeyEncryptionStrategy.initialise()
|
void |
MuleSecurityManager.initialise()
|
void |
PasswordBasedEncryptionStrategy.initialise()
|
| Uses of InitialisationException in org.mule.security.filters |
|---|
| Methods in org.mule.security.filters that throw InitialisationException | |
|---|---|
protected void |
MuleEncryptionEndpointSecurityFilter.doInitialise()
|
| Uses of InitialisationException in org.mule.service |
|---|
| Methods in org.mule.service that throw InitialisationException | |
|---|---|
protected void |
AbstractService.doInitialise()
Deprecated. |
void |
ServiceCompositeMessageSource.initialise()
Deprecated. |
void |
AbstractService.initialise()
Deprecated. Initialise the service. |
protected void |
AbstractService.initialiseIfInitialisable(Object candidate)
Deprecated. |
| Uses of InitialisationException in org.mule.source |
|---|
| Methods in org.mule.source that throw InitialisationException | |
|---|---|
void |
StartableCompositeMessageSource.initialise()
|
void |
ClusterizableMessageSourceWrapper.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.transformer |
|---|
| Methods in org.mule.transformer that throw InitialisationException | |
|---|---|
void |
AbstractTransformer.initialise()
Template method where deriving classes can do any initialisation after the properties have been set on this transformer |
void |
TransformerChain.initialise()
|
void |
CompositeConverter.initialise()
|
static void |
TransformerUtils.initialiseAllTransformers(List<Transformer> transformers)
|
| Uses of InitialisationException in org.mule.transformer.encryption |
|---|
| Methods in org.mule.transformer.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.transformer.simple |
|---|
| Methods in org.mule.transformer.simple that throw InitialisationException | |
|---|---|
void |
AddAttachmentTransformer.initialise()
|
void |
SetPayloadTransformer.initialise()
|
void |
CopyPropertiesTransformer.initialise()
|
void |
AutoTransformer.initialise()
Template method where deriving classes can do any initialisation after the properties have been set on this transformer |
void |
AbstractAddVariablePropertyTransformer.initialise()
|
void |
MapToBean.initialise()
|
void |
RemoveAttachmentTransformer.initialise()
|
void |
ParseTemplateTransformer.initialise()
|
void |
AbstractRemoveVariablePropertyTransformer.initialise()
|
void |
CopyAttachmentsTransformer.initialise()
|
| Uses of InitialisationException in org.mule.transport |
|---|
| Methods in org.mule.transport that throw InitialisationException | |
|---|---|
protected abstract void |
AbstractConnector.doInitialise()
|
protected void |
AbstractTransportMessageHandler.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()
|
void |
AbstractTransportMessageHandler.initialise()
|
void |
AbstractMessageReceiver.initialise()
Method used to perform any initialisation work. |
void |
AbstractMessageRequester.initialise()
Method used to perform any initialisation work. |
void |
AbstractConnector.initialiseFromUrl(EndpointURI 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 |
AbstractTransportMessageHandler.initializeMessageFactory()
Subclasses can override this method to create a custom MuleMessageFactory instead
of re-using the instance from the connector. |
protected void |
AbstractJndiConnector.initJndiContext()
|
| Uses of InitialisationException in org.mule.transport.polling |
|---|
| Methods in org.mule.transport.polling that throw InitialisationException | |
|---|---|
protected void |
MessageProcessorPollingMessageReceiver.doInitialise()
|
protected void |
MessageProcessorPollingConnector.doInitialise()
|
| Uses of InitialisationException in org.mule.util.lock |
|---|
| Methods in org.mule.util.lock that throw InitialisationException | |
|---|---|
void |
MuleLockFactory.initialise()
|
| Uses of InitialisationException in org.mule.util.pool |
|---|
| Methods in org.mule.util.pool that throw InitialisationException | |
|---|---|
void |
CommonsPoolObjectPool.initialise()
|
| Uses of InitialisationException in org.mule.util.store |
|---|
| Methods in org.mule.util.store that throw InitialisationException | |
|---|---|
void |
MonitoredObjectStoreWrapper.initialise()
|
void |
MuleObjectStoreManager.initialise()
|
void |
AbstractMonitoredObjectStore.initialise()
|
void |
TextFileObjectStore.initialise()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||