Alphabetical Index

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

A

Abstract base class of handler mappings, which are using reflection.
accept - field in class org.apache.xmlrpc.webserver.WebServer
acceptClient(String) - method in class org.apache.xmlrpc.webserver.WebServer
Add an IP address to the list of accepted clients.
addCookie(Cookie) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
addDateHeader(String,long) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
addHandler(String,Class) - method in class org.apache.xmlrpc.server.PropertyHandlerMapping
Adds handlers for the given object to the mapping.
addHeader(String,String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
addHeader(String,String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
addIntHeader(String,int) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
addResult(Object) - method in class org.apache.xmlrpc.parser.MapParser
addResult(Object) - method in class org.apache.xmlrpc.parser.ObjectArrayParser
addResult(Object) - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
addResult(Object) - method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
addResult(Object) - method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
Adds an instance of this class to the given handler mapping.
addTask(org.apache.xmlrpc.util.ThreadPool.Task) - method in class org.apache.xmlrpc.util.ThreadPool
Adds a task for immediate or deferred execution.
allowConnection(Socket) - method in class org.apache.xmlrpc.webserver.WebServer
Checks incoming connections to see if they should be allowed.
ARRAY_TAG - static field in class org.apache.xmlrpc.serializer.ObjectArraySerializer
Tag name of an array value.
AsyncCallback - interface org.apache.xmlrpc.client.AsyncCallback
A callback interface for an asynchronous XML-RPC call.
AtomicParser - class org.apache.xmlrpc.parser.AtomicParser
Abstract base implementation of TypeParser for parsing an atomic value.
AtomicParser() - constructor for class org.apache.xmlrpc.parser.AtomicParser
Creates a new instance.
An object implementing this interface may be used to validate user names and passwords.

B

backConvert(Object) - method in class org.apache.xmlrpc.common.TypeConverter
Converts the given object into its generic representation.
BASE_64_TAG - static field in class org.apache.xmlrpc.serializer.ByteArraySerializer
Tag name of a base64 value.
BaseXmlWriterFactory - class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
The default instance of XmlWriterFactory creates instances of org.apache.ws.commons.serialize.XMLWriterImpl.
BIGDECIMAL_TAG - static field in class org.apache.xmlrpc.serializer.BigDecimalSerializer
Tag name of a BigDecimal value.
BigDecimalParser - class org.apache.xmlrpc.parser.BigDecimalParser
Parser for BigDecimal values.
BigDecimalSerializer - class org.apache.xmlrpc.serializer.BigDecimalSerializer
A TypeSerializer for BigDecimal.
BIGINTEGER_TAG - static field in class org.apache.xmlrpc.serializer.BigIntegerSerializer
Tag name of a BigDecimal value.
BigIntegerParser - class org.apache.xmlrpc.parser.BigIntegerParser
Parser for BigInteger values.
BigIntegerSerializer - class org.apache.xmlrpc.serializer.BigIntegerSerializer
A TypeSerializer for BigInteger.
BOOLEAN_TAG - static field in class org.apache.xmlrpc.serializer.BooleanSerializer
Tag name of a boolean value.
BooleanParser - class org.apache.xmlrpc.parser.BooleanParser
Parser for boolean values.
BooleanSerializer - class org.apache.xmlrpc.serializer.BooleanSerializer
A TypeSerializer for booleans.
ByteArrayParser - class org.apache.xmlrpc.parser.ByteArrayParser
A parser for base64 elements.
ByteArraySerializer - class org.apache.xmlrpc.serializer.ByteArraySerializer
A TypeSerializer for byte arrays.

C

CALENDAR_TAG - static field in class org.apache.xmlrpc.serializer.CalendarSerializer
Tag name of a BigDecimal value.
CalendarParser - class org.apache.xmlrpc.parser.CalendarParser
Parser for integer values.
CalendarSerializer - class org.apache.xmlrpc.serializer.CalendarSerializer
A TypeSerializer for date values.
cfg - field in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
characters(char[],int,int) - method in class org.apache.xmlrpc.parser.AtomicParser
characters(char[],int,int) - method in class org.apache.xmlrpc.parser.ByteArrayParser
characters(char[],int,int) - method in class org.apache.xmlrpc.parser.ExtParser
characters(char[],int,int) - method in class org.apache.xmlrpc.parser.MapParser
characters(char[],int,int) - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
characters(char[],int,int) - method in class org.apache.xmlrpc.parser.TypeParserImpl
characters(char[],int,int) - method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
CharSetXmlWriterFactory - class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
An implementation of XmlWriterFactory, which creates instances of org.apache.ws.commons.serialize.CharSetXMLWriter.
client - field in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
ClientFactory - class org.apache.xmlrpc.client.util.ClientFactory
The ClientFactory is a useful tool for simplifying the use of Apache XML-RPC.
ClientFactory(org.apache.xmlrpc.client.XmlRpcClient) - constructor for class org.apache.xmlrpc.client.util.ClientFactory
Creates a new instance.
Creates a new instance.
cloneMe() - method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Creates a clone of this client configuration.
close() - method in class org.apache.xmlrpc.webserver.Connection
Closes the connection, and frees resources.
close() - method in class org.apache.xmlrpc.common.ServerStreamConnection
Closes the connection, and frees resources.
close() - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
Closes the connection and ensures, that all resources are being released.
close() - method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
Closes the connection and ensures, that all resources are being released.
close() - method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
close() - method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
Closes the connection, and frees resources.
close() - method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Closes the connection and ensures, that all resources are being released.
close() - method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
code - field in class org.apache.xmlrpc.XmlRpcException
The fault code of the exception.
Connection - class org.apache.xmlrpc.webserver.Connection
Handler for a single clients connection.
Creates a new webserver connection on the given socket.
containsHeader(String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
convert(Object) - method in class org.apache.xmlrpc.common.TypeConverter
Converts the given object into the required representation.
convertThrowable(Throwable) - method in class org.apache.xmlrpc.server.XmlRpcStreamServer
This method allows to convert the error into another error.
createServerSocket(int,int,InetAddress) - method in class org.apache.xmlrpc.webserver.WebServer
Factory method to manufacture the server socket.

D

DATA_TAG - static field in class org.apache.xmlrpc.serializer.ObjectArraySerializer
Tag name of an arrays data.
DATE_TAG - static field in class org.apache.xmlrpc.serializer.CalendarSerializer
Tag name of a date value.
DATE_TAG - static field in class org.apache.xmlrpc.serializer.DateSerializer
Tag name of a date value.
DateParser - class org.apache.xmlrpc.parser.DateParser
Parser for integer values.
DateParser(Format) - constructor for class org.apache.xmlrpc.parser.DateParser
Creates a new instance with the given format.
DateSerializer - class org.apache.xmlrpc.serializer.DateSerializer
A TypeSerializer for date values.
DateSerializer(Format) - constructor for class org.apache.xmlrpc.serializer.DateSerializer
Creates a new instance with the given formatter.
DefaultXMLWriterFactory - class org.apache.xmlrpc.serializer.DefaultXMLWriterFactory
The default implementation of XmlWriterFactory tests, whether the CharSetXmlWriterFactory is usable.
DefaultXMLWriterFactory() - constructor for class org.apache.xmlrpc.serializer.DefaultXMLWriterFactory
Creates a new instance.
deny - field in class org.apache.xmlrpc.webserver.WebServer
denyClient(String) - method in class org.apache.xmlrpc.webserver.WebServer
Add an IP address to the list of denied clients.
DOM_TAG - static field in class org.apache.xmlrpc.serializer.NodeSerializer
The local name of a dom tag.
doPost(HttpServletRequest,HttpServletResponse) - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Creates a new instance of RequestData for the request.
DOUBLE_TAG - static field in class org.apache.xmlrpc.serializer.DoubleSerializer
Tag name of a double value.
DoubleParser - class org.apache.xmlrpc.parser.DoubleParser
Parser for double values.
DoubleSerializer - class org.apache.xmlrpc.serializer.DoubleSerializer
A TypeSerializer for doubles.

E

encodeBasicAuthentication(String,String,String) - static method in class org.apache.xmlrpc.util.HttpUtil
Creates the Base64 encoded credentials for HTTP Basic Authentication.
encodeRedirectUrl(String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
encodeUrl(String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
endDocument() - method in class org.apache.xmlrpc.parser.ExtParser
endDocument() - method in class org.apache.xmlrpc.parser.TypeParserImpl
endElement(String,String,String) - method in class org.apache.xmlrpc.parser.AtomicParser
endElement(String,String,String) - method in class org.apache.xmlrpc.parser.ByteArrayParser
endElement(String,String,String) - method in class org.apache.xmlrpc.parser.ExtParser
endElement(String,String,String) - method in class org.apache.xmlrpc.parser.MapParser
endElement(String,String,String) - method in class org.apache.xmlrpc.parser.ObjectArrayParser
endElement(String,String,String) - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
endElement(String,String,String) - method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
endElement(String,String,String) - method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
endPrefixMapping(String) - method in class org.apache.xmlrpc.parser.ExtParser
endPrefixMapping(String) - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
endPrefixMapping(String) - method in class org.apache.xmlrpc.parser.TypeParserImpl
endValueTag() - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
EX_FLOAT_TAG - static field in class org.apache.xmlrpc.serializer.FloatSerializer
Fully qualified name of a float value.
EX_I1_TAG - static field in class org.apache.xmlrpc.serializer.I1Serializer
Fully qualified name of an i1 value.
EX_I2_TAG - static field in class org.apache.xmlrpc.serializer.I2Serializer
Fully qualified name of an i2 value.
EX_I8_TAG - static field in class org.apache.xmlrpc.serializer.I8Serializer
Fully qualified name of an i8 value.
EX_NIL_TAG - static field in class org.apache.xmlrpc.serializer.NullSerializer
Qualified tag name of a nil value.
ServletWebServer.Exception - class org.apache.xmlrpc.webserver.ServletWebServer.Exception
This exception is thrown by the request handling classes, advising the server, that it should return an error response.
Exception(int,String,String) - constructor for class org.apache.xmlrpc.webserver.ServletWebServer.Exception
Creates a new instance.
execute(HttpServletRequest,HttpServletResponse) - method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
Processes the servlet request.
Performs a request with the given configuration.
Performs a request with the given configuration.
Reads an XML-RPC request from the connection object and processes the request, writing the result to the same connection object.
Returns, whether the /** Processes a "connection".
execute(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
Performs the request and returns the result object.
execute(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.client.XmlRpcClientWorker
Performs a synchronous request.
execute(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.XmlRpcHandler
Performs the request and returns the result object.
execute(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.server.XmlRpcLocalStreamServer
execute(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.common.XmlRpcRequestProcessor
Processes the given request and returns a result object.
execute(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.server.XmlRpcServer
Performs the given request.
execute(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.server.XmlRpcServerWorker
execute(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.common.XmlRpcWorker
Performs a synchronous request.
Performs an synchronous request.
execute(String,List) - method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(String,Object[]) - method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
Performs an asynchronous request with the given configuration.
Performs an asynchronous request with the given configuration.
Performs a request with the clients default configuration.
Performs an asynchronous request with the clients default configuration.
Performs an asynchronous request with the clients default configuration.
EXTENSIONS_URI - static field in class org.apache.xmlrpc.serializer.XmlRpcWriter
The namespace URI for proprietary XML-RPC extensions.
ExtParser - class org.apache.xmlrpc.parser.ExtParser
Base class for parsing external XML representations, like DOM, or JAXB.
ExtSerializer - class org.apache.xmlrpc.serializer.ExtSerializer
Base class for external XML representations, like DOM, or JAXB.

F

FLOAT_TAG - static field in class org.apache.xmlrpc.serializer.FloatSerializer
Tag name of a float value.
FloatParser - class org.apache.xmlrpc.parser.FloatParser
Parser for float values.
FloatSerializer - class org.apache.xmlrpc.serializer.FloatSerializer
A TypeSerializer for floats.
flushBuffer() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
format(Object,StringBuffer,FieldPosition) - method in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat

G

getAttribute(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getAttributeNames() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getAuthenticationHandler() - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the authentication handler, if any, or null.
getAuthenticationHandler() - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
getAuthType() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getBasicEncoding() - method in class org.apache.xmlrpc.XmlRpcConfigImpl
getBasicEncoding() - method in class org.apache.xmlrpc.common.XmlRpcHttpConfig
Returns the encoding being used to convert the String "username:password" into bytes.
getBasicPassword() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Returns the password being used for basic HTTP authentication.
getBasicPassword() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Returns the password being used for basic HTTP authentication.
getBasicUserName() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Returns the user name being used for basic HTTP authentication.
getBasicUserName() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Returns the user name being used for basic HTTP authentication.
getBufferSize() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
getCause() - method in class org.apache.xmlrpc.XmlRpcException
getCharacterEncoding() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getCharacterEncoding() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
getClient() - method in class org.apache.xmlrpc.client.util.ClientFactory
Returns the factories client.
getClient() - method in class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
Returns the client operating this factory.
getClient() - method in class org.apache.xmlrpc.client.XmlRpcTransportImpl
Returns the client, which created this transport.
getClientConfig() - method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients default configuration.
getConfig() - method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns the request configuration.
getConfig() - method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients default configuration.
getConfig() - method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
getConfig() - method in class org.apache.xmlrpc.common.XmlRpcController
Returns the controllers default configuration.
getConfig() - method in class org.apache.xmlrpc.XmlRpcRequest
Returns the request configuration.
getConfig() - method in class org.apache.xmlrpc.server.XmlRpcServer
Returns the controllers default configuration.
getConfig(HttpServletRequest) - method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
getConnection() - method in class org.apache.xmlrpc.webserver.RequestData
Returns the connection, which is serving the request.
getConnectionTimeout() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Return the connection timeout in milliseconds
getConnectionTimeout() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Return the connection timeout in milliseconds
getContentLength() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getContentLength() - method in class org.apache.xmlrpc.webserver.RequestData
Returns the requests content length.
getContentLength() - method in class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
getContentType() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getContentType() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
Returns the content type used for the MIME body sent in this response.
getContextPath() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getController() - method in class org.apache.xmlrpc.common.TypeFactoryImpl
Returns the controller, which operates the type factory.
getController() - method in class org.apache.xmlrpc.client.XmlRpcClientWorker
getController() - method in class org.apache.xmlrpc.server.XmlRpcServerWorker
getController() - method in class org.apache.xmlrpc.common.XmlRpcWorker
Returns the workers controller.
getController() - method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns the factory controller.
getCookies() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getCurrentRequests() - method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns the number of currently running requests.
getDateHeader(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getDefaultXmlRpcWorkerFactory() - method in class org.apache.xmlrpc.client.XmlRpcClient
Creates the controllers default worker factory.
getDefaultXmlRpcWorkerFactory() - method in class org.apache.xmlrpc.common.XmlRpcController
Creates the controllers default worker factory.
getDefaultXmlRpcWorkerFactory() - method in class org.apache.xmlrpc.server.XmlRpcServer
Creates the controllers default worker factory.
getDescription() - method in class org.apache.xmlrpc.webserver.ServletWebServer.Exception
Returns the error description.
getDocumentLocator() - method in class org.apache.xmlrpc.parser.TypeParserImpl
Returns the document locator.
getEncoding() - method in class org.apache.xmlrpc.XmlRpcConfigImpl
getEncoding() - method in class org.apache.xmlrpc.common.XmlRpcStreamConfig
Returns the encoding being used for data encoding, when writing to a stream.
getErrorCause() - method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the (optional) exception.
getErrorCode() - method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the error code.
getErrorMessage() - method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the error message.
getExtHandler() - method in class org.apache.xmlrpc.parser.ExtParser
Returns a content handler for parsing the actual contents.
getExtHandler() - method in class org.apache.xmlrpc.jaxb.JaxbParser
Returns a content handler for parsing the actual contents.
getExtHandler() - method in class org.apache.xmlrpc.parser.NodeParser
getHandler(String) - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the XmlRpcHandler with the given name.
getHandler(String) - method in class org.apache.xmlrpc.server.XmlRpcHandlerMapping
Return the handler for the specified handler name.
getHandlerMapping() - method in class org.apache.xmlrpc.server.XmlRpcServer
Returns the servers handler mapping.
getHeader(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getHeaderNames() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getHeaders(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getHttpClient() - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
Returns the factories HttpClient.
getHttpVersion() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getHttpVersion() - method in class org.apache.xmlrpc.webserver.RequestData
Returns the requests HTTP version.
getInputStream() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getInputStream() - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
Returns the input stream, from which the response is being read.
getInputStream() - method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
Returns the input stream, from which the response is being read.
getInputStream() - method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
getInputStream() - method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Returns the input stream, from which the response is being read.
getInputStream() - method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
getIntHeader(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getLinkedException() - method in class org.apache.xmlrpc.util.XmlRpcIOException
Returns the linked exception, which is the actual cause for this exception.
getListMethods() - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
getListMethods() - method in class org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.listMethods, which is specified as follows:

This method may be used to enumerate the methods implemented by the XML-RPC server.

getLocalAddr() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getLocale() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getLocale() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
getLocales() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getLocalName() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getLocalPort() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getMaxThreads() - method in class org.apache.xmlrpc.util.ThreadPool
Returns the maximum number of concurrent threads.
getMaxThreads() - method in class org.apache.xmlrpc.common.XmlRpcController
Returns the maximum number of concurrent requests.
getMessage() - method in class org.apache.xmlrpc.webserver.ServletWebServer.Exception
getMethod() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getMethod() - method in class org.apache.xmlrpc.webserver.RequestData
Returns the request method.
getMethodHelp() - method in class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
This method may be used to implement XmlRpcListableHandlerMapping.getMethodHelp(String).
getMethodHelp() - method in class org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
This method may be used to implement XmlRpcListableHandlerMapping.getMethodHelp(String).
getMethodHelp(Class,Method) - static method in class org.apache.xmlrpc.metadata.Util
Returns a help string for the given method, which is applied to the given class.
getMethodHelp(Class,Method[]) - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Creates a help string for the given method, when applied to the given class.
getMethodHelp(Class,Method[]) - static method in class org.apache.xmlrpc.metadata.Util
Returns a help string for the given method, which is applied to the given class.
getMethodHelp(String) - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
getMethodHelp(String) - method in class org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.methodSignature, which is specified as follows:

This method takes one parameter, the name of a method implemented by the XML-RPC server.

getMethodName() - method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
getMethodName() - method in class org.apache.xmlrpc.XmlRpcRequest
Returns the requests method name.
getMethodName() - method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
Returns the method name being invoked.
getMethodSignature(String) - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
getMethodSignature(String) - method in class org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.methodSignature, which is specified as follows:

This method takes one parameter, the name of a method implemented by the XML-RPC server.

getNonIdentityTransferEncoding(String) - static method in class org.apache.xmlrpc.util.HttpUtil
Returns, whether the HTTP header value pHeaderValue indicates, that another encoding than "identity" is used.
getNumThreads() - method in class org.apache.xmlrpc.util.ThreadPool
Returns the number of threads, which have actually been created, as opposed to the number of currently running threads.
getOutputStream() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
Called to prepare the output stream.
Called to prepare the output stream.
Called to prepare the output stream, if content length is required.
Called to prepare the output stream, if content length is required.
getParameter(int) - method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
getParameter(int) - method in class org.apache.xmlrpc.XmlRpcRequest
Returns the parameter with index pIndex.
getParameter(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getParameterCount() - method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
getParameterCount() - method in class org.apache.xmlrpc.XmlRpcRequest
Returns the number of parameters.
getParameterMap() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getParameterNames() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getParameterValues(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getParams() - method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
Returns the parameter list.
Creates a parser for a parameter or result object.
getPathInfo() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getPathTranslated() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getPort() - method in class org.apache.xmlrpc.webserver.WebServer
Returns the port, on which the web server is running.
getProtocol() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getQueryString() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getReader() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getRealPath(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getRemoteAddr() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getRemoteHost() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getRemotePort() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getRemoteUser() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getReplyTimeout() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Return the reply timeout in milliseconds
getReplyTimeout() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Return the reply timeout in milliseconds
getRequest() - method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns the request stream.
getRequest() - method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
Returns the servlet request.
getRequestDispatcher(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getRequestedSessionId() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
Subclasses may override this method for class specific configuration.
Subclasses may override this method for request specific configuration.
This method is invoked for any request in order to create and configure the request processor.
getRequestProcessorFactory(Class) - method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory
This method is invoked at startup.
This method is invoked at startup.
This method is invoked at startup.
Returns the mappings RequestProcessorFactoryFactory.
getRequestProcessorFactoryFactory() - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets RequestProcessorFactoryFactory.
getRequestURI() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getRequestURL() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getResponse() - method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns an output stream, to which the response may be written.
getResponse() - method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
Returns the servlet response.
getResult() - method in class org.apache.xmlrpc.jaxb.JaxbParser
Returns the parsed object.
getResult() - method in class org.apache.xmlrpc.parser.NodeParser
Returns the parsed object.
getResult() - method in class org.apache.xmlrpc.parser.SerializableParser
Returns the parsed object.
getResult() - method in class org.apache.xmlrpc.parser.TypeParser
Returns the parsed object.
getResult() - method in class org.apache.xmlrpc.parser.TypeParserImpl
Returns the parsed object.
getScheme() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
Creates a serializer for the object pObject.
getServerName() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getServerPort() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getServerStreamConnection() - method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns the servers connection.
getServerURL() - method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
getServerURL() - method in class org.apache.xmlrpc.client.XmlRpcHttpClientConfig
Returns the HTTP servers URL.
getServletPath() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getSession() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getSession(boolean) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getSignature(Method) - static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given methods.
getSignature(Method[]) - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Creates a signature for the given method.
getSignature(Method[]) - static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given methods.
getSignature(Object[]) - static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given parameter set.
getSignatures() - method in class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
This method may be used to implement XmlRpcListableHandlerMapping.getMethodSignature(String).
getSignatures() - method in class org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
This method may be used to implement XmlRpcListableHandlerMapping.getMethodSignature(String).
getSignatureType(Class) - static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given return type or parameter class.
getStatusCode() - method in class org.apache.xmlrpc.webserver.ServletWebServer.Exception
Returns the HTTP status code.
getStatusMessage(int) - static method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
Returns a default message for a given HTTP status code.
getTagName() - method in class org.apache.xmlrpc.parser.ExtParser
Returns the outer node name.
getTagName() - method in class org.apache.xmlrpc.serializer.ExtSerializer
Returns the unqualied tag name.
getTagName() - method in class org.apache.xmlrpc.jaxb.JaxbParser
Returns the outer node name.
getTagName() - method in class org.apache.xmlrpc.jaxb.JaxbSerializer
Returns the unqualied tag name.
getTagName() - method in class org.apache.xmlrpc.parser.NodeParser
getTagName() - method in class org.apache.xmlrpc.serializer.NodeSerializer
Returns the unqualied tag name.
getTimeZone() - method in class org.apache.xmlrpc.XmlRpcConfig
Returns the timezone, which is used to interpret date/time values.
getTimeZone() - method in class org.apache.xmlrpc.XmlRpcConfigImpl
getTimeZone() - method in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
Returns the time zone, which is used to interpret date/time values.
getTransport() - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
getTransport() - method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
Returns an instance of XmlRpcTransport.
getTransport() - method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
getTransport() - method in class org.apache.xmlrpc.client.XmlRpcLocalTransportFactory
Returns an instance of XmlRpcTransport.
getTransport() - method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory
Returns an instance of XmlRpcTransport.
getTransport() - method in class org.apache.xmlrpc.client.XmlRpcTransportFactory
Returns an instance of XmlRpcTransport.
getTransportFactory() - method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients transport factory.
getTypeConverter(Class) - method in class org.apache.xmlrpc.common.TypeConverterFactory
Creates an instance of TypeFactory, which may be used to create instances of the given class.
getTypeConverter(Class) - method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
Returns a type converter for the given class.
getTypeConverterFactory() - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the mappings TypeConverterFactory.
getTypeConverterFactory() - method in class org.apache.xmlrpc.common.XmlRpcRequestProcessor
Returns the request processors TypeConverterFactory.
getTypeConverterFactory() - method in class org.apache.xmlrpc.server.XmlRpcServer
getTypeConverterFactory() - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets TypeConverterFactory.
getTypeFactory() - method in class org.apache.xmlrpc.common.XmlRpcController
Returns the type factory.
getUserAgent() - method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
getUserPrincipal() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
getWorker() - method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns a worker for synchronous processing.
getWorkerFactory() - method in class org.apache.xmlrpc.common.XmlRpcController
Returns the clients worker factory.
getWriter() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
getXmlRpcServer() - method in class org.apache.xmlrpc.webserver.WebServer
Returns the XmlRpcServer.
getXmlRpcServer() - method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
getXmlRpcServer() - method in class org.apache.xmlrpc.common.XmlRpcRequestProcessorFactory
Returns the XmlRpcRequestProcessor being invoked.
getXmlRpcServletServer() - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets instance of XmlRpcServletServer.
Creates a new instance of ContentHandler, writing to the given java.io.OutputStream.
Creates a new instance of ContentHandler, writing to the given java.io.OutputStream.
getXmlWriterFactory() - method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients instance of XmlWriterFactory.
getXMLWriterFactory() - method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Returns the XML Writer factory.

H

Something went wrong, handle error.
handleResult(org.apache.xmlrpc.XmlRpcRequest,Object) - method in class org.apache.xmlrpc.client.AsyncCallback
Call went ok, handle result.
handlerMap - field in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
HttpServletRequestImpl - class org.apache.xmlrpc.webserver.HttpServletRequestImpl
Stub implementation of a javax.servlet.http.HttpServletRequest with lots of unimplemented methods.
HttpServletRequestImpl(Socket) - constructor for class org.apache.xmlrpc.webserver.HttpServletRequestImpl
Creates a new instance, which reads input from the given socket.
HttpServletResponseImpl - class org.apache.xmlrpc.webserver.HttpServletResponseImpl
Stub implementation of a javax.servlet.http.HttpServletResponse with lots of unimplemented methods.
HttpServletResponseImpl(Socket) - constructor for class org.apache.xmlrpc.webserver.HttpServletResponseImpl
Creates a new instance.
HttpUtil - class org.apache.xmlrpc.util.HttpUtil
Provides utility functions useful in HTTP communications

I

I1_TAG - static field in class org.apache.xmlrpc.serializer.I1Serializer
Tag name of an i1 value.
I1Parser - class org.apache.xmlrpc.parser.I1Parser
Parser for byte values.
I1Serializer - class org.apache.xmlrpc.serializer.I1Serializer
A TypeSerializer for bytes.
I2_TAG - static field in class org.apache.xmlrpc.serializer.I2Serializer
Tag name of an i2 value.
I2Parser - class org.apache.xmlrpc.parser.I2Parser
Parser for short values.
I2Serializer - class org.apache.xmlrpc.serializer.I2Serializer
A TypeSerializer for shorts.
I4_TAG - static field in class org.apache.xmlrpc.serializer.I4Serializer
Tag name of an i4 value.
I4Parser - class org.apache.xmlrpc.parser.I4Parser
Parser for integer values.
I4Serializer - class org.apache.xmlrpc.serializer.I4Serializer
A TypeSerializer for integers.
I8_TAG - static field in class org.apache.xmlrpc.serializer.I8Serializer
Tag name of an i8 value.
I8Parser - class org.apache.xmlrpc.parser.I8Parser
Parser for long values.
I8Serializer - class org.apache.xmlrpc.serializer.I8Serializer
A TypeSerializer for longs.
ignorableWhitespace(char[],int,int) - method in class org.apache.xmlrpc.parser.ExtParser
ignorableWhitespace(char[],int,int) - method in class org.apache.xmlrpc.parser.MapParser
ignorableWhitespace(char[],int,int) - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
ignorableWhitespace(char[],int,int) - method in class org.apache.xmlrpc.parser.TypeParserImpl
init(ServletConfig) - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
INT_TAG - static field in class org.apache.xmlrpc.serializer.I4Serializer
Tag name of an int value.
A task, which may be interrupted, if the pool is shutting down.
Returns, whether the user is authenticated and authorized to perform the request.
isByteArrayRequired() - method in class org.apache.xmlrpc.webserver.RequestData
Returns, whether a byte array for buffering the output is required.
isCommitted() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
isContentLengthOptional() - method in class org.apache.xmlrpc.XmlRpcConfigImpl
isContentLengthOptional() - method in class org.apache.xmlrpc.common.XmlRpcHttpConfig
Returns, whether a "Content-Length" header may be omitted.
Returns, whether the requests content length is required.
Returns, whether the requests content length is required.
isConvertable(Object) - method in class org.apache.xmlrpc.common.TypeConverter
Returns, whether the TypeConverter is ready to handle the given object.
isEmpty(char[],int,int) - static method in class org.apache.xmlrpc.parser.TypeParserImpl
isEnabledForExceptions() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Returns, whether the response should contain a "faultCause" element in case of errors.
isEnabledForExceptions() - method in class org.apache.xmlrpc.server.XmlRpcHttpServerConfig
Returns, whether the server may create a "faultCause" element in an error response.
isEnabledForExceptions() - method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
isEnabledForExceptions() - method in class org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Returns, whether the response should contain a "faultCause" element in case of errors.
isEnabledForExtensions() - method in class org.apache.xmlrpc.XmlRpcConfig
Returns, whether support for extensions are enabled.
isEnabledForExtensions() - method in class org.apache.xmlrpc.XmlRpcConfigImpl
isGzipCompressing() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Returns, whether the request stream is being compressed.
isGzipCompressing() - method in class org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Returns, whether the request stream is being compressed.
isGzipRequesting() - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Returns, whether compression is requested for the response stream.
isGzipRequesting() - method in class org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Returns, whether compression is requested for the response stream.
isHandlerMethod(Method) - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
isKeepAlive() - method in class org.apache.xmlrpc.webserver.RequestData
Returns, whether HTTP keepAlive is enabled for this connection.
isKeepAliveEnabled() - method in class org.apache.xmlrpc.server.XmlRpcHttpServerConfig
Returns, whether HTTP keepalive is being enabled.
isKeepAliveEnabled() - method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
isObjectMethodLocal() - method in class org.apache.xmlrpc.client.util.ClientFactory
Returns, whether a method declared by the Object class is performed by the local object, rather than by the server.
isRedirectRequired() - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
isRequestedSessionIdFromCookie() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
isRequestedSessionIdFromUrl() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
isRequestedSessionIdValid() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
isResponseGzipCompressed() - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
Returns, whether the response is gzip compressed.
Returns, whether the response is gzip compressed.
Returns, whether the response is gzip compressed.
isSecure() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
isSuccess() - method in class org.apache.xmlrpc.webserver.RequestData
Returns, whether the request was executed successfull.
isSuccess() - method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
Returns whether the response returned success.
isUserInRole(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
isUsingGzipEncoding(Enumeration) - static method in class org.apache.xmlrpc.util.HttpUtil
Returns, whether the HTTP header values in pValues indicate, that GZIP encoding is used or may be used.
isUsingGzipEncoding(String) - static method in class org.apache.xmlrpc.util.HttpUtil
Returns, whether the HTTP header value pHeaderValue indicates, that GZIP encoding is used or may be used.
isVoidMethodEnabled() - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns, whether void methods are enabled.

J

JAXB_TAG - static field in class org.apache.xmlrpc.jaxb.JaxbSerializer
The tag name for serializing JAXB objects.
JaxbParser - class org.apache.xmlrpc.jaxb.JaxbParser
A parser for JAXB objects.
JaxbParser(JAXBContext) - constructor for class org.apache.xmlrpc.jaxb.JaxbParser
Creates a new instance with the given context.
JaxbSerializer - class org.apache.xmlrpc.jaxb.JaxbSerializer
A serializer for JAXB objects.
JaxbSerializer(JAXBContext) - constructor for class org.apache.xmlrpc.jaxb.JaxbSerializer
Creates a new instance with the given context.
JaxbTypeFactory - class org.apache.xmlrpc.jaxb.JaxbTypeFactory
A type factory with support for JAXB objects.
Creates a new instance with the given controller and JAXB context.

L

LimitedInputStream - class org.apache.xmlrpc.util.LimitedInputStream
A filtering java.io.InputStream for proper handling of the Content-Length header: It guarantees to return at most a given number of bytes.
LimitedInputStream(InputStream,int) - constructor for class org.apache.xmlrpc.util.LimitedInputStream
Creates a new instance, reading from the given input stream and returning at most the given number of bytes.
linkedException - field in class org.apache.xmlrpc.XmlRpcException
If the transport was able to catch a remote exception (as is the case, if the local transport is used or if extensions are enabled and the server returned a serialized exception), then this field contains the trapped exception.
listMethods() - method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
Implements the "system.listMethods" call.
ListSerializer - class org.apache.xmlrpc.serializer.ListSerializer
A TypeSerializer for lists.
Creates a new instance.
load(ClassLoader,Map) - method in class org.apache.xmlrpc.server.PropertyHandlerMapping
Reads handler definitions from an existing Map.
load(ClassLoader,String) - method in class org.apache.xmlrpc.server.PropertyHandlerMapping
Reads handler definitions from a resource file.
load(ClassLoader,URL) - method in class org.apache.xmlrpc.server.PropertyHandlerMapping
Reads handler definitions from a property file.
LocalStreamConnection - class org.apache.xmlrpc.common.LocalStreamConnection
Implementation of ServerStreamConnection for use by the XmlRpcLocalStreamTransport.
Creates a new instance with the given request stream.
log(String) - method in class org.apache.xmlrpc.webserver.WebServer
Logs a message.
log(String) - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
log(String,Throwable) - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
log(Throwable) - method in class org.apache.xmlrpc.webserver.WebServer
Logs an error.
LongParser - class org.apache.xmlrpc.parser.LongParser
Parser for long values.

M

MapParser - class org.apache.xmlrpc.parser.MapParser
TypeParser implementation for maps.
Creates a new instance.
MapSerializer - class org.apache.xmlrpc.serializer.MapSerializer
A TypeSerializer for maps.
Creates a new instance.
mark(int) - method in class org.apache.xmlrpc.util.LimitedInputStream
markSupported() - method in class org.apache.xmlrpc.util.LimitedInputStream
MEMBER_TAG - static field in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps member tag.
method - field in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
methodHelp(String) - method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
Implements the "system.methodHelp" call.
methodSignature(String) - method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
Implements the "system.methodSignature" call.

N

NAME_TAG - static field in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps members name tag.
newConfig(HttpServletRequest) - method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
newHandlerClass(ClassLoader,String) - method in class org.apache.xmlrpc.server.PropertyHandlerMapping
newHttpClient() - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
newInputStream() - method in class org.apache.xmlrpc.webserver.Connection
Returns the connections input stream.
newInputStream() - method in class org.apache.xmlrpc.common.ServerStreamConnection
Returns the connections input stream.
newInputStream() - method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
Returns the connections input stream.
newInstance(Class) - method in class org.apache.xmlrpc.client.util.ClientFactory
Creates an object, which is implementing the given interface.
newInstance(Class) - static method in class org.apache.xmlrpc.metadata.Util
Creates a new instance of pClass.
newInstance(ClassLoader,Class) - method in class org.apache.xmlrpc.client.util.ClientFactory
Creates an object, which is implementing the given interface.
newInstance(ClassLoader,Class,String) - method in class org.apache.xmlrpc.client.util.ClientFactory
Creates an object, which is implementing the given interface.
newOutputStream() - method in class org.apache.xmlrpc.webserver.Connection
Returns the connections output stream.
newOutputStream() - method in class org.apache.xmlrpc.common.ServerStreamConnection
Returns the connections output stream.
newOutputStream() - method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
Returns the connections output stream.
newPropertyHandlerMapping(URL) - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Creates a new instance of PropertyHandlerMapping by loading the property file from the given URL.
newReqWriter(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
newReqWriter(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
newSocket(String,int) - method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
newThread(Runnable) - method in class org.apache.xmlrpc.client.XmlRpcClientWorker
newThreadPool() - method in class org.apache.xmlrpc.webserver.WebServer
newURLConnection(URL) - method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
newWorker() - method in class org.apache.xmlrpc.client.XmlRpcClientWorkerFactory
Creates a new worker instance.
newWorker() - method in class org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
newWorker() - method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Creates a new worker instance.
newXMLReader() - static method in class org.apache.xmlrpc.util.SAXParsers
Creates a new instance of XMLReader.
newXMLReader() - method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
newXmlRpcHandler(Class,Method[]) - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Creates a new instance of XmlRpcHandler.
newXmlRpcHandlerMapping() - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Creates a new handler mapping.
newXmlRpcServer(ServletConfig) - method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Creates a new instance of XmlRpcServer, which is being used to process the requests.
newXmlRpcStreamServer() - method in class org.apache.xmlrpc.webserver.WebServer
newXmlWriter() - method in class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
newXmlWriter() - method in class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
NIL_TAG - static field in class org.apache.xmlrpc.serializer.NullSerializer
Tag name of a nil value.
NodeParser - class org.apache.xmlrpc.parser.NodeParser
A parser for DOM document.
NodeSerializer - class org.apache.xmlrpc.serializer.NodeSerializer
The node serializer is serializing a DOM node.
NullParser - class org.apache.xmlrpc.parser.NullParser
SAX parser for a nil element (null value).
NullSerializer - class org.apache.xmlrpc.serializer.NullSerializer
A TypeSerializer for null values.

O

ObjectArrayParser - class org.apache.xmlrpc.parser.ObjectArrayParser
Parser for an array of objects, as created by ObjectArraySerializer.
Creates a new instance.
ObjectArraySerializer - class org.apache.xmlrpc.serializer.ObjectArraySerializer
A TypeSerializer for object arrays.
Creates a new instance.

P

Parses an "Authorization" header and adds the username and password to pConfig.
parseObject(String,ParsePosition) - method in class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
parseObject(String,ParsePosition) - method in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
parseParameters() - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
printStackTrace(PrintStream) - method in class org.apache.xmlrpc.XmlRpcException
printStackTrace(PrintWriter) - method in class org.apache.xmlrpc.XmlRpcException
processingInstruction(String,String) - method in class org.apache.xmlrpc.parser.ExtParser
processingInstruction(String,String) - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
PI's are by default ignored.
processingInstruction(String,String) - method in class org.apache.xmlrpc.parser.TypeParserImpl
PI's are by default ignored.
PropertyHandlerMapping - class org.apache.xmlrpc.server.PropertyHandlerMapping
A handler mapping based on a property file.

R

read() - method in class org.apache.xmlrpc.util.LimitedInputStream
read(b[],int,int) - method in class org.apache.xmlrpc.util.LimitedInputStream
readLine(byte[]) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
readLine(InputStream,byte[]) - static method in class org.apache.xmlrpc.util.HttpUtil
Reads a header line from the input stream pIn and converts it into a string.
RecursiveTypeParserImpl - class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
Abstract base class of a parser, that invokes other type parsers recursively.
Creates a new instance.
ReflectionUtil - class org.apache.xmlrpc.util.ReflectionUtil
A utility class for using reflection.
ReflectiveXmlRpcHandler - class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
Default implementation of XmlRpcHandler.
Creates a new instance.
Default implementation of XmlRpcMetaDataHandler.
Creates a new instance.
Searches for methods in the given class.
Called, when the worker did its job.
removeAttribute(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
removeHandler(String) - method in class org.apache.xmlrpc.server.PropertyHandlerMapping
Removes all handlers with the given class key.
RequestData - class org.apache.xmlrpc.webserver.RequestData
Web servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.
RequestData(org.apache.xmlrpc.webserver.Connection) - constructor for class org.apache.xmlrpc.webserver.RequestData
Creates a new instance.
This is the factory for request processors.
The request processor is the object, which is actually performing the request.
This is the default implementation of RequestProcessorFactoryFactory.
reset() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
reset() - method in class org.apache.xmlrpc.util.LimitedInputStream
resetBuffer() - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
resetClientForRedirect() - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
run() - method in class org.apache.xmlrpc.webserver.Connection
Performs the task.
run() - method in class org.apache.xmlrpc.webserver.ServletConnection
run() - method in class org.apache.xmlrpc.util.ThreadPool.Task
Performs the task.
run() - method in class org.apache.xmlrpc.webserver.WebServer
Listens for client requests until stopped.

S

SAXParsers - class org.apache.xmlrpc.util.SAXParsers
Utility class for working with SAX parsers.
sb - field in class org.apache.xmlrpc.parser.AtomicParser
sendError(int) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
sendError(int,String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
sendError(int,String,String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
sendRedirect(String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
sendRequest(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
Send an XML-RPC message.
Send an XML-RPC message.
sendRequest(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.client.XmlRpcLocalTransport
sendRequest(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Send an XML-RPC message.
sendRequest(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
sendRequest(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.client.XmlRpcTransport
Send an XML-RPC message.
SERIALIZABLE_TAG - static field in class org.apache.xmlrpc.serializer.SerializableSerializer
Tag name of a base64 value.
SerializableParser - class org.apache.xmlrpc.parser.SerializableParser
A parser for serializable objects.
SerializableSerializer - class org.apache.xmlrpc.serializer.SerializableSerializer
A TypeSerializer for instances of java.io.Serializable.
serialize(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.ExtSerializer
Performs the actual serialization.
serialize(ContentHandler,Object) - method in class org.apache.xmlrpc.jaxb.JaxbSerializer
Performs the actual serialization.
serialize(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.NodeSerializer
Performs the actual serialization.
server - field in class org.apache.xmlrpc.webserver.WebServer
ServerHttpConnection - interface org.apache.xmlrpc.server.ServerHttpConnection
Interface of a ServerStreamConnection for HTTP response transport.
serverSocket - field in class org.apache.xmlrpc.webserver.WebServer
ServerStreamConnection - interface org.apache.xmlrpc.common.ServerStreamConnection
Interface of an object, which is able to provide an XML stream, containing an XML-RPC request.
ServletConnection - class org.apache.xmlrpc.webserver.ServletConnection
ServletWebServer's ThreadPool.Task for handling a single servlet connection.
ServletConnection(HttpServlet,Socket) - constructor for class org.apache.xmlrpc.webserver.ServletConnection
Creates a new instance.
ServletWebServer - class org.apache.xmlrpc.webserver.ServletWebServer
This is a subclass of the WebServer, which offers a minimal servlet API.
ServletWebServer(HttpServlet,int) - constructor for class org.apache.xmlrpc.webserver.ServletWebServer
Creates a new instance, which is listening on all local IP addresses and the given port.
ServletWebServer(HttpServlet,int,InetAddress) - constructor for class org.apache.xmlrpc.webserver.ServletWebServer
Creates a new instance, which is listening on the given IP address and the given port.
setAttribute(String,Object) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
Sets the authentication handler, if any, or null.
setBasicEncoding(String) - method in class org.apache.xmlrpc.XmlRpcConfigImpl
Sets the encoding for basic authentication.
setBasicPassword(String) - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Sets the password for basic authentication.
setBasicUserName(String) - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Sets the user name for basic authentication.
setBufferSize(int) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
setCharacterEncoding(String) - method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
setCharacterEncoding(String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setConfig(org.apache.xmlrpc.client.XmlRpcClientConfig) - method in class org.apache.xmlrpc.client.XmlRpcClient
Sets the clients default configuration.
setConfig(org.apache.xmlrpc.server.XmlRpcServerConfig) - method in class org.apache.xmlrpc.server.XmlRpcServer
Sets the servers configuration.
setConnectionTimeout(int) - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Set the connection timeout in milliseconds.
setContentLength(int) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
setContentLength(int) - method in class org.apache.xmlrpc.webserver.RequestData
Sets the requests content length.
setContentLength(int) - method in class org.apache.xmlrpc.server.ServerHttpConnection
Sets the content length.
setContentLength(int) - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
setContentLength(int) - method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
setContentLengthOptional(boolean) - method in class org.apache.xmlrpc.XmlRpcConfigImpl
Sets, whether a "Content-Length" header may be omitted.
setContentType(String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
setDateHeader(String,long) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
setDocumentLocator(Locator) - method in class org.apache.xmlrpc.parser.ExtParser
setDocumentLocator(Locator) - method in class org.apache.xmlrpc.parser.TypeParserImpl
setEnabledForExceptions(boolean) - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Sets, whether the response should contain a "faultCause" element in case of errors.
setEnabledForExceptions(boolean) - method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
Sets, whether the server may create a "faultCause" element in an error response.
setEnabledForExtensions(boolean) - method in class org.apache.xmlrpc.XmlRpcConfigImpl
Sets, whether extensions are enabled.
setEncoding(String) - method in class org.apache.xmlrpc.XmlRpcConfigImpl
Sets the requests encoding.
setGzipCompressing(boolean) - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Sets, whether gzip compression is being used for transmitting the request.
setGzipRequesting(boolean) - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Sets, whether gzip compression is requested for the response.
Sets the servers handler mapping.
setHeader(String,String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
setHttpClient(HttpClient) - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
Sets the factories HttpClient.
setHttpVersion(String) - method in class org.apache.xmlrpc.webserver.RequestData
Sets the requests HTTP version.
setIntHeader(String,int) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
setKeepAlive(boolean) - method in class org.apache.xmlrpc.webserver.RequestData
Sets, whether HTTP keepAlive is enabled for this connection.
setKeepAliveEnabled(boolean) - method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
Sets, whether HTTP keepalive is enabled for this server.
setLocale(Locale) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
setMaxThreads(int) - method in class org.apache.xmlrpc.common.XmlRpcController
Sets the maximum number of concurrent requests.
setMethod(String) - method in class org.apache.xmlrpc.webserver.RequestData
Sets the request method.
setObjectMethodLocal(boolean) - method in class org.apache.xmlrpc.client.util.ClientFactory
Sets, whether a method declared by the Object class is performed by the local object, rather than by the server.
setParanoid(boolean) - method in class org.apache.xmlrpc.webserver.WebServer
Switch client filtering on/off.
setProperty(Object,String,String) - static method in class org.apache.xmlrpc.util.ReflectionUtil
This method attempts to set a property value on a given object by calling a matching setter.
setReplyTimeout(int) - method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Set the reply timeout in milliseconds.
setRequestHeader(String,String) - method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
setRequestHeader(String,String) - method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
setRequestHeader(String,String) - method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
setRequestHeader(String,String) - method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
setResponseHeader(String,String) - method in class org.apache.xmlrpc.webserver.Connection
Sets a response header value.
setResponseHeader(String,String) - method in class org.apache.xmlrpc.server.ServerHttpConnection
Sets a response header.
setResult(Object) - method in class org.apache.xmlrpc.parser.TypeParserImpl
Sets the result object.
setResult(String) - method in class org.apache.xmlrpc.parser.AtomicParser
setResult(String) - method in class org.apache.xmlrpc.parser.BigDecimalParser
setResult(String) - method in class org.apache.xmlrpc.parser.BigIntegerParser
setResult(String) - method in class org.apache.xmlrpc.parser.BooleanParser
setResult(String) - method in class org.apache.xmlrpc.parser.CalendarParser
setResult(String) - method in class org.apache.xmlrpc.parser.DateParser
setResult(String) - method in class org.apache.xmlrpc.parser.DoubleParser
setResult(String) - method in class org.apache.xmlrpc.parser.FloatParser
setResult(String) - method in class org.apache.xmlrpc.parser.I1Parser
setResult(String) - method in class org.apache.xmlrpc.parser.I2Parser
setResult(String) - method in class org.apache.xmlrpc.parser.I4Parser
setResult(String) - method in class org.apache.xmlrpc.parser.I8Parser
setResult(String) - method in class org.apache.xmlrpc.parser.LongParser
setResult(String) - method in class org.apache.xmlrpc.parser.NullParser
setResult(String) - method in class org.apache.xmlrpc.parser.StringParser
setServerURL(URL) - method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Sets the servers URL.
setStatus(int) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
setStatus(int,String) - method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
setSuccess(boolean) - method in class org.apache.xmlrpc.webserver.RequestData
Sets, whether the request was executed successfull.
setTimeZone(TimeZone) - method in class org.apache.xmlrpc.XmlRpcConfigImpl
Returns the timezone, which is used to interpret date/time values.
Sets the clients transport factory.
Sets the mappings TypeConverterFactory.
Sets the servers TypeConverterFactory.
Sets the servlets TypeConverterFactory.
Sets the type factory.
setVoidMethodEnabled(boolean) - method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Sets, whether void methods are enabled.
Sets the clients worker factory.
Returns the XmlRpcRequestProcessor being invoked.
Sets the clients instance of XmlWriterFactory.
Sets the XML Writer factory.
shutdown() - method in class org.apache.xmlrpc.webserver.Connection
Interrupts the task.
shutdown() - method in class org.apache.xmlrpc.webserver.ServletConnection
shutdown() - method in class org.apache.xmlrpc.util.ThreadPool
Closes the pool.
shutdown() - method in class org.apache.xmlrpc.util.ThreadPool.InterruptableTask
Interrupts the task.
shutdown() - method in class org.apache.xmlrpc.webserver.WebServer
Stop listening on the server port.
skip(long) - method in class org.apache.xmlrpc.util.LimitedInputStream
skippedEntity(String) - method in class org.apache.xmlrpc.parser.ExtParser
skippedEntity(String) - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
Skipped entities raise an exception by default.
skippedEntity(String) - method in class org.apache.xmlrpc.parser.TypeParserImpl
Skipped entities raise an exception by default.
start() - method in class org.apache.xmlrpc.webserver.WebServer
Spawns a new thread which binds this server to the port it's configured to accept connections on.
startDocument() - method in class org.apache.xmlrpc.parser.AtomicParser
startDocument() - method in class org.apache.xmlrpc.parser.ByteArrayParser
startDocument() - method in class org.apache.xmlrpc.parser.ExtParser
startDocument() - method in class org.apache.xmlrpc.parser.MapParser
startDocument() - method in class org.apache.xmlrpc.parser.ObjectArrayParser
startDocument() - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
startDocument() - method in class org.apache.xmlrpc.parser.TypeParserImpl
startDocument() - method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
startDocument() - method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
startElement(String,String,String,Attributes) - method in class org.apache.xmlrpc.parser.AtomicParser
startElement(String,String,String,Attributes) - method in class org.apache.xmlrpc.parser.ByteArrayParser
startElement(String,String,String,Attributes) - method in class org.apache.xmlrpc.parser.ExtParser
startElement(String,String,String,Attributes) - method in class org.apache.xmlrpc.parser.MapParser
startElement(String,String,String,Attributes) - method in class org.apache.xmlrpc.parser.ObjectArrayParser
startElement(String,String,String,Attributes) - method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
startElement(String,String,String,Attributes) - method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
startPrefixMapping(String,String) - method in class org.apache.xmlrpc.parser.ExtParser
startPrefixMapping(String,String) - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
startPrefixMapping(String,String) - method in class org.apache.xmlrpc.parser.TypeParserImpl
startTask(org.apache.xmlrpc.util.ThreadPool.Task) - method in class org.apache.xmlrpc.util.ThreadPool
Starts a task immediately.
startValueTag() - method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
This is an alternative implementation of RequestProcessorFactoryFactory.
STRING_TAG - static field in class org.apache.xmlrpc.serializer.StringSerializer
(Optional) Tag name of a string value.
StringParser - class org.apache.xmlrpc.parser.StringParser
Parser implementation for parsing a string.
StringSerializer - class org.apache.xmlrpc.serializer.StringSerializer
A TypeSerializer for strings.
STRUCT_TAG - static field in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps struct tag.

T

ThreadPool.Task - interface org.apache.xmlrpc.util.ThreadPool.Task
The thread pool contains instances of ThreadPool.Task.
ThreadPool - class org.apache.xmlrpc.util.ThreadPool
Simple thread pool.
ThreadPool(int,String) - constructor for class org.apache.xmlrpc.util.ThreadPool
Creates a new instance.
This exception is thrown, if the request times out.
TimeoutException(int,String) - constructor for class org.apache.xmlrpc.client.TimingOutCallback.TimeoutException
Creates a new instance with the given error code and error message.
TimingOutCallback - class org.apache.xmlrpc.client.TimingOutCallback
A callback object that can wait up to a specified amount of time for the XML-RPC response.
TimingOutCallback(long) - constructor for class org.apache.xmlrpc.client.TimingOutCallback
Waits the specified number of milliseconds for a response.
TypeConverter - interface org.apache.xmlrpc.common.TypeConverter
A TypeConverter is used when actually calling the handler method or actually returning the result object.
TypeConverterFactory - interface org.apache.xmlrpc.common.TypeConverterFactory
A TypeConverterFactory is called for creating instances of TypeConverter.
TypeConverterFactoryImpl - class org.apache.xmlrpc.common.TypeConverterFactoryImpl
Default implementation of TypeConverterFactory.
TypeFactory - interface org.apache.xmlrpc.common.TypeFactory
A type factory creates serializers or handlers, based on the object type.
TypeFactoryImpl - class org.apache.xmlrpc.common.TypeFactoryImpl
Default implementation of a type factory.
TypeFactoryImpl(org.apache.xmlrpc.common.XmlRpcController) - constructor for class org.apache.xmlrpc.common.TypeFactoryImpl
Creates a new instance.
TypeParser - interface org.apache.xmlrpc.parser.TypeParser
Interface of a SAX handler parsing a single parameter or result object.
TypeParserImpl - class org.apache.xmlrpc.parser.TypeParserImpl
Abstract base implementation of a TypeParser, for derivation of subclasses.
TypeSerializer - interface org.apache.xmlrpc.serializer.TypeSerializer
A TypeSerializer is able to write a parameter or result object to the XML RPC request or response.
TypeSerializerImpl - class org.apache.xmlrpc.serializer.TypeSerializerImpl
Abstract base implementation of a type serializer.

U

USER_AGENT - static field in class org.apache.xmlrpc.client.XmlRpcHttpTransport
The user agent string.
UTF8_ENCODING - static field in class org.apache.xmlrpc.common.XmlRpcStreamConfig
Default encoding (UTF-8).
Util - class org.apache.xmlrpc.metadata.Util
Utility class, which provides services to meta data handlers and handler mappings.

V

VALUE_TAG - static field in class org.apache.xmlrpc.serializer.TypeSerializerImpl
Tag name of a value element.

W

waitForResponse() - method in class org.apache.xmlrpc.client.TimingOutCallback
Called to wait for the response.
WebServer - class org.apache.xmlrpc.webserver.WebServer
The WebServer is a minimal HTTP server, that might be used as an embedded web server.
WebServer(int) - constructor for class org.apache.xmlrpc.webserver.WebServer
Creates a web server at the specified port number.
WebServer(int,InetAddress) - constructor for class org.apache.xmlrpc.webserver.WebServer
Creates a web server at the specified port number and IP address.
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.BigDecimalSerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.BigIntegerSerializer
Writes the object pObject to the SAX handler pHandler.
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.BooleanSerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.ByteArraySerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.CalendarSerializer
Writes the object pObject to the SAX handler pHandler.
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.DateSerializer
Writes the object pObject to the SAX handler pHandler.
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.DoubleSerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.ExtSerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.FloatSerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.I1Serializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.I2Serializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.I4Serializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.I8Serializer
Writes the object pObject to the SAX handler pHandler.
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.MapSerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.NullSerializer
Writes the object pObject to the SAX handler pHandler.
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.ObjectArraySerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.SerializableSerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.StringSerializer
write(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.TypeSerializer
Writes the object pObject to the SAX handler pHandler.
write(ContentHandler,String,char[]) - method in class org.apache.xmlrpc.serializer.TypeSerializerImpl
write(ContentHandler,String,String) - method in class org.apache.xmlrpc.serializer.TypeSerializerImpl
write(ContentHandler,String,String,String) - method in class org.apache.xmlrpc.serializer.TypeSerializerImpl
write(org.apache.xmlrpc.XmlRpcRequest) - method in class org.apache.xmlrpc.serializer.XmlRpcWriter
Writes a clients request to the output stream.
write(org.apache.xmlrpc.XmlRpcRequestConfig,int,String) - method in class org.apache.xmlrpc.serializer.XmlRpcWriter
Writes a servers error message to the output stream.
Writes a servers error message to the output stream.
write(org.apache.xmlrpc.XmlRpcRequestConfig,Object) - method in class org.apache.xmlrpc.serializer.XmlRpcWriter
Writes a servers response to the output stream.
write(OutputStream) - method in class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
Writes the requests data to the given output stream.
write(OutputStream) - method in class org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
write(OutputStream) - method in class org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriter
Writes the requests data to the given output stream.
write(OutputStream) - method in class org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
Writes the requests uncompressed XML data to the given output stream.
writeData(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.ListSerializer
writeData(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.MapSerializer
writeData(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.ObjectArraySerializer
writeEntry(ContentHandler,Object,Object) - method in class org.apache.xmlrpc.serializer.MapSerializer
Writes an error response to the output stream.
Writes an error responses headers to the output stream.
writeObject(ContentHandler,Object) - method in class org.apache.xmlrpc.serializer.ObjectArraySerializer
Writes the response header and the response to the output stream.
Writes the response header to the output stream.
writeValue(Object) - method in class org.apache.xmlrpc.serializer.XmlRpcWriter
Writes the XML representation of a Java object.

X

XmlRpcClient - class org.apache.xmlrpc.client.XmlRpcClient
The main access point of an XML-RPC client.
XmlRpcClientConfig - interface org.apache.xmlrpc.client.XmlRpcClientConfig
This interface is being implemented by an Apache XML-RPC clients configuration object.
XmlRpcClientConfigImpl - class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Default implementation of a clients request configuration.
XmlRpcClientConfigImpl() - constructor for class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Creates a new client configuration with default settings.
XmlRpcClientException - class org.apache.xmlrpc.client.XmlRpcClientException
This is thrown by many of the client classes if an error occured processing and XML-RPC request or response due to client side processing.
XmlRpcClientException(String,Throwable) - constructor for class org.apache.xmlrpc.client.XmlRpcClientException
Create an XmlRpcClientException with the given message and underlying cause exception.
XmlRpcClientRequestImpl - class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
Default implementation of XmlRpcRequest.
Creates a new instance.
Creates a new instance.
XmlRpcClientWorker - class org.apache.xmlrpc.client.XmlRpcClientWorker
Object, which performs a request on the clients behalf.
Creates a new instance.
XmlRpcClientWorkerFactory - class org.apache.xmlrpc.client.XmlRpcClientWorkerFactory
A worker factory for the client, creating instances of XmlRpcClientWorker.
Creates a new instance.
XmlRpcCommonsTransport - class org.apache.xmlrpc.client.XmlRpcCommonsTransport
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
Creates a new instance.
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
Creates a new instance.
XmlRpcConfig - interface org.apache.xmlrpc.XmlRpcConfig
A common base interface for XmlRpcClientConfig, and XmlRpcServerConfig.
XmlRpcConfigImpl - class org.apache.xmlrpc.XmlRpcConfigImpl
Default implementation of XmlRpcConfig.
XmlRpcController - class org.apache.xmlrpc.common.XmlRpcController
A common base class for XmlRpcServer and XmlRpcClient.
XmlRpcDateTimeDateFormat - class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
An extension of XmlRpcDateTimeFormat, which accepts and/or creates instances of Date.
XmlRpcDateTimeFormat - class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
An instance of java.text.Format, which may be used to parse and format dateTime values, as specified by the XML-RPC specification.
XmlRpcException - class org.apache.xmlrpc.XmlRpcException
This exception is thrown by the XmlRpcClient, if an invocation of the remote method failed.
XmlRpcException(int,String) - constructor for class org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given error code and error message.
XmlRpcException(int,String,Throwable) - constructor for class org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given error code, error message and cause.
XmlRpcException(String) - constructor for class org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given error message and error code 0.
XmlRpcException(String,Throwable) - constructor for class org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given error message and cause.
XmlRpcExtensionException - class org.apache.xmlrpc.common.XmlRpcExtensionException
This exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.
XmlRpcExtensionException(String) - constructor for class org.apache.xmlrpc.common.XmlRpcExtensionException
Creates a new instance with the given error message.
XmlRpcHandler - interface org.apache.xmlrpc.XmlRpcHandler
The XML-RPC server uses this interface to call a method of an RPC handler.
XmlRpcHandlerMapping - interface org.apache.xmlrpc.server.XmlRpcHandlerMapping
Maps from a handler name to a handler object.
XmlRpcHttpClientConfig - interface org.apache.xmlrpc.client.XmlRpcHttpClientConfig
Extension of XmlRpcClientConfig for HTTP based transport.
XmlRpcHttpConfig - interface org.apache.xmlrpc.common.XmlRpcHttpConfig
Interface of a configuration for HTTP requests.
XmlRpcHttpRequestConfig - interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Extension of XmlRpcClientConfig for HTTP based transport.
Default implementation of a request configuration.
XmlRpcHttpServer - class org.apache.xmlrpc.server.XmlRpcHttpServer
Abstract extension of XmlRpcStreamServer for deriving HTTP servers.
XmlRpcHttpServerConfig - interface org.apache.xmlrpc.server.XmlRpcHttpServerConfig
HTTP servers configuration.
XmlRpcHttpTransport - class org.apache.xmlrpc.client.XmlRpcHttpTransport
Abstract base implementation of an HTTP transport.
XmlRpcInvocationException - class org.apache.xmlrpc.common.XmlRpcInvocationException
This exception is thrown, if the server catches an exception, which is thrown by the handler.
XmlRpcInvocationException(int,String,Throwable) - constructor for class org.apache.xmlrpc.common.XmlRpcInvocationException
Creates a new instance with the given error code, error message and cause.
XmlRpcInvocationException(String,Throwable) - constructor for class org.apache.xmlrpc.common.XmlRpcInvocationException
Creates a new instance with the given error message and cause.
XmlRpcIOException - class org.apache.xmlrpc.util.XmlRpcIOException
This is a subclass of IOException, which allows to attach a linked exception.
XmlRpcIOException(Throwable) - constructor for class org.apache.xmlrpc.util.XmlRpcIOException
Creates a new instance of XmlRpcIOException with the given cause.
XmlRpcListableHandlerMapping - interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
A listable handler mapping is able to provide support for XML-RPC meta data, as specified here.
XmlRpcLiteHttpTransport - class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
A "light" HTTP transport implementation.
Creates a new instance.
Factory for the lite HTTP transport, XmlRpcLiteHttpTransport.
Creates a new instance.
XmlRpcLoadException - class org.apache.xmlrpc.common.XmlRpcLoadException
This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.
XmlRpcLoadException(String) - constructor for class org.apache.xmlrpc.common.XmlRpcLoadException
Creates a new instance.
XmlRpcLocalClientConfig - interface org.apache.xmlrpc.client.XmlRpcLocalClientConfig
Interface of a client configuration for local rpc calls.
XmlRpcLocalStreamServer - class org.apache.xmlrpc.server.XmlRpcLocalStreamServer
Server part of a local stream transport.
Another local transport for debugging and testing.
Creates a new instance.
Another local transport factory for debugging and testing.
Creates a new instance.
XmlRpcLocalTransport - class org.apache.xmlrpc.client.XmlRpcLocalTransport
The default implementation of a local transport.
Creates a new instance.
A transport factory being used for local XML-RPC calls.
Creates a new instance, operated by the given client.
XmlRpcMetaDataHandler - interface org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
A metadata handler is able to provide metadata about itself, as specified here.
This exception is thrown, if an unknown handler is called.
XmlRpcNoSuchHandlerException(String) - constructor for class org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException
Creates a new instance with the given message.
This exception must be thrown, if the user isn't authenticated.
XmlRpcNotAuthorizedException(String) - constructor for class org.apache.xmlrpc.common.XmlRpcNotAuthorizedException
Creates a new instance with the given error message.
XmlRpcRequest - interface org.apache.xmlrpc.XmlRpcRequest
Interface to an XML-RPC request made by a client.
XmlRpcRequestConfig - interface org.apache.xmlrpc.XmlRpcRequestConfig
Interface of a request configuration.
XmlRpcRequestParser - class org.apache.xmlrpc.parser.XmlRpcRequestParser
A SAX parser for an XmlRpcClient's request.
Creates a new instance, which parses a clients request.
XmlRpcRequestProcessor - interface org.apache.xmlrpc.common.XmlRpcRequestProcessor
Interface of an object, which is able to process XML-RPC requests.
Interface of an object, which may be used to create instances of XmlRpcRequestProcessor.
XmlRpcResponseParser - class org.apache.xmlrpc.parser.XmlRpcResponseParser
A SAX parser for an XmlRpcServer's response.
Creates a new instance.
XmlRpcServer - class org.apache.xmlrpc.server.XmlRpcServer
A multithreaded, reusable XML-RPC server object.
XmlRpcServerConfig - interface org.apache.xmlrpc.server.XmlRpcServerConfig
Server specific extension of XmlRpcConfig.
XmlRpcServerConfigImpl - class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
Default implementation of XmlRpcServerConfig.
XmlRpcServerWorker - class org.apache.xmlrpc.server.XmlRpcServerWorker
Server specific implementation of XmlRpcWorker.
Creates a new instance.
XmlRpcServerWorkerFactory - class org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
Server specific worker factory.
Creates a new factory with the given controller.
XmlRpcServlet - class org.apache.xmlrpc.webserver.XmlRpcServlet
A default servlet implementation The typical use would be to derive a subclass, which is overwriting at least the method newXmlRpcHandlerMapping().
XmlRpcServletServer - class org.apache.xmlrpc.webserver.XmlRpcServletServer
An extension of XmlRpcServer, which is suitable for processing servlet requests.
XmlRpcStreamConfig - interface org.apache.xmlrpc.common.XmlRpcStreamConfig
Interface of a configuration for a stream based transport.
XmlRpcStreamRequestConfig - interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Interface of a client configuration for a transport, which is implemented by writing to a stream.
XmlRpcStreamRequestProcessor - interface org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor
An instance of XmlRpcRequestProcessor, which is processing an XML stream.
XmlRpcStreamServer - class org.apache.xmlrpc.server.XmlRpcStreamServer
Extension of XmlRpcServer with support for reading requests from a stream and writing the response to another stream.
XmlRpcStreamTransport - class org.apache.xmlrpc.client.XmlRpcStreamTransport
Implementation of a transport class, which is based on an output stream for sending the request and an input stream for receiving the response,
Creates a new instance on behalf of the given client.
Abstract base implementation of a factory for stream transports.
Creates a new instance.
XmlRpcSunHttpTransport - class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
Default implementation of an HTTP transport, based on the java.net.HttpURLConnection class.
Creates a new instance.
Default implementation of a HTTP transport factory, based on the java.net.HttpURLConnection class.
Creates a new factory, which creates transports for the given client.
XmlRpcSystemImpl - class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
This class implements the various "system" calls, as specifies by XmlRpcListableHandlerMapping.
Creates a new instance, which provides meta data for the given handler mappings methods.
XmlRpcTransport - interface org.apache.xmlrpc.client.XmlRpcTransport
Interface from XML-RPC to an underlying transport, most likely based on HTTP.
XmlRpcTransportFactory - interface org.apache.xmlrpc.client.XmlRpcTransportFactory
Interface of an object creating instances of XmlRpcTransport.
Abstract base implementation of an XmlRpcTransportFactory.
Creates a new instance.
XmlRpcTransportImpl - class org.apache.xmlrpc.client.XmlRpcTransportImpl
Abstract base implementation of an XmlRpcTransport.
Creates a new instance.
XmlRpcWorker - interface org.apache.xmlrpc.common.XmlRpcWorker
An object, which executes requests on the controllers behalf.
XmlRpcWorkerFactory - class org.apache.xmlrpc.common.XmlRpcWorkerFactory
A factory for XmlRpcWorker instances.
Creates a new instance.
XmlRpcWriter - class org.apache.xmlrpc.serializer.XmlRpcWriter
This class is responsible for writing an XmlRpc request or an XmlRpc response to an output stream.
Creates a new instance.
XmlWriterFactory - interface org.apache.xmlrpc.serializer.XmlWriterFactory
This factory is responsible for creating instances of org.apache.ws.commons.serialize.XMLWriter.

Z

ZERO_ATTRIBUTES - static field in class org.apache.xmlrpc.serializer.TypeSerializerImpl

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.