Package com.emc.plants.service.impl

Examples of com.emc.plants.service.impl.PaymentProcessBean


  public void handleMessage(String str){
    logger.info("Received Message :: "+str);
   
    PaymentProcessMessage paymntProcMsg = new PaymentProcessMessage();
    paymntProcMsg.setPaymntProcMsg(str);
    PaymentProcessBean paymntProcBean = (PaymentProcessBean)getSpringBean("paymntProcess");
   
    paymntProcBean.persistPaymentInfoMsg(paymntProcMsg);
   
    logger.info("Persist Invoked!");
  }
View Full Code Here

TOP

Related Classes of com.emc.plants.service.impl.PaymentProcessBean

Copyright © 2018 www.massapicom. 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.