Deprecated API

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 Methods
org.mule.config.builders.MuleXmlConfigurationBuilder.configure(ReaderResource[])
          Please use configure(ReaderResource[] configResources, Properties startupProperties) instead. 
org.mule.transformers.xml.AbstractXmlTransformer.convertToText(Object)
          Replaced by convertToText(Object obj, String ouputEncoding) 
org.mule.providers.tcp.TcpConnector.getBacklog()
          should use TcpConnector.getReceiveBacklog() 
org.mule.providers.tcp.TcpConnector.getBufferSize()
          Should use TcpConnector.getSendBufferSize() or TcpConnector.getReceiveBufferSize() 
org.mule.providers.udp.UdpConnector.getBufferSize()
          Should use UdpConnector.getSendBufferSize() or UdpConnector.getReceiveBufferSize() 
org.mule.extras.spring.SpringContainerContext.getConfigFile()
          use getConfigResources() instead 
org.mule.extras.spring.SpringContainerContext.getConfiguration()
          use getConfigXml() instead 
org.mule.MuleManager.getEndpointIdentifiers()
          endpoint-identifiers have been deprecated in favor of global-endpoints 
org.mule.umo.manager.UMOManager.getEndpointIdentifiers()
          endpoint-identifiers have been deprecated in favor of global-endpoints 
org.mule.umo.endpoint.UMOEndpointURI.getEndpointName()
          This property is used by endpoint-identifiers, global-endpoints use UMOImmutableEndpoint.getName() 
org.mule.umo.UMOImmutableDescriptor.getInboundEndpoint()
          use getInboundRouter() instead (see MULE-506) 
org.mule.umo.UMOImmutableDescriptor.getInboundTransformer()
          use getInboundRouter() instead (see MULE-506) 
org.mule.umo.UMOImmutableDescriptor.getOutboundEndpoint()
          use getOutboundRouter() instead (see MULE-506) 
org.mule.umo.UMOImmutableDescriptor.getOutboundTransformer()
          use getOutboundRouter() instead (see MULE-506) 
org.mule.providers.http.HttpResponse.getStatuscode()
          use HttpResponse.getStatusCode() instead 
org.mule.routing.filters.xml.JXPathFilter.getValue()
          Use getExpectedValue(). 
org.mule.MuleManager.lookupEndpointIdentifier(String, String)
          endpoint-identifiers have been deprecated in favor of global-endpoints 
org.mule.umo.manager.UMOManager.lookupEndpointIdentifier(String, String)
          endpoint-identifiers have been deprecated in favor of global-endpoints 
org.mule.util.PropertiesUtils.propertiesToString(Map, boolean)
          Use MapUtils.toString(Map, boolean) instead 
org.mule.umo.provider.UMOConnector.receive(UMOEndpointURI, long)
          Use receive(UMOImmutableEndpoint endpoint, long timeout) 
org.mule.MuleManager.registerEndpointIdentifier(String, String)
          endpoint-identifiers have been deprecated in favor of global-endpoints 
org.mule.umo.manager.UMOManager.registerEndpointIdentifier(String, String)
          endpoint-identifiers have been deprecated in favor of global-endpoints 
org.mule.providers.tcp.TcpConnector.setBacklog(int)
          should use TcpConnector.setReceiveBacklog(int) 
org.mule.providers.tcp.TcpConnector.setBufferSize(int)
          Should use TcpConnector.setSendBufferSize(int) or TcpConnector.setReceiveBufferSize(int) 
org.mule.providers.udp.UdpConnector.setBufferSize(int)
          Should use UdpConnector.setSendBufferSize(int) or UdpConnector.setReceiveBufferSize(int) 
org.mule.extras.spring.SpringContainerContext.setConfigFile(String)
          use setConfigResources() instead 
org.mule.MuleManager.setConfiguration(MuleConfiguration)
          this will go away soon. 
org.mule.extras.spring.SpringContainerContext.setConfiguration(String)
          use setConfigXml() instead 
org.mule.umo.endpoint.UMOEndpointURI.setEndpointName(String)
          This property is used by endpoint-identifiers, global-endpoints use UMOImmutableEndpoint.getName() 
org.mule.umo.UMODescriptor.setInboundEndpoint(UMOEndpoint)
          use setInboundRouter() instead (see MULE-506) 
org.mule.umo.UMODescriptor.setInboundTransformer(UMOTransformer)
          use setInboundRouter() instead (see MULE-506) 
org.mule.MuleManager.setInstance(UMOManager)
          this will go away soon. 
org.mule.providers.soap.axis.extensions.MuleMsgProvider.setOperationStyle(MessageContext)
          I dont think this is necessary, but leaving it here for a while 
org.mule.umo.UMODescriptor.setOutboundEndpoint(UMOEndpoint)
          use setOutboundRouter() instead (see MULE-506) 
org.mule.umo.UMODescriptor.setOutboundTransformer(UMOTransformer)
          use setOutboundRouter() instead (see MULE-506) 
org.mule.providers.tcp.TcpConnector.setTimeout(int)
          The time out should be set explicitly for each 
org.mule.providers.udp.UdpConnector.setTimeout(int)
          The time out should be set explicitly for each 
org.mule.routing.filters.xml.JXPathFilter.setValue(String)
          Use setExpectedValue(String expectedValue). 
org.mule.MuleManager.unregisterEndpointIdentifier(String)
          endpoint-identifiers have been deprecated in favor of global-endpoints 
org.mule.umo.manager.UMOManager.unregisterEndpointIdentifier(String)
          endpoint-identifiers have been deprecated in favor of global-endpoints 
 

Deprecated Constructors
org.mule.providers.TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long)
          please use #TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long, TimeUnit) instead 
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.