Uses of Class
org.apache.servicemix.tck.MessageList

Packages that use MessageList
org.apache.servicemix.tck   
 

Uses of MessageList in org.apache.servicemix.tck
 

Methods in org.apache.servicemix.tck that return MessageList
protected  MessageList TestSupport.assertMessagesReceived(String receiverName, int messageCount)
           
 MessageList ReceiverPojo.getMessageList()
           
 MessageList ReceiverComponent.getMessageList()
           
 MessageList Receiver.getMessageList()
          Return access to the list of messages being received
 MessageList AsyncReceiverPojo.getMessageList()
           
 

Methods in org.apache.servicemix.tck with parameters of type MessageList
protected  void TestSupport.assertMessageBody(MessageList messageList, int index, String expectedXml)
           
protected  void TestSupport.assertMessageHeader(MessageList messageList, int index, String propertyName, Object expectedValue)
           
protected  void SpringTestSupport.assertMessagesReceived(MessageList messageList, int count)
           
protected  void TestSupport.assertMessageXPath(MessageList messageList, int index, String xpath, String expectedValue)
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.