Package org.jboss.soa.esb.samples.quickstart.transformxml2pojo.test

Examples of org.jboss.soa.esb.samples.quickstart.transformxml2pojo.test.SendJMSMessage.readAsciiFile()


  public void sendMessage() throws Exception
  {
    SendJMSMessage sm = new SendJMSMessage();
        sm.setupConnection();
        String fileContent = sm.readAsciiFile(Helpers.getQuickstartLocation("transform_XML2POJO/SampleOrder.xml"));
        System.out.println("FILECONTENT[" + fileContent + "]");
        sm.sendAMessage(fileContent);
        sm.stop();
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.