Uses of Interface
org.mule.util.properties.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. 
org.mule.util.properties   
 

Uses of PropertyExtractor in org.mule.routing
 

Classes in org.mule.routing that implement PropertyExtractor
 class CorrelationPropertiesExtractor
          CorrelationPropertiesExtractor 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)
           
 

Uses of PropertyExtractor in org.mule.util.properties
 

Classes in org.mule.util.properties that implement PropertyExtractor
 class BeanPropertyExtractor
          Recognises the property 'PAYLOAD' to mean the whole message payload
 class MapPropertyExtractor
          If the message payload is a map this extractor will look up the property value in the map
 class MessagePropertyExtractor
          Looks up the property on the message using the name given.
 class PayloadPropertyExtractor
          Checks the payload object for a bean property matching the property name
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.