org.apache.xmlrpc.test
Class AuthenticationTest.AdderImpl

java.lang.Object
  extended by org.apache.xmlrpc.test.AuthenticationTest.AdderImpl
All Implemented Interfaces:
AuthenticationTest.Adder
Enclosing class:
AuthenticationTest

public static class AuthenticationTest.AdderImpl
extends java.lang.Object
implements AuthenticationTest.Adder

Implementation of DynamicProxyTest.Adder, which is used by the server.


Constructor Summary
AuthenticationTest.AdderImpl()
           
 
Method Summary
 int add(int pNum1, int pNum2)
          Returns the sum of the given integers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationTest.AdderImpl

public AuthenticationTest.AdderImpl()
Method Detail

add

public int add(int pNum1,
               int pNum2)
Description copied from interface: AuthenticationTest.Adder
Returns the sum of the given integers.

Specified by:
add in interface AuthenticationTest.Adder


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