org.apache.airavata.samples
Class ComplexMathService

java.lang.Object
  extended by org.apache.airavata.samples.ComplexMathService

public class ComplexMathService
extends Object


Constructor Summary
ComplexMathService()
           
 
Method Summary
 int adder(int param1, int param2)
           
 int multiplier(int param1, int param2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexMathService

public ComplexMathService()
Method Detail

adder

public int adder(int param1,
                 int param2)

multiplier

public int multiplier(int param1,
                      int param2)


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.