org.mule.config
Interface PropertyExtractor

All Known Implementing Classes:
DefaultPropertiesExtractor

public interface PropertyExtractor

PropertyExtractor extracts a property from the message in a generic way. i.e. composite properties can be pulled and aggregated depending on this strategy. This can be used to extract Correlation Ids, Message Ids etc.

Version:
$Revision: 1.2 $
Author:
Ross Mason

Method Summary
 java.lang.Object getPropertry(java.lang.String name, UMOMessage message)
           
 

Method Detail

getPropertry

public java.lang.Object getPropertry(java.lang.String name,
                                     UMOMessage message)


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