All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mockrunner.example.ejb.interfaces.PaySession Maven / Gradle / Ivy

/*
 * Generated by XDoclet - Do not edit!
 */
package com.mockrunner.example.ejb.interfaces;

/**
 * Remote interface for PaySession.
 */
public interface PaySession
   extends javax.ejb.EJBObject
{

   void payBill(java.lang.String customerId, java.lang.String billId, double amount)
      throws com.mockrunner.example.ejb.PaySessionException, java.rmi.RemoteException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy