|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.mule.tck.functional.AbstractProviderFunctionalTestCase
use Xml configuration instead |
|
org.mule.routing.filters.xml.JXPathMessageFilter
Please use org.mule.routing.filters.xml.JXPathFilter
instead. |
|
org.mule.impl.model.ModelHelper
This functionality should be moved to the registry |
|
org.mule.config.builders.MuleClasspathConfigurationBuilder
The functionality of this configuration builder (loading resources from the classpath) is now available in the standard MuleXmlConfigurationBuilder. If you are using this builder, please verify whether your configuration will work with org.mule.config.builders.MuleXmlConfigurationBuilder as this class is deprecated and is soon to be removed. |
|
org.mule.extras.spring.config.MuleConfigurationFactoryBean
use AutowireUMOManagerFactoryBean instead |
|
org.mule.providers.soap.axis.extensions.MuleHttpSender
Use the UniversalSender instead |
|
org.mule.components.simple.NullComponent
This component used to be used together with the Forwarding consumer inbound router. You can now use the BridgeComponent that takes care of configuring the inbound router for you. |
|
org.mule.components.simple.PassThroughComponent
The BridgeComponent should be used since it removes the slight
overhead of invoking the service object by never actually causing an
invocation. |
|
org.mule.extras.spring.config.UMOManagerFactoryBean
use AutowireUMOManagerFactoryBean |
Deprecated Fields | |
org.mule.impl.ImmutableMuleDescriptor.containerManaged
Use container instead. |
|
org.mule.impl.ImmutableMuleDescriptor.inboundEndpoint
Please use inboundRouter instead. |
|
org.mule.impl.ImmutableMuleDescriptor.inboundTransformer
Please use inboundRouter instead. |
|
org.mule.impl.ImmutableMuleDescriptor.outboundEndpoint
Please use outboundRouter instead. |
|
org.mule.impl.ImmutableMuleDescriptor.outboundTransformer
Please use outboundRouter instead. |
|
org.mule.config.PoolingProfile.POOL_INITIALISE_ALL_COMPONENTS
use INITIALISE_ALL instead |
|
org.mule.config.PoolingProfile.POOL_INITIALISE_NO_COMPONENTS
use INITIALISE_NONE instead |
|
org.mule.config.PoolingProfile.POOL_INITIALISE_ONE_COMPONENT
use INITIALISE_ONE instead |
|
org.mule.impl.ImmutableMuleDescriptor.responseTransformer
Please use responseRouter instead. |
|
org.mule.util.ObjectPool.WHEN_EXHAUSTED_BLOCK
use WHEN_EXHAUSTED_WAIT instead |
Deprecated Constructors | |
org.mule.providers.TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long)
please use #TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long, TimeUnit)
instead |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |