org.mule.providers.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

public long add(long i1,
                long i2)

subtract

public int subtract(int i1,
                    int i2)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.