Deprecated API


Contents
Deprecated Interfaces
org.mule.api.interceptor.Interceptor
          - This is only used for backwards compatability with old style (Mule 1.x) interceptors 
org.mule.api.interceptor.Invocation
          - This is only used for backwards compatability with old style (Mule 1.x) interceptors 
 

Deprecated Classes
org.mule.component.simple.BridgeComponent
          along with bridge-service - use an empty service and, if you want an efficient transfer of messages, add a forwarding-consumer. 
 

Deprecated Fields
org.mule.config.PoolingProfile.WHEN_EXHAUSTED_BLOCK
          use WHEN_EXHAUSTED_WAIT instead 
 

Deprecated Methods
org.mule.api.registry.Registry.getAgents()
          Use lookupAgent() instead 
org.mule.api.registry.Registry.getConnectors()
          Use lookupConnector() instead 
org.mule.api.endpoint.EndpointURI.getEndpointName()
          This property is used by endpoint-identifiers, global-endpoints use ImmutableEndpoint.getName() 
org.mule.api.registry.Registry.getEndpoints()
          Use lookupEndpoint() instead 
org.mule.routing.filters.RegExFilter.getExpression()
          Use RegExFilter.getPattern() This method name was changed to be consistent with other filters 
org.mule.api.endpoint.EndpointFactory.getInboundEndpoint(EndpointURI)
            
org.mule.routing.filters.logic.AbstractFilterCollection.getLeftFilter()
            
org.mule.management.stats.ServiceStatistics.getMaxExecutionTime()
            
org.mule.management.stats.ServiceStatistics.getMinExecutionTime()
            
org.mule.api.registry.Registry.getModels()
          Use lookupModel() instead 
org.mule.api.endpoint.EndpointFactory.getOutboundEndpoint(EndpointURI)
            
org.mule.routing.EventCorrelator.getResponseMessages()
          this is used by a test, but I would like to remove this method 
org.mule.routing.filters.logic.AbstractFilterCollection.getRightFilter()
            
org.mule.management.stats.ServiceStatistics.getTotalExecutionTime()
            
org.mule.api.registry.Registry.getTransformers()
          Use lookupTransformer() instead 
org.mule.util.PropertiesUtils.propertiesToString(Map, boolean)
          Use MapUtils.toString(Map, boolean) instead 
org.mule.api.transport.Connector.request(String, long)
          Use request(ImmutableEndpoint endpoint, long timeout) 
org.mule.api.endpoint.EndpointURI.setEndpointName(String)
          This property is used by endpoint-identifiers, global-endpoints use ImmutableEndpoint.getName() 
org.mule.routing.filters.RegExFilter.setExpression(String)
          Use RegExFilter.getPattern() This method name was changed to be consistent with other filters 
org.mule.routing.filters.logic.AbstractFilterCollection.setLeftFilter(Filter)
            
org.mule.routing.filters.logic.AbstractFilterCollection.setRightFilter(Filter)
            
 

Deprecated Constructors
org.mule.endpoint.EndpointURIEndpointBuilder(EndpointURI, MuleContext)
            
org.mule.endpoint.EndpointURIEndpointBuilder(String, MuleContext)
            
org.mule.transport.TransactedPollingMessageReceiver(Connector, Service, InboundEndpoint, long)
          please use #TransactedPollingMessageReceiver(Connector,Service,InboundEndpoint,long,TimeUnit) instead 
 



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