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
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-2006 MuleSource Inc.. All Rights Reserved.