org.mule.transport.soap.axis
Interface CalculatorInterface

All Known Implementing Classes:
Calculator

public interface CalculatorInterface


Method Summary
 long add(long i1, long i2)
           
 int subtract(int i1, int i2)
           
 

Method Detail

add

long add(long i1,
         long i2)

subtract

int subtract(int i1,
             int i2)


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