org.apache.airavata.samples
Class ComplexMathService
java.lang.Object
org.apache.airavata.samples.ComplexMathService
public class ComplexMathService
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexMathService
public ComplexMathService()
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.