org.mule.tck.services
Class SimpleMathsComponent

java.lang.Object
  extended by org.mule.tck.services.SimpleMathsComponent
All Implemented Interfaces:
Remote, AdditionService

public class SimpleMathsComponent
extends Object
implements Remote, AdditionService


Constructor Summary
SimpleMathsComponent()
           
 
Method Summary
 int add(int[] args)
           
 Integer addTen(Integer number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMathsComponent

public SimpleMathsComponent()
Method Detail

addTen

public Integer addTen(Integer number)

add

public int add(int[] args)
Specified by:
add in interface AdditionService


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