/* * JBoss, the OpenSource EJB server * Distributable under LGPL license. See terms of license at gnu.org. */ //Auto Generated by jbossws - Please do not edit!!! package net.programmera.ws.calculator; import javax.xml.rpc.*; public interface CalculatorService extends javax.xml.rpc.Service { public net.programmera.ws.calculator.Calculator getCalculator() throws ServiceException; }