org.marketcetera.ors.filters
Class MessageModifierManager
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageModifierManager
public MessageModifierManager()
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.