org.apache.xmlrpc.test
Interface DynamicProxyTest.Adder

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

public static interface DynamicProxyTest.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.
 java.lang.Object parse(java.lang.String pMessage)
          Throws a SAXException.
 void ping()
          A void method; these are disabled without support for extensions, but enabled when extensions are on.
 

Method Detail

add

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


parse

java.lang.Object parse(java.lang.String pMessage)
                       throws org.xml.sax.SAXException
Throws a SAXException.

Throws:
org.xml.sax.SAXException

ping

void ping()
A void method; these are disabled without support for extensions, but enabled when extensions are on.



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