org.apache.xmlrpc.test
Interface AuthenticationTest.Adder

All Known Implementing Classes:
AuthenticationTest.AdderImpl
Enclosing class:
AuthenticationTest

public static interface AuthenticationTest.Adder

An interface, which is being implemented by the server.


Method Summary
 int add(int pNum1, int pNum2)
          Returns the sum of the given integers.
 

Method Detail

add

int add(int pNum1,
        int pNum2)
Returns the sum of the given integers.



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.