| Interface and Description |
|---|
| org.mule.runtime.core.api.Closeable |
| org.mule.runtime.core.util.store.DeserializationPostInitialisable
TODO MULE-10013 Move message serialization logic from within the message to an external service
|
| org.mule.runtime.core.api.message.ExceptionPayload |
| org.mule.runtime.core.api.registry.InjectProcessor
as of 3.7.0 since these are only used by
TransientRegistry which is also
deprecated. Use post processors for currently supported registries instead (i.e:
org.mule.runtime.core.config.spring.SpringRegistry) |
| org.mule.runtime.core.api.transport.LegacyConnector
Transport infrastructure is deprecated.
|
| org.mule.runtime.core.api.endpoint.LegacyImmutableEndpoint
Transport infrastructure is deprecated.
|
| org.mule.runtime.core.api.transport.LegacyInboundEndpoint
Transport infrastructure is deprecated.
|
| org.mule.runtime.core.api.transport.LegacyOutboundEndpoint
Transport infrastructure is deprecated.
|
| org.mule.runtime.core.internal.message.MessageAttachments
Transport infrastructure is deprecated. Use
DefaultMultiPartPayload instead. |
| org.mule.runtime.core.internal.message.MessageProperties
Transport infrastructure is deprecated. Use
Attributes instead. |
| org.mule.runtime.core.api.MuleSession
Transport infrastructure is deprecated.
|
| org.mule.runtime.core.api.registry.ObjectProcessor
as of 3.7.0 since these are only used by
TransientRegistry which is also deprecated. Use post processors
for currently supported registries instead (i.e: org.mule.runtime.core.config.spring.SpringRegistry) |
| org.mule.runtime.core.api.registry.PreInitProcessor
as of 3.7.0 since these are only used by
TransientRegistry which is also
deprecated. Use post processors for currently supported registries instead (i.e:
org.mule.runtime.core.config.spring.SpringRegistry) |
| org.mule.runtime.core.api.registry.RegistryBroker
as of 3.7.0. This will be removed in Mule 4.0
|
| org.mule.runtime.core.api.connector.ReplyToHandler
TODO MULE-10739 Move ReplyToHandler to compatibility module.
|
| Class and Description |
|---|
| org.mule.runtime.core.security.AbstractOperationSecurityFilter |
| org.mule.runtime.core.registry.AbstractRegistryBroker
as of 3.7.0. This will be removed in Mule 4.0
|
| org.mule.runtime.core.internal.lifecycle.phases.ContainerManagedLifecyclePhase
as of 3.7.0 since it's no longer used
|
| org.mule.runtime.core.internal.message.DefaultExceptionPayload |
| org.mule.runtime.core.DefaultMuleEventContext |
| org.mule.runtime.core.session.DefaultMuleSession |
| org.mule.runtime.core.registry.DefaultRegistryBroker
as of 3.7.0. This will be removed in Mule 4.0
|
| org.mule.runtime.core.internal.registry.JSR250ValidatorProcessor
as of 3.7.0 since these are only used by
TransientRegistry which is also
deprecated. Use post processors for currently supported registries instead (i.e:
org.mule.runtime.core.config.spring.SpringRegistry) |
| org.mule.runtime.core.registry.LifecycleStateInjectorProcessor
as of 3.7.0 since these are only used by
TransientRegistry which is also
deprecated. Use post processors for currently supported registries instead (i.e:
org.mule.runtime.core.config.spring.SpringRegistry) |
| org.mule.runtime.core.registry.MuleContextProcessor
as of 3.7.0 since these are only used by
TransientRegistry which is also
deprecated. Use post processors for currently supported registries instead (i.e:
org.mule.runtime.core.config.spring.SpringRegistry) |
| org.mule.runtime.core.routing.outbound.MulticastingRouter |
| org.mule.runtime.core.lifecycle.RegistryBrokerLifecycleManager
as of 3.7.0 since
RegistryBroker also is |
| org.mule.runtime.core.security.SecretKeyEncryptionStrategy
This class is deprecated and will be removed in Mule 4.0. Use
PasswordBasedEncryptionStrategy instead,
which follows the correct way of transforming a string password into a cryptographic key |
| org.mule.runtime.core.config.bootstrap.SimpleRegistryBootstrap
as of 3.7.0. Try to use
org.mule.runtime.core.config.spring.SpringRegistryBootstrap instead. |
| org.mule.runtime.core.registry.TransientRegistry
as of 3.7.0. Use
instead. |
| Field and Description |
|---|
| org.mule.runtime.core.api.config.MuleProperties.MULE_SESSION_PROPERTY |
| Constructor and Description |
|---|
| org.mule.runtime.core.DefaultMuleContext(MuleConfiguration, MuleContextLifecycleManager, ServerNotificationManager)
Use empty constructor instead and use setter for dependencies.
|
| org.mule.runtime.core.routing.MessageFilter()
Use MessageFilter(Filter filter)
|
| org.mule.runtime.core.exception.MessagingException(I18nMessage, Message, MuleContext)
use MessagingException(Message, MuleEvent)
|
| org.mule.runtime.core.exception.MessagingException(I18nMessage, Message, MuleContext, Throwable)
use MessagingException(Message, MuleEvent, Throwable)
|
| org.mule.runtime.core.processor.SecurityFilterMessageProcessor()
Use SecurityFilterMessageProcessor(SecurityFilter filter) instead
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.