org.superbiz.calculator
Interface CalculatorWs


public interface CalculatorWs

This is an EJB 3 webservice interface A webservice interface must be annotated with the @Local annotation.


Method Summary
 int multiply(int mul1, int mul2)
           
 int sum(int add1, int add2)
           
 

Method Detail

sum

int sum(int add1,
        int add2)

multiply

int multiply(int mul1,
             int mul2)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.