A B C D F G I J L M N O P R S T 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

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.
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

calendarParam(Calendar) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns midnight of the following day.
ClientIpTest - Class in org.apache.xmlrpc.test
Test case for reading the clients IP address.
ClientIpTest() - Constructor for class org.apache.xmlrpc.test.ClientIpTest
 
ClientIpTest.ClientInfo - Class in org.apache.xmlrpc.test
 
ClientIpTest.ClientInfo(String) - Constructor for class org.apache.xmlrpc.test.ClientIpTest.ClientInfo
 
ClientIpTest.ClientInfoServlet - Class in org.apache.xmlrpc.test
 
ClientIpTest.ClientInfoServlet() - Constructor for class org.apache.xmlrpc.test.ClientIpTest.ClientInfoServlet
 
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.
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.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.test.ClientIpTest.ClientInfoServlet
 
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
 

F

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
 
getClientInfo() - Static method in class org.apache.xmlrpc.test.ClientIpTest.ClientInfoServlet
 
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
 
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.ClientIpTest
 
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.
getIpAddress() - Method in class org.apache.xmlrpc.test.ClientIpTest.ClientInfo
 
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.ClientIpTest
 
initProviders(XmlRpcHandlerMapping) - Method in class org.apache.xmlrpc.test.XmlRpcTestCase
 
initWebServer() - Method in class org.apache.xmlrpc.test.WebServerProvider
 
intParam(int) - Method in class org.apache.xmlrpc.test.BaseTest.Remote
Returns the argument, multiplied by two.

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

newXmlRpcServlet() - Method in class org.apache.xmlrpc.test.ServletWebServerProvider
Creates a new instance of XmlRpcServlet.
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
 
ParserTest - Class in org.apache.xmlrpc.test
Test for the various parsers.
ParserTest() - Constructor for class org.apache.xmlrpc.test.ParserTest
 
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.
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
 

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
 
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.
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
 
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.
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() - 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.
testByteArrayParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a byte array.
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.
testByteParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a byte value.
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.
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() - 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.
testClientIpAddress() - Method in class org.apache.xmlrpc.test.ClientIpTest
Test, whether we can invoke a method, returning a byte.
testCustomDateFormat() - Method in class org.apache.xmlrpc.test.CustomTypesTest
Tests using a custom date format.
testDateParam() - Method in class org.apache.xmlrpc.test.BaseTest
Tests, whether we can invoke a method, passing an instance of Date as a parameter.
testDoubleParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a double value.
testDoubleResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a double value.
testFloatParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a float value.
testFloatResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a float value.
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() - 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.
testLongParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a long value.
testLongResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a long value.
testMapParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a map.
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.
testMethodHelp() - Method in class org.apache.xmlrpc.test.MetadataTest
Test for system.methodHelp.
testMethodSignature() - Method in class org.apache.xmlrpc.test.MetadataTest
Test for system.methodSignature.
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.
testNullableStringParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a string value or null.
testNullableStringResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a string value or null.
testObjectArrayParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing an object array.
testObjectArrayResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning an object array.
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.
testSerializableParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing an instance of Serializable as a parameter.
testShortParam() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, passing a short value.
testShortResult() - Method in class org.apache.xmlrpc.test.BaseTest
Test, whether we can invoke a method, returning a short value.
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.
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.
testXMLRPC112() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-112
testXMLRPC113() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-113
testXMLRPC115() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-115
testXMLRPC119() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-119
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
testXMLRPC96() - Method in class org.apache.xmlrpc.test.JiraTest
Test case for XMLRPC-96
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.

W

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
 

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 F G I J L M N O P R S T W X

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