|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.test.message.util.PopulatorVerifierFactory
Factory to create the appropriate MessagePopulatorVerifier
for a given message
Method Summary | |
static MessagePopulatorVerifier |
create(javax.jms.Message message)
Create a new MessagePopulatorVerifier for the supplied message |
static MessagePopulatorVerifier |
create(javax.jms.Message message,
java.lang.Class exception)
Create a new MessagePopulatorVerifier for the supplied message |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static MessagePopulatorVerifier create(javax.jms.Message message)
message
- the message to create the MessagePopulatorVerifier forpublic static MessagePopulatorVerifier create(javax.jms.Message message, java.lang.Class exception)
message
- the message to create the MessagePopulatorVerifier forexception
- the exception type expected to be thrown by
the MessagePopulatorVerifier when invoking a message's methods
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |