Package org.mule.util.properties

Interface Summary
PropertyExtractor PropertyExtractor extracts a property from the message in a generic way.
 

Class Summary
BeanPropertyExtractor Recognises the property 'PAYLOAD' to mean the whole message payload
Dom4jPropertyExtractor Will select the text of a single node based on the property name
JDomPropertyExtractor Will select the text of a single node based on the property name
JXPathPropertyExtractor Will extract properties based on Xpath expressions.
MapPropertyExtractor If the message payload is a map this extractor will look up the property value in the map
MessagePropertyExtractor Looks up the property on the message using the name given.
PayloadPropertyExtractor Checks the payload object for a bean property matching the property name
 



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