01: /*
02: * Generated by XDoclet - Do not edit!
03: */
04: package com.mockrunner.example.ejb.interfaces;
05:
06: /**
07: * Remote interface for PaySession.
08: */
09: public interface PaySession extends javax.ejb.EJBObject {
10:
11: public void payBill(java.lang.String customerId,
12: java.lang.String billId, double amount)
13: throws com.mockrunner.example.ejb.PaySessionException,
14: java.rmi.RemoteException;
15:
16: }
|