|
||||||||||
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.EmptyPropertyVerifier
A helper class for verifying that a message has no properties
MessageVerifier
, Serialized FormConstructor Summary | |
EmptyPropertyVerifier()
Construct a new instance. |
|
EmptyPropertyVerifier(boolean provider)
Construct a new instance |
Method Summary | |
void |
verify(javax.jms.Message message)
Verify that a message instance has no properties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmptyPropertyVerifier()
public EmptyPropertyVerifier(boolean provider)
provider
- if true, the message may contain provider properties
i.e those prefixed with JMSX or JMS_
Method Detail |
public void verify(javax.jms.Message message) throws java.lang.Exception
verify
in interface MessageVerifier
message
- the message to verifyjava.lang.Exception
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |