Uses of Interface
org.exolab.jmscts.core.MessageVerifier

Packages that use MessageVerifier
org.exolab.jmscts.core Core code used to execute JMS CTS 
org.exolab.jmscts.core.service Services 
org.exolab.jmscts.test.message.util Utility code 
 

Uses of MessageVerifier in org.exolab.jmscts.core
 

Classes in org.exolab.jmscts.core that implement MessageVerifier
 class AbstractMessageVerifier
          A helper class for verifying the content of messages.
 

Methods in org.exolab.jmscts.core with parameters of type MessageVerifier
 int Messenger.receive(java.lang.String destination, int count, long timeout, MessageVerifier verifier)
          Receive messages from a destination
 

Uses of MessageVerifier in org.exolab.jmscts.core.service
 

Methods in org.exolab.jmscts.core.service with parameters of type MessageVerifier
 int MessengerServer.receive(java.lang.String destination, int count, long timeout, MessageVerifier verifier)
          Receive messages from a destination
 

Uses of MessageVerifier in org.exolab.jmscts.test.message.util
 

Classes in org.exolab.jmscts.test.message.util that implement MessageVerifier
 class EmptyMessageVerifier
          A helper class for verifying that a message has no body
 class EmptyPropertyVerifier
          A helper class for verifying that a message has no properties
 class MessagePopulatorVerifier
          A helper class for populating and verifying the content of messages.
 class MessagePropertyVerifier
          A helper class for exercising the interfaces of messages
 



Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.