org.marketcetera.ors.filters
Class MessageModifierManager

java.lang.Object
  extended by org.marketcetera.ors.filters.MessageModifierManager

public class MessageModifierManager
extends Object

Object that encapsulates a collection of message modifiers and provides functions to apply all the modifiers to a particular message.

Version:
$Id: MessageModifierManager.java 16154 2012-07-14 16:34:05Z colin $
Author:
toli

Constructor Summary
MessageModifierManager()
           
 
Method Summary
 void modifyMessage(RequestInfo info)
          Apply all the order modifiers to this message
 void setMessageModifiers(List<MessageModifier> mods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageModifierManager

public MessageModifierManager()
Method Detail

setMessageModifiers

public void setMessageModifiers(List<MessageModifier> mods)

modifyMessage

public void modifyMessage(RequestInfo info)
                   throws I18NException
Apply all the order modifiers to this message

Throws:
I18NException


Copyright © 2012. All Rights Reserved.