|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CalculatorWs
This is an EJB 3 webservice interface A webservice interface must be annotated with the @Local annotation.
Method Summary | |
---|---|
int |
multiply(int mul1,
int mul2)
|
int |
sum(int add1,
int add2)
|
Method Detail |
---|
int sum(int add1, int add2)
int multiply(int mul1, int mul2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |