/* * JBossWS WS-Tools Generated Source * * Generation Date: Wed Jun 20 23:39:21 CEST 2007 * * This generated source code represents a derivative work of the input to * the generator that produced it. Consult the input for the copyright and * terms of use that apply to this source code. */ package net.programmera.ws.calculator; public interface Calculator extends java.rmi.Remote { public int multiplication(net.programmera.ws.calculator.MultiplicationRequestType multiplicationRequestPart) throws java.rmi.RemoteException; public float division(net.programmera.ws.calculator.DivisionRequestType divisionRequestPart) throws net.programmera.ws.calculator.DivideZeroFaultType, java.rmi.RemoteException; }