A B C D E F G I J L M N O P R S T U V W X

A

add(int, int) - Method in interface org.apache.xmlrpc.test.AuthenticationTest.Adder
Returns the sum of the given integers.
add(int, int) - Method in class org.apache.xmlrpc.test.AuthenticationTest.AdderImpl
 
add(int, int) - Method in interface org.apache.xmlrpc.test.DynamicProxyTest.Adder
Returns the sum of the given integers.
add(int, int) - Method in class org.apache.xmlrpc.test.DynamicProxyTest.AdderImpl
 
add(int, int) - Method in class org.apache.xmlrpc.test.ScalabilityTest.Adder
Returns the sum of the numbers p1 and p2.
AuthenticationTest - Class in org.apache.xmlrpc.test
Test case for supported authentication variants.
AuthenticationTest() - Constructor for class org.apache.xmlrpc.test.AuthenticationTest
 
AuthenticationTest.Adder - Interface in org.apache.xmlrpc.test
An interface, which is being implemented by the server.
AuthenticationTest.AdderImpl - Class in org.apache.xmlrpc.test
Implementation of DynamicProxyTest.Adder, which is used by the server.
AuthenticationTest.AdderImpl() - Constructor for class org.apache.xmlrpc.test.AuthenticationTest.AdderImpl
 

B

BASE - Static variable in class org.apache.xmlrpc.test.ScalabilityTest
 
BaseTest - Class in org.apache.xmlrpc.test
An abstract test case, to be implemented for the various transport classes.
BaseTest() - Constructor for class org.apache.xmlrpc.test.BaseTest
 
BaseTest.Remote - Class in org.apache.xmlrpc.test
The remote class being invoked by the test case.
BaseTest.Remote() - Constructor for class org.apache.xmlrpc.test.BaseTest.Remote
 
BaseTest.Remote.CalendarWrapper - Class in org.apache.xmlrpc.test
Example of a Serializable instance.
BaseTest.Remote.CalendarWrapper(Calendar) - Constructor for class org.apache.xmlrpc.test.BaseTest.Remote.CalendarWrapper
 
byteArrayParam(byte[]) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the sum of the bytes in the given byte array.
byteArrayResult(int) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns an array with the bytes 0..pArg.
byteParam(byte) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.
byteResult(byte) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.

C

cal - Variable in class org.apache.xmlrpc.test.BaseTest.Remote.CalendarWrapper
 
calendarParam(Calendar) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns midnight of the following day.
checkMap(Map) - Method in class org.apache.xmlrpc.test.BaseTest
 
checkXMLRPC112Result(Object) - Method in class org.apache.xmlrpc.test.JiraTest
 
client - Variable in class org.apache.xmlrpc.test.SerializerTest
 
ClientProvider - Interface in org.apache.xmlrpc.test
This interface allows to perform a unit test with various transports.
ClientProviderImpl - Class in org.apache.xmlrpc.test
Abstract base implementation of ClientProvider.
ClientProviderImpl(XmlRpcHandlerMapping) - Constructor for class org.apache.xmlrpc.test.ClientProviderImpl
Creates a new instance.
CommonsProvider - Class in org.apache.xmlrpc.test
Provider for testing the XmlRpcCommonsTransport.
CommonsProvider(XmlRpcHandlerMapping) - Constructor for class org.apache.xmlrpc.test.CommonsProvider
Creates a new instance.
contentLength - Variable in class org.apache.xmlrpc.test.ServletWebServerProvider
 
contentLength - Variable in class org.apache.xmlrpc.test.WebServerProvider
 
count(Node) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
 
CustomTypesTest - Class in org.apache.xmlrpc.test
Test suite for working with custom types.
CustomTypesTest() - Constructor for class org.apache.xmlrpc.test.CustomTypesTest
 
CustomTypesTest.DateConverter - Class in org.apache.xmlrpc.test
Sample date converter
CustomTypesTest.DateConverter() - Constructor for class org.apache.xmlrpc.test.CustomTypesTest.DateConverter
 

D

dateParam(Date) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns midnight of the following day.
doubledPropertyValues(Properties) - Method in interface org.apache.xmlrpc.test.JiraTest.XMLRPC89Handler
Returns the same properties, but doubles the values.
doubledPropertyValues(Properties) - Method in class org.apache.xmlrpc.test.JiraTest.XMLRPC89HandlerImpl
 
