|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.core.ChainedMessagePopulator
A helper class for populating messages by invoking a sequence of other message populators.
Constructor Summary | |
ChainedMessagePopulator(MessagePopulator[] populators)
Construct an instance with the list of populators to invoke |
Method Summary | |
void |
populate(javax.jms.Message message)
Populate a message with data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChainedMessagePopulator(MessagePopulator[] populators)
populators
- the message populatorMethod Detail |
public void populate(javax.jms.Message message) throws java.lang.Exception
populate
in interface MessagePopulator
message
- the message to populatejava.lang.Exception
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |