org.springframework.batch.config
Class MessagingTests

java.lang.Object
  extended by AbstractDependencyInjectionSpringContextTests
      extended by org.springframework.batch.config.MessagingTests

public class MessagingTests
extends AbstractDependencyInjectionSpringContextTests


Constructor Summary
MessagingTests()
           
 
Method Summary
protected  String[] getConfigLocations()
           
protected  void onSetUp()
           
 void setJmsTemplate(JmsTemplate jmsTemplate)
           
 void testMessaging()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagingTests

public MessagingTests()
Method Detail

setJmsTemplate

public void setJmsTemplate(JmsTemplate jmsTemplate)

getConfigLocations

protected String[] getConfigLocations()

onSetUp

protected void onSetUp()
                throws Exception
Throws:
Exception

testMessaging

public void testMessaging()
                   throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.