org.jboss.soa.esb.samples.loanbroker.banks
Class JmsProcessorTest

java.lang.Object
  extended by org.jboss.soa.esb.samples.loanbroker.banks.JmsProcessorTest

public class JmsProcessorTest
extends java.lang.Object


Constructor Summary
JmsProcessorTest()
           
 
Method Summary
 void sendLoanRequestXML()
          This can be activate if the server is running and you want to drop a message on the queue
static junit.framework.Test suite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsProcessorTest

public JmsProcessorTest()
Method Detail

sendLoanRequestXML

public void sendLoanRequestXML()
This can be activate if the server is running and you want to drop a message on the queue


suite

public static junit.framework.Test suite()