package com.sun.s1peqe.webservices.ejb.taxcal; import java.rmi.RemoteException; import java.rmi.Remote; public interface StateTaxIF extends Remote{ public double getStateTax(double income, double deductions) throws RemoteException; }