doubledValues(Hashtable) - Method in interface org.apache.xmlrpc.test.JiraTest.XMLRPC89Handler
Returns the same hashtable, but doubles the values.
doubledValues(Hashtable) - Method in class org.apache.xmlrpc.test.JiraTest.XMLRPC89HandlerImpl
 
doubleParam(double) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.
doubleResult(double) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.
DynamicProxyTest - Class in org.apache.xmlrpc.test
Test case for the ClientFactory.
DynamicProxyTest() - Constructor for class org.apache.xmlrpc.test.DynamicProxyTest
 
DynamicProxyTest.Adder - Interface in org.apache.xmlrpc.test
An interface, which is being implemented by the server.
DynamicProxyTest.AdderImpl - Class in org.apache.xmlrpc.test
Implementation of DynamicProxyTest.Adder, which is used by the server.
DynamicProxyTest.AdderImpl() - Constructor for class org.apache.xmlrpc.test.DynamicProxyTest.AdderImpl
 

E

EIGHT - Static variable in class org.apache.xmlrpc.test.ScalabilityTest
 

F

FIVE - Static variable in class org.apache.xmlrpc.test.ScalabilityTest
 
floatParam(float) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.
floatResult(float) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.

G

getClient() - Method in interface org.apache.xmlrpc.test.ClientProvider
Returns a new client instance.
getClient() - Method in class org.apache.xmlrpc.test.ClientProviderImpl
 
getClientFactory(ClientProvider) - Method in class org.apache.xmlrpc.test.AuthenticationTest
 
getClientFactory(ClientProvider) - Method in class org.apache.xmlrpc.test.DynamicProxyTest
 
getConfig(ClientProvider) - Method in class org.apache.xmlrpc.test.AuthenticationTest
 
getConfig() - Method in interface org.apache.xmlrpc.test.ClientProvider
Returns the clients default configuration.
getConfig() - Method in class org.apache.xmlrpc.test.ClientProviderImpl
 
getConfig() - Method in class org.apache.xmlrpc.test.LocalTransportProvider
 
getConfig() - Method in class org.apache.xmlrpc.test.SerializerTest
 
getConfig() - Method in class org.apache.xmlrpc.test.ServletWebServerProvider
 
getConfig(URL) - Method in class org.apache.xmlrpc.test.ServletWebServerProvider
 
getConfig() - Method in class org.apache.xmlrpc.test.WebServerProvider
 
getConfig(URL) - Method in class org.apache.xmlrpc.test.WebServerProvider
 
getConfig(ClientProvider) - Method in class org.apache.xmlrpc.test.XmlRpcTestCase
 
getCustomDateTypeFactory(XmlRpcController, Format) - Method in class org.apache.xmlrpc.test.CustomTypesTest
 
getExClientFactory(ClientProvider) - Method in class org.apache.xmlrpc.test.DynamicProxyTest
 
getExConfig() - Method in class org.apache.xmlrpc.test.SerializerTest
 
getExConfig(ClientProvider) - Method in class org.apache.xmlrpc.test.XmlRpcTestCase
 
getHandlerMapping() - Method in class org.apache.xmlrpc.test.AuthenticationTest
 
getHandlerMapping() - Method in class org.apache.xmlrpc.test.BaseTest
 
getHandlerMapping() - Method in class org.apache.xmlrpc.test.CustomTypesTest
 
getHandlerMapping() - Method in class org.apache.xmlrpc.test.DynamicProxyTest
 
getHandlerMapping() - Method in class org.apache.xmlrpc.test.JiraTest
 
getHandlerMapping() - Method in class org.apache.xmlrpc.test.MetadataTest
 
getHandlerMapping() - Method in class org.apache.xmlrpc.test.XmlRpcTestCase
 
getHandlerMapping(String) - Method in class org.apache.xmlrpc.test.XmlRpcTestCase
 
getHelloWorld() - Method in class org.apache.xmlrpc.test.JiraTest.XMLRPC96Handler
Returns the "Hello, world!" string.
getNumThreads() - Method in class org.apache.xmlrpc.test.ScalabilityTest.MyServletWebServer
 
