org.mule.api.routing
Interface MessageInfoMapping

All Known Implementing Classes:
ExpressionMessageInfoMapping, MuleMessageInfoMapping

public interface MessageInfoMapping

This mapping us used by routers to control how Important message information is pulled from the current message. It is unlikely that many users will need to configure a custom mapping except where this information is already set within their message type and Mule should use that rather than generate it itself.


Method Summary
 String getCorrelationId(MuleMessage message)
           
 String getMessageId(MuleMessage message)
           
 

Method Detail

getMessageId

String getMessageId(MuleMessage message)

getCorrelationId

String getCorrelationId(MuleMessage message)


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