org.mule.tck.services
Class SimpleMathsComponent

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

public class SimpleMathsComponent
extends java.lang.Object
implements java.rmi.Remote, AdditionService


Constructor Summary
SimpleMathsComponent()
           
 
Method Summary
 int add(int[] args)
           
 java.lang.Integer addTen(java.lang.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 java.lang.Integer addTen(java.lang.Integer number)

add

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


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