org.mule.transport.soap.axis
Class Calculator

java.lang.Object
  extended by org.mule.transport.soap.axis.Calculator
All Implemented Interfaces:
CalculatorInterface

public class Calculator
extends Object
implements CalculatorInterface


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

Calculator

public Calculator()
Method Detail

add

public long add(long i1,
                long i2)
Specified by:
add in interface CalculatorInterface

subtract

public int subtract(int i1,
                    int i2)
Specified by:
subtract in interface CalculatorInterface


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.