org.echarts.test.sip
Interface MessageModifier

All Known Implementing Classes:
HeaderAddHelper

public interface MessageModifier

This class can be used to add user-defined headers to all messages that are sent out by an agent to which this modifier is added. For each message that is sent out, this modifier gets invoked and this modifier adds the specified headers to the message.


Method Summary
 void modify(Message message)
           
 

Method Detail

modify

void modify(Message message)
            throws java.lang.Exception
Throws:
java.lang.Exception