|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.core.PropertyPopulator
A message populator that populates properties using a list of
Property
instances
Constructor Summary | |
PropertyPopulator(java.util.Map properties)
Create an instance of this class, with a map of properties to populate messages with |
|
PropertyPopulator(Property[] properties)
Create an instance of this class, with the list of properties to populate messages with |
Method Summary | |
void |
populate(javax.jms.Message message)
Populate the message with the properties passed at construction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyPopulator(Property[] properties)
properties
- the list of properties to populate messages withpublic PropertyPopulator(java.util.Map properties)
properties
- a map of properties to populate messages withMethod 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 |