org.pustefixframework.tutorial.calculator
Class CalculatorServiceImpl
java.lang.Object
org.pustefixframework.webservices.AbstractService
org.pustefixframework.tutorial.calculator.CalculatorServiceImpl
- All Implemented Interfaces:
- CalculatorService
public class CalculatorServiceImpl
- extends AbstractService
- implements CalculatorService
Calculator
Provides the business logic
- Author:
- Stephan Schmidt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalculatorServiceImpl
public CalculatorServiceImpl()
add
public int add(int a,
int b)
- Specified by:
add in interface CalculatorService
subtract
public int subtract(int a,
int b)
- Specified by:
subtract in interface CalculatorService
multiply
public int multiply(int a,
int b)
- Specified by:
multiply in interface CalculatorService
Copyright © 2013 United Internet. All Rights Reserved.