getNumThreads() - Method in class org.apache.xmlrpc.test.ScalabilityTest.MyWebServer
 
getServer() - Method in interface org.apache.xmlrpc.test.ClientProvider
Returns the providers server instance.
getServer() - Method in class org.apache.xmlrpc.test.LocalStreamTransportProvider
 
getServer() - Method in class org.apache.xmlrpc.test.LocalTransportProvider
 
getServer() - Method in class org.apache.xmlrpc.test.ServletWebServerProvider
 
getServer() - Method in class org.apache.xmlrpc.test.WebServerProvider
 
getString(int) - Method in class org.apache.xmlrpc.test.JiraTest.XMLRPC119Handler
Returns a string with a length of "num" Kilobytes.
getTransportFactory(XmlRpcClient) - Method in class org.apache.xmlrpc.test.ClientProviderImpl
 
getTransportFactory(XmlRpcClient) - Method in class org.apache.xmlrpc.test.CommonsProvider
 
getTransportFactory(XmlRpcClient) - Method in class org.apache.xmlrpc.test.LiteTransportProvider
 
getTransportFactory(XmlRpcClient) - Method in class org.apache.xmlrpc.test.LocalStreamTransportProvider
 
getTransportFactory(XmlRpcClient) - Method in class org.apache.xmlrpc.test.LocalTransportProvider
 
getTransportFactory(XmlRpcClient) - Method in class org.apache.xmlrpc.test.ServletWebServerProvider
 
getTransportFactory(XmlRpcClient) - Method in class org.apache.xmlrpc.test.SunHttpTransportProvider
 
getTypeConverterFactory() - Method in class org.apache.xmlrpc.test.XmlRpcTestCase
 
getXmlRpcServer() - Method in class org.apache.xmlrpc.test.ClientProviderImpl
 

I

initProviders(XmlRpcHandlerMapping) - Method in class org.apache.xmlrpc.test.XmlRpcTestCase
 
initServletWebServer() - Method in class org.apache.xmlrpc.test.ScalabilityTest
 
initWebServer() - Method in class org.apache.xmlrpc.test.ScalabilityTest
 
initWebServer() - Method in class org.apache.xmlrpc.test.WebServerProvider
 
INT_TAG - Static variable in class org.apache.xmlrpc.test.BaseTest
 
INT_URI - Static variable in class org.apache.xmlrpc.test.BaseTest
 
intParam(int) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.
isActive - Variable in class org.apache.xmlrpc.test.WebServerProvider
 
iterations - Variable in class org.apache.xmlrpc.test.ScalabilityTest.Client
 

J

JiraTest - Class in org.apache.xmlrpc.test
Test case for various jira issues.
JiraTest() - Constructor for class org.apache.xmlrpc.test.JiraTest
 
JiraTest.XMLRPC113Handler - Interface in org.apache.xmlrpc.test
Handler interface for JiraTest.testXMLRPC113()
JiraTest.XMLRPC113HandlerImpl - Class in org.apache.xmlrpc.test
Handler for JiraTest.testXMLRPC113()
JiraTest.XMLRPC113HandlerImpl() - Constructor for class org.apache.xmlrpc.test.JiraTest.XMLRPC113HandlerImpl
 
JiraTest.XMLRPC115Handler - Class in org.apache.xmlrpc.test
Handler for JiraTest.testXMLRPC115()
JiraTest.XMLRPC115Handler() - Constructor for class org.apache.xmlrpc.test.JiraTest.XMLRPC115Handler
 
JiraTest.XMLRPC119Handler - Class in org.apache.xmlrpc.test
Handler for XMLRPC-119
JiraTest.XMLRPC119Handler() - Constructor for class org.apache.xmlrpc.test.JiraTest.XMLRPC119Handler
 
JiraTest.XMLRPC89Handler - Interface in org.apache.xmlrpc.test
Interface of the handler for JiraTest.testXMLRPC89()
JiraTest.XMLRPC89HandlerImpl - Class in org.apache.xmlrpc.test
Handler for JiraTest.testXMLRPC89()
JiraTest.XMLRPC89HandlerImpl() - Constructor for class org.apache.xmlrpc.test.JiraTest.XMLRPC89HandlerImpl
 
JiraTest.XMLRPC96Handler - Class in org.apache.xmlrpc.test
Handler for XMLRPC-96
JiraTest.XMLRPC96Handler() - Constructor for class org.apache.xmlrpc.test.JiraTest.XMLRPC96Handler
 

L

LiteTransportProvider - Class in org.apache.xmlrpc.test
Provider for testing the XmlRpcLiteHttpTransport.
LiteTransportProvider(XmlRpcHandlerMapping, boolean) - Constructor for class org.apache.xmlrpc.test.LiteTransportProvider
Creates a new instance.
LocalStreamTransportProvider - Class in org.apache.xmlrpc.test
Implementation of BaseTest for testing the XmlRpcLocalStreamTransport.
LocalStreamTransportProvider(XmlRpcHandlerMapping) - Constructor for class org.apache.xmlrpc.test.LocalStreamTransportProvider
Creates a new instance.
LocalTransportProvider - Class in org.apache.xmlrpc.test
Implementation of BaseTest for testing the XmlRpcLocalTransport.
LocalTransportProvider(XmlRpcHandlerMapping) - Constructor for class org.apache.xmlrpc.test.LocalTransportProvider
Creates a new instance.
longParam(long) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.
longResult(long) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.

M

mapParam(Map) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns a sum over the entries in the map.
mapping - Variable in class org.apache.xmlrpc.test.ClientProviderImpl
 
mapResult(int) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns a map with the stringified values 0..pArg as keys and the corresponding integers as values.
MetadataTest - Class in org.apache.xmlrpc.test
Test class for the introspection stuff.
MetadataTest() - Constructor for class org.apache.xmlrpc.test.MetadataTest
 

N

newCalendarParam() - Method in class org.apache.xmlrpc.test.BaseTest
 
newCalendarResult() - Method in class org.apache.xmlrpc.test.BaseTest
 
newThreadPool() - Method in class org.apache.xmlrpc.test.ScalabilityTest.MyServletWebServer
 
newThreadPool() - Method in class org.apache.xmlrpc.test.ScalabilityTest.MyWebServer
 
newXmlRpcHandlerMapping() - Method in class org.apache.xmlrpc.test.ScalabilityTest
 
nodeParam(Node) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the sum of all "int" nodes in pNode.
nullableStringParam(String) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, concatenated with itself.
nullableStringResult(String) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, concatenated with itself.

O

objectArrayParam(Object[]) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the sum over the objects in the array.
objectArrayResult(int) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns an array of integers with the values 0..pArg.
org.apache.xmlrpc.test - package org.apache.xmlrpc.test
 

P

parse(String) - Method in interface org.apache.xmlrpc.test.DynamicProxyTest.Adder
Throws a SAXException.
parse(String) - Method in class org.apache.xmlrpc.test.DynamicProxyTest.AdderImpl
 
parseRequest(String) - Method in class org.apache.xmlrpc.test.ParserTest
 
parseResponse(String) - Method in class org.apache.xmlrpc.test.ParserTest
 
parseResponse(InputSource) - Method in class org.apache.xmlrpc.test.ParserTest
 
ParserTest - Class in org.apache.xmlrpc.test
Test for the various parsers.
ParserTest() - Constructor for class org.apache.xmlrpc.test.ParserTest
 
PASSWORD - Static variable in class org.apache.xmlrpc.test.AuthenticationTest
 
ping() - Method in interface org.apache.xmlrpc.test.DynamicProxyTest.Adder
A void method; these are disabled without support for extensions, but enabled when extensions are on.
ping() - Method in class org.apache.xmlrpc.test.DynamicProxyTest.AdderImpl
 
ping() - Method in class org.apache.xmlrpc.test.JiraTest.XMLRPC115Handler
Does nothing, just for checking, whether the server is alive.
pool - Variable in class org.apache.xmlrpc.test.ScalabilityTest.MyServletWebServer
 
pool - Variable in class org.apache.xmlrpc.test.ScalabilityTest.MyWebServer
 
port - Variable in class org.apache.xmlrpc.test.ScalabilityTest.Client
 
port - Variable in class org.apache.xmlrpc.test.ServletWebServerProvider
 
providers - Variable in class org.apache.xmlrpc.test.XmlRpcTestCase
 

R

reverse(Vector) - Method in interface org.apache.xmlrpc.test.JiraTest.XMLRPC89Handler
Returns the reversed vector.
reverse(Vector) - Method in class org.apache.xmlrpc.test.JiraTest.XMLRPC89HandlerImpl
 
ROOT_TAG - Static variable in class org.apache.xmlrpc.test.BaseTest
 
run() - Method in class org.apache.xmlrpc.test.ScalabilityTest.Client
 

S

ScalabilityTest - Class in org.apache.xmlrpc.test
Tests the frameworks scalability.
ScalabilityTest() - Constructor for class org.apache.xmlrpc.test.ScalabilityTest
 
ScalabilityTest.Adder - Class in org.apache.xmlrpc.test
Primitive handler class
ScalabilityTest.Adder() - Constructor for class org.apache.xmlrpc.test.ScalabilityTest.Adder
 
ScalabilityTest.Client - Class in org.apache.xmlrpc.test
 
ScalabilityTest.Client(int, int) - Constructor for class org.apache.xmlrpc.test.ScalabilityTest.Client
 
ScalabilityTest.MyServletWebServer - Class in org.apache.xmlrpc.test
 
ScalabilityTest.MyServletWebServer(HttpServlet, int) - Constructor for class org.apache.xmlrpc.test.ScalabilityTest.MyServletWebServer
 
ScalabilityTest.MyWebServer - Class in org.apache.xmlrpc.test
 
ScalabilityTest.MyWebServer(int) - Constructor for class org.apache.xmlrpc.test.ScalabilityTest.MyWebServer
 
serializableParam(BaseTest.Remote.CalendarWrapper) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the calendar value in milliseconds.
SerializerTest - Class in org.apache.xmlrpc.test
A test case for the various serializers.
SerializerTest() - Constructor for class org.apache.xmlrpc.test.SerializerTest
Creates a new instance.
serialVersionUID - Static variable in class org.apache.xmlrpc.test.BaseTest.Remote.CalendarWrapper
 
server - Variable in class org.apache.xmlrpc.test.LocalStreamTransportProvider
 
server - Variable in class org.apache.xmlrpc.test.LocalTransportProvider
 
server - Variable in class org.apache.xmlrpc.test.ScalabilityTest
 
servlet - Variable in class org.apache.xmlrpc.test.ScalabilityTest
 
servlet - Variable in class org.apache.xmlrpc.test.ServletWebServerProvider
 
ServletWebServerProvider - Class in org.apache.xmlrpc.test
A provider class for testing the ServletWebServer.
ServletWebServerProvider(XmlRpcHandlerMapping, boolean) - Constructor for class org.apache.xmlrpc.test.ServletWebServerProvider
Creates a new instance.
setUp() - Method in class org.apache.xmlrpc.test.XmlRpcTestCase
 
shortParam(short) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.
shortResult(short) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.
shutdown() - Method in interface org.apache.xmlrpc.test.ClientProvider
Performs a shutdown of the server.
shutdown() - Method in class org.apache.xmlrpc.test.LocalTransportProvider
 
shutdown() - Method in class org.apache.xmlrpc.test.ServletWebServerProvider
 
shutdown() - Method in class org.apache.xmlrpc.test.WebServerProvider
 
shutdownServletWebServer() - Method in class org.apache.xmlrpc.test.ScalabilityTest
 
shutdownWebServer() - Method in class org.apache.xmlrpc.test.ScalabilityTest
 
stringParam(String) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, concatenated with itself.
SunHttpTransportProvider - Class in org.apache.xmlrpc.test
Implementation of BaseTest for testing the XmlRpcSunHttpTransport.
SunHttpTransportProvider(XmlRpcHandlerMapping, boolean) - Constructor for class org.apache.xmlrpc.test.SunHttpTransportProvider
Creates a new instance.

T

tearDown() - Method in class org.apache.xmlrpc.test.XmlRpcTestCase
 
testAdder() - Method in class org.apache.xmlrpc.test.MetadataTest
Test, whether the actual handlers are working.
testAdder(ClientProvider) - Method in class org.apache.xmlrpc.test.MetadataTest
 
testAdderCall() - Method in class org.apache.xmlrpc.test.AuthenticationTest
Tests calling the AuthenticationTest.Adder.add(int,int) method by using an object, which has been created by the ClientFactory.
testAdderCall(ClientProvider) - Method in class org.apache.xmlrpc.test.AuthenticationTest
 
testAdderCall() - Method in class org.apache.xmlrpc.test.DynamicProxyTest
Tests calling the DynamicProxyTest.Adder.add(int,int) method by using an object, which has been created by the ClientFactory.
testAdderCall(ClientProvider) - Method in class org.apache.xmlrpc.test.DynamicProxyTest
 
testByteArrayParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a byte array.
testByteArrayParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testByteArrayParam() - Method in class org.apache.xmlrpc.test.SerializerTest
Test serialization of a byte array.
testByteArrayResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a byte array.
testByteArrayResult(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testByteParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a byte value.
testByteParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testByteParam() - Method in class org.apache.xmlrpc.test.SerializerTest
Test serialization of a byte parameter.
testByteResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a byte.
testByteResult(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testCalendarParam() - Method in class org.apache.xmlrpc.test.BaseTest
Tests, whether we can invoke a method, passing an instance of Calendar as a parameter.
testCalendarParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testCalendarParam() - Method in class org.apache.xmlrpc.test.SerializerTest
Tests serialization of a calendar instance.
testCatchNPE() - Method in class org.apache.xmlrpc.test.BaseTest
Tests, whether a NullPointerException, thrown by the server, can be trapped by the client.
testCatchNPE(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testCustomDateFormat() - Method in class org.apache.xmlrpc.test.CustomTypesTest
Tests using a custom date format.
testCustomDateFormat(ClientProvider) - Method in class org.apache.xmlrpc.test.CustomTypesTest
 
testDateParam() - Method in class org.apache.xmlrpc.test.BaseTest
Tests, whether we can invoke a method, passing an instance of Date as a parameter.
testDateParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testDoubleParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a double value.
testDoubleParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testDoubleResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a double value.
testDoubleResult(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testFloatParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a float value.
testFloatParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testFloatResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a float value.
testFloatResult(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testIntegerKeyMap() - Method in class org.apache.xmlrpc.test.SerializerTest
Test for XMLRPC-127: Is it possible to transmit a map with integers as the keys?
testIntParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing an integer value.
testIntParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testIntParam() - Method in class org.apache.xmlrpc.test.SerializerTest
Test serialization of an integer parameter.
testListMethods() - Method in class org.apache.xmlrpc.test.MetadataTest
Test for system.listMethods.
testListMethods(ClientProvider) - Method in class org.apache.xmlrpc.test.MetadataTest
 
testLongParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a long value.
testLongParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testLongResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a long value.
testLongResult(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testMapParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a map.
testMapParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testMapParam() - Method in class org.apache.xmlrpc.test.SerializerTest
Test serialization of a map.
testMapResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a map.
testMapResult(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testMethodHelp() - Method in class org.apache.xmlrpc.test.MetadataTest
Test for system.methodHelp.
testMethodHelp(ClientProvider) - Method in class org.apache.xmlrpc.test.MetadataTest
 
testMethodSignature() - Method in class org.apache.xmlrpc.test.MetadataTest
Test for system.methodSignature.
testMethodSignature(ClientProvider) - Method in class org.apache.xmlrpc.test.MetadataTest
 
testNestedObjectArrays() - Method in class org.apache.xmlrpc.test.ParserTest
Tests, whether nested arrays can be parsed.
testNodeParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a DOM node as parameter.
testNodeParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testNullableStringParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a string value or null.
testNullableStringParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testNullableStringResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a string value or null.
testNullableStringResult(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testObjectArrayParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing an object array.
testObjectArrayParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testObjectArrayResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning an object array.
testObjectArrayResult(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testOptionalParams() - Method in class org.apache.xmlrpc.test.ParserTest
Tests, whether a request may omit the tag.
testParseCall() - Method in class org.apache.xmlrpc.test.DynamicProxyTest
Tests trapping a SAXException.
testParseCall(ClientProvider) - Method in class org.apache.xmlrpc.test.DynamicProxyTest
 
testSerializableParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing an instance of Serializable as a parameter.
testSerializableParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testShortParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a short value.
testShortParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testShortResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a short value.
testShortResult(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testSingleClient() - Method in class org.apache.xmlrpc.test.ScalabilityTest
Runs the test with a single client.
testSingleWebServerClient() - Method in class org.apache.xmlrpc.test.ScalabilityTest
Runs the web server test with a single client.
testStringParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a string value.
testStringParam(ClientProvider) - Method in class org.apache.xmlrpc.test.BaseTest
 
testStringType() - Method in class org.apache.xmlrpc.test.ParserTest
Tests, whether strings can be parsed with, or without, the "string" tag.
testTenClient() - Method in class org.apache.xmlrpc.test.ScalabilityTest
Runs the test with ten clients.
testVoidMethod() - Method in class org.apache.xmlrpc.test.DynamicProxyTest
Tests invoking a "void" method.
testVoidMethod(ClientProvider) - Method in class org.apache.xmlrpc.test.DynamicProxyTest
 
testXMLRPC112() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-112
testXMLRPC112(ClientProvider) - Method in class org.apache.xmlrpc.test.JiraTest
 
testXMLRPC113() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-113
testXMLRPC113(ClientProvider) - Method in class org.apache.xmlrpc.test.JiraTest
 
testXMLRPC115() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-115
testXMLRPC115(ClientProvider) - Method in class org.apache.xmlrpc.test.JiraTest
 
testXMLRPC119() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-119
testXMLRPC119(ClientProvider) - Method in class org.apache.xmlrpc.test.JiraTest
 
testXMLRPC140() - Method in class org.apache.xmlrpc.test.ParserTest
Test for XMLRPC-140.
testXMLRPC89() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-89
testXMLRPC89Hashtable(ClientProvider) - Method in class org.apache.xmlrpc.test.JiraTest
 
testXMLRPC89Properties(ClientProvider) - Method in class org.apache.xmlrpc.test.JiraTest
 
testXMLRPC89Vector(ClientProvider) - Method in class org.apache.xmlrpc.test.JiraTest
 
testXMLRPC96() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-96
testXMLRPC96(ClientProvider) - Method in class org.apache.xmlrpc.test.JiraTest
 
THREE - Static variable in class org.apache.xmlrpc.test.ScalabilityTest
 
throwCode(int) - Method in interface org.apache.xmlrpc.test.JiraTest.XMLRPC113Handler
Throws an XmlRpcException with the given error code.
throwCode(int) - Method in class org.apache.xmlrpc.test.JiraTest.XMLRPC113HandlerImpl
 
throwNPE() - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Throws a NullPointerException.
tomorrow(Date) - Method in class org.apache.xmlrpc.test.CustomTypesTest.DateConverter
Adds one day to the given date.

U

USER_NAME - Static variable in class org.apache.xmlrpc.test.AuthenticationTest
 

V

verifyXMLRPC89Hashtable(Map) - Method in class org.apache.xmlrpc.test.JiraTest
 
verifyXMLRPC89Properties(Map) - Method in class org.apache.xmlrpc.test.JiraTest
 

W

webServer - Variable in class org.apache.xmlrpc.test.ScalabilityTest
 
webServer - Variable in class org.apache.xmlrpc.test.ServletWebServerProvider
 
webServer - Variable in class org.apache.xmlrpc.test.WebServerProvider
 
WebServerProvider - Class in org.apache.xmlrpc.test
Abstract base class for providers, which require a webserver.
WebServerProvider(XmlRpcHandlerMapping, boolean) - Constructor for class org.apache.xmlrpc.test.WebServerProvider
Creates a new instance.
writeRequest(XmlRpcStreamRequestConfig, XmlRpcRequest) - Method in class org.apache.xmlrpc.test.SerializerTest
 
writeRequest(XmlRpcClient, XmlRpcRequest) - Static method in class org.apache.xmlrpc.test.XmlRpcTestCase
 

X

XmlRpcTestCase - Class in org.apache.xmlrpc.test
Abstract base class for deriving test cases.
XmlRpcTestCase() - Constructor for class org.apache.xmlrpc.test.XmlRpcTestCase
 

A B C D E F G I J L M N O P R S T U V W X