Uses of Interface
org.mule.config.PropertyExtractor

Packages that use PropertyExtractor
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.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
 

Uses of PropertyExtractor in org.mule.routing
 

Classes in org.mule.routing that implement PropertyExtractor
 class DefaultPropertiesExtractor
          DefaultPropertiesExtractor is a default implementation used for getting the Correlation information from a message.
 

Uses of PropertyExtractor in org.mule.routing.outbound
 

Fields in org.mule.routing.outbound declared as PropertyExtractor
protected  PropertyExtractor AbstractOutboundRouter.propertyExtractor
           
 

Methods in org.mule.routing.outbound that return PropertyExtractor
 PropertyExtractor AbstractOutboundRouter.getPropertyExtractor()
           
 

Methods in org.mule.routing.outbound with parameters of type PropertyExtractor
 void AbstractOutboundRouter.setPropertyExtractor(PropertyExtractor propertyExtractor)
           
 

Uses of PropertyExtractor in org.mule.routing.response
 

Fields in org.mule.routing.response declared as PropertyExtractor
protected  PropertyExtractor AbstractResponseRouter.correlationExtractor
           
 

Methods in org.mule.routing.response that return PropertyExtractor
 PropertyExtractor AbstractResponseRouter.getCorrelationExtractor()
           
 

Methods in org.mule.routing.response with parameters of type PropertyExtractor
 void AbstractResponseRouter.setCorrelationExtractor(PropertyExtractor correlationExtractor)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.