|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CalculatorService
CalculatorService Interfaces that provides the methods that will be exported as a web service.
| Method Summary | |
|---|---|
int |
add(int a,
int b)
|
int |
multiply(int a,
int b)
|
int |
subtract(int a,
int b)
|
| Method Detail |
|---|
int add(int a,
int b)
int subtract(int a,
int b)
int multiply(int a,
int b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||