org.mule.routing
Class MuleMessageInfoMapping

java.lang.Object
  extended by org.mule.routing.MuleMessageInfoMapping
All Implemented Interfaces:
MessageInfoMapping

public class MuleMessageInfoMapping
extends Object
implements MessageInfoMapping

A simple facade implementation of MessageInfoMapping that simply grabs the message information from the MuleMessage untouched.


Constructor Summary
MuleMessageInfoMapping()
           
 
Method Summary
 String getCorrelationId(MuleMessage message)
           
 String getMessageId(MuleMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleMessageInfoMapping

public MuleMessageInfoMapping()
Method Detail

getCorrelationId

public String getCorrelationId(MuleMessage message)
Specified by:
getCorrelationId in interface MessageInfoMapping

getMessageId

public String getMessageId(MuleMessage message)
Specified by:
getMessageId in interface MessageInfoMapping


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.