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)
           
 String concatenate(String str1, String str2)
           
 String echo(String str)
           
 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)

echo

public String echo(String str)

concatenate

public String concatenate(String str1,
                          String str2)


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