|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.soap.axis.Calculator
public class Calculator
Constructor Summary | |
---|---|
Calculator()
|
Method Summary | |
---|---|
long |
add(long i1,
long i2)
|
int |
subtract(int i1,
int i2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Calculator()
Method Detail |
---|
public long add(long i1, long i2)
add
in interface CalculatorInterface
public int subtract(int i1, int i2)
subtract
in interface CalculatorInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |