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

A

ARRAY_TAG - Static variable in class org.apache.xmlrpc.serializer.ObjectArraySerializer
Tag name of an array value.
AbstractReflectiveHandlerMapping - class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.
Abstract base class of handler mappings, which are using reflection.
AbstractReflectiveHandlerMapping() - Constructor for class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
AbstractReflectiveHandlerMapping.AuthenticationHandler - interface org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.AuthenticationHandler.
An object implementing this interface may be used to validate user names and passwords.
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.
accept - Variable 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
 
addTask(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.

B

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

C

CALENDAR_TAG - Static variable in class org.apache.xmlrpc.serializer.CalendarSerializer
Tag name of a BigDecimal value.
CalendarParser - class org.apache.xmlrpc.parser.CalendarParser.
Parser for integer values.
CalendarParser() - Constructor for class org.apache.xmlrpc.parser.CalendarParser
 
CalendarSerializer - class org.apache.xmlrpc.serializer.CalendarSerializer.
A TypeSerializer for date values.
CalendarSerializer() - Constructor for class org.apache.xmlrpc.serializer.CalendarSerializer
 
CharSetXmlWriterFactory - class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory.
An implementation of XmlWriterFactory, which creates instances of org.apache.ws.commons.serialize.CharSetXMLWriter.
CharSetXmlWriterFactory() - Constructor for class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
 
ClientFactory - class org.apache.xmlrpc.client.util.ClientFactory.
The ClientFactory is a useful tool for simplifying the use of Apache XML-RPC.
ClientFactory(XmlRpcClient, TypeConverterFactory) - Constructor for class org.apache.xmlrpc.client.util.ClientFactory
Creates a new instance.
ClientFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.util.ClientFactory
Creates a new instance.
Connection - class org.apache.xmlrpc.webserver.Connection.
Handler for a single clients connection.
Connection(WebServer, XmlRpcStreamServer, Socket) - Constructor for class org.apache.xmlrpc.webserver.Connection
Creates a new webserver connection on the given socket.
cfg - Variable 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
 
cloneMe() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Creates a clone of this client configuration.
close() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
close() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
close() - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
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
 
close() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
Closes the connection, and frees resources.
close() - Method in class org.apache.xmlrpc.webserver.Connection
 
close() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
 
code - Variable in class org.apache.xmlrpc.XmlRpcException
The fault code of the exception.
containsHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
convert(Object) - Method in interface org.apache.xmlrpc.common.TypeConverter
Converts the given object into the required representation.
createServerSocket(int, int, InetAddress) - Method in class org.apache.xmlrpc.webserver.WebServer
Factory method to manufacture the server socket.

D

DATA_TAG - Static variable in class org.apache.xmlrpc.serializer.ObjectArraySerializer
Tag name of an arrays data.
DATE_TAG - Static variable in class org.apache.xmlrpc.serializer.CalendarSerializer
Tag name of a date value.
DATE_TAG - Static variable in class org.apache.xmlrpc.serializer.DateSerializer
Tag name of a date value.
DOM_TAG - Static variable in class org.apache.xmlrpc.serializer.NodeSerializer
The local name of a dom tag.
DOUBLE_TAG - Static variable in class org.apache.xmlrpc.serializer.DoubleSerializer
Tag name of a double 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.
DoubleParser - class org.apache.xmlrpc.parser.DoubleParser.
Parser for double values.
DoubleParser() - Constructor for class org.apache.xmlrpc.parser.DoubleParser
 
DoubleSerializer - class org.apache.xmlrpc.serializer.DoubleSerializer.
A TypeSerializer for doubles.
DoubleSerializer() - Constructor for class org.apache.xmlrpc.serializer.DoubleSerializer
 
deny - Variable 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.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Creates a new instance of RequestData for the request.

E

EXTENSIONS_URI - Static variable in class org.apache.xmlrpc.serializer.XmlRpcWriter
The namespace URI for proprietary XML-RPC extensions.
EX_FLOAT_TAG - Static variable in class org.apache.xmlrpc.serializer.FloatSerializer
Fully qualified name of a float value.
EX_I1_TAG - Static variable in class org.apache.xmlrpc.serializer.I1Serializer
Fully qualified name of an i1 value.
EX_I2_TAG - Static variable in class org.apache.xmlrpc.serializer.I2Serializer
Fully qualified name of an i2 value.
EX_I8_TAG - Static variable in class org.apache.xmlrpc.serializer.I8Serializer
Fully qualified name of an i8 value.
EX_NIL_TAG - Static variable in class org.apache.xmlrpc.serializer.NullSerializer
Qualified tag name of a nil value.
ExtParser - class org.apache.xmlrpc.parser.ExtParser.
Base class for parsing external XML representations, like DOM, or JAXB.
ExtParser() - Constructor for class org.apache.xmlrpc.parser.ExtParser
 
ExtSerializer - class org.apache.xmlrpc.serializer.ExtSerializer.
Base class for external XML representations, like DOM, or JAXB.
ExtSerializer() - Constructor for class org.apache.xmlrpc.serializer.ExtSerializer
 
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
 
encodeRedirectUrl(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
encodeURL(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
 
execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.XmlRpcHandler
Performs the request and returns the result object.
execute(String, Object[]) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(XmlRpcClientConfig, String, Object[]) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the given configuration.
execute(String, List) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(XmlRpcClientConfig, String, List) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the given configuration.
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
Performs a synchronous request.
execute(XmlRpcRequest, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
Performs an synchronous request.
execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.common.XmlRpcRequestProcessor
Processes the given request and returns a result object.
execute(XmlRpcStreamRequestConfig, ServerStreamConnection) - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor
Reads an XML-RPC request from the connection object and processes the request, writing the result to the same connection object.
execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.common.XmlRpcWorker
Performs a synchronous request.
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
 
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.XmlRpcLocalStreamServer
 
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.XmlRpcServer
Performs the given request.
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.XmlRpcServerWorker
 
execute(XmlRpcStreamRequestConfig, ServerStreamConnection) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Returns, whether the /** Processes a "connection".
execute(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
Processes the servlet request.
executeAsync(String, Object[], AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the clients default configuration.
executeAsync(XmlRpcClientConfig, String, Object[], AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the given configuration.
executeAsync(String, List, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the clients default configuration.
executeAsync(XmlRpcClientConfig, String, List, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the given configuration.
executeAsync(XmlRpcRequest, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.

F

FLOAT_TAG - Static variable in class org.apache.xmlrpc.serializer.FloatSerializer
Tag name of a float value.
FloatParser - class org.apache.xmlrpc.parser.FloatParser.
Parser for float values.
FloatParser() - Constructor for class org.apache.xmlrpc.parser.FloatParser
 
FloatSerializer - class org.apache.xmlrpc.serializer.FloatSerializer.
A TypeSerializer for floats.
FloatSerializer() - Constructor for class org.apache.xmlrpc.serializer.FloatSerializer
 
flushBuffer() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
 
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
 
getAuthType() - 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.
getBasicEncoding() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
 
getBasicEncoding() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpConfig
Returns the encoding being used to convert the String "username:password" into bytes.
getBasicPassword() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Returns the password being used for basic HTTP authentication.
getBasicPassword() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
getBasicUserName() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Returns the user name being used for basic HTTP authentication.
getBasicUserName() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
getBufferSize() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
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.XmlRpcTransportFactoryImpl
Returns the client operating this factory.
getClient() - Method in class org.apache.xmlrpc.client.XmlRpcTransportImpl
Returns the client, which created this transport.
getClient() - Method in class org.apache.xmlrpc.client.util.ClientFactory
Returns the factories client.
getClientConfig() - Method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients default configuration.
getConfig() - Method in interface org.apache.xmlrpc.XmlRpcRequest
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.LocalStreamConnection
Returns the request configuration.
getConfig() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the controllers default configuration.
getConfig() - Method in class org.apache.xmlrpc.server.XmlRpcServer
 
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 interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Return the connection timeout in milliseconds
getConnectionTimeout() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
getContentLength() - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
 
getContentLength() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getContentLength() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns the requests content length.
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.client.XmlRpcClientWorker
 
getController() - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
Returns the controller, which operates the type factory.
getController() - Method in interface org.apache.xmlrpc.common.XmlRpcWorker
Returns the workers controller.
getController() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns the factory controller.
getController() - Method in class org.apache.xmlrpc.server.XmlRpcServerWorker
 
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
 
getDefaultXmlRpcWorkerFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
Creates the controllers default worker factory.
getDefaultXmlRpcWorkerFactory() - Method in class org.apache.xmlrpc.server.XmlRpcServer
 
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 interface org.apache.xmlrpc.common.XmlRpcStreamConfig
Returns the encoding being used for data encoding, when writing to a stream.
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.jaxb.JaxbParser
 
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.parser.NodeParser
 
getHandler(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the XmlRpcHandler with the given name.
getHandler(String) - Method in interface 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
 
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.client.XmlRpcCommonsTransport
 
getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
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
 
getInputStream(XmlRpcStreamRequestConfig, ServerStreamConnection) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
getInputStream() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
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 interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.listMethods, which is specified as follows:
getListMethods() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
getLocalAddr() - 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
 
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
 
getMaxThreads() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the maximum number of concurrent requests.
getMaxThreads() - Method in class org.apache.xmlrpc.util.ThreadPool
Returns the maximum number of concurrent threads.
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
 
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) - 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 interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.methodSignature, which is specified as follows:
getMethodHelp() - Method in interface org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
This method may be used to implement XmlRpcListableHandlerMapping.getMethodHelp(String).
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(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
getMethodName() - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the requests method name.
getMethodName() - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getMethodName() - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
Returns the method name being invoked.
getMethodSignature(String) - Method in interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.methodSignature, which is specified as follows:
getMethodSignature(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
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(ServerStreamConnection, XmlRpcStreamRequestConfig, OutputStream) - Method in class org.apache.xmlrpc.server.XmlRpcHttpServer
 
getOutputStream(ServerStreamConnection, XmlRpcStreamRequestConfig, OutputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Called to prepare the output stream.
getOutputStream(XmlRpcStreamRequestConfig, ServerStreamConnection, int) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Called to prepare the output stream, if content length is required.
getOutputStream() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getOutputStream(XmlRpcStreamRequestConfig, ServerStreamConnection, int) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
getParameter(int) - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the parameter with index pIndex.
getParameter(int) - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getParameter(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getParameterCount() - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the number of parameters.
getParameterCount() - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
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.
getParser(XmlRpcStreamConfig, NamespaceContextImpl, String, String) - Method in interface org.apache.xmlrpc.common.TypeFactory
Creates a parser for a parameter or result object.
getParser(XmlRpcStreamConfig, NamespaceContextImpl, String, String) - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
 
getParser(XmlRpcStreamConfig, NamespaceContextImpl, String, String) - Method in class org.apache.xmlrpc.jaxb.JaxbTypeFactory
 
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 interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Return the reply timeout in milliseconds
getReplyTimeout() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
getRequest() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns the request stream.
getRequest(XmlRpcStreamRequestConfig, InputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
getRequest() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
Returns the servlet request.
getRequestDispatcher(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestProcessor(XmlRpcRequest) - Method in interface org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestProcessorFactory
This method is invoked for any request in order to create and configure the request processor.
getRequestProcessor(Class, XmlRpcRequest) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
Subclasses may override this method for request specific configuration.
getRequestProcessor(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
Subclasses may override this method for class specific configuration.
getRequestProcessorFactory(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
 
getRequestProcessorFactory(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
 
getRequestProcessorFactory(Class) - Method in interface org.apache.xmlrpc.server.RequestProcessorFactoryFactory
This method is invoked at startup.
getRequestProcessorFactoryFactory() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the mappings RequestProcessorFactoryFactory.
getRequestURI() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestURL() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestedSessionId() - 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
 
getResult() - Method in class org.apache.xmlrpc.parser.NodeParser
 
getResult() - Method in class org.apache.xmlrpc.parser.SerializableParser
 
getResult() - Method in interface org.apache.xmlrpc.parser.TypeParser
Returns the parsed object.
getResult() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
getScheme() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getSerializer(XmlRpcStreamConfig, Object) - Method in interface org.apache.xmlrpc.common.TypeFactory
Creates a serializer for the object pObject.
getSerializer(XmlRpcStreamConfig, Object) - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
 
getSerializer(XmlRpcStreamConfig, Object) - Method in class org.apache.xmlrpc.jaxb.JaxbTypeFactory
 
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 interface 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) - 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.
getSignature(Method[]) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Creates a signature for the given method.
getSignatureType(Class) - Static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given return type or parameter class.
getSignatures() - Method in class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
 
getSignatures() - Method in interface org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
This method may be used to implement XmlRpcListableHandlerMapping.getMethodSignature(String).
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.jaxb.JaxbParser
 
getTagName() - Method in class org.apache.xmlrpc.jaxb.JaxbSerializer
 
getTagName() - Method in class org.apache.xmlrpc.parser.ExtParser
Returns the outer node name.
getTagName() - Method in class org.apache.xmlrpc.parser.NodeParser
 
getTagName() - Method in class org.apache.xmlrpc.serializer.ExtSerializer
Returns the unqualied tag name.
getTagName() - Method in class org.apache.xmlrpc.serializer.NodeSerializer
 
getTimeZone() - Method in interface 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
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLocalTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory
 
getTransport() - Method in interface 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 interface 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 interface org.apache.xmlrpc.common.XmlRpcRequestProcessor
Returns the request processors TypeConverterFactory.
getTypeConverterFactory() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the mappings TypeConverterFactory.
getTypeConverterFactory() - Method in class org.apache.xmlrpc.server.XmlRpcServer
 
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
 
getXMLWriterFactory() - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Returns the XML Writer factory.
getXmlRpcServer() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
 
getXmlRpcServer() - Method in interface org.apache.xmlrpc.common.XmlRpcRequestProcessorFactory
Returns the XmlRpcRequestProcessor being invoked.
getXmlRpcServer() - Method in class org.apache.xmlrpc.webserver.WebServer
Returns the XmlRpcServer.
getXmlRpcServletServer() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets instance of XmlRpcServletServer.
getXmlRpcWriter(XmlRpcStreamRequestConfig, OutputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
getXmlWriter(XmlRpcStreamConfig, OutputStream) - Method in class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
 
getXmlWriter(XmlRpcStreamConfig, OutputStream) - Method in class org.apache.xmlrpc.serializer.DefaultXMLWriterFactory
 
getXmlWriter(XmlRpcStreamConfig, OutputStream) - Method in interface org.apache.xmlrpc.serializer.XmlWriterFactory
Creates a new instance of ContentHandler, writing to the given OutputStream.
getXmlWriterFactory() - Method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients instance of XmlWriterFactory.

H

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
HttpUtil() - Constructor for class org.apache.xmlrpc.util.HttpUtil
 
handleError(XmlRpcRequest, Throwable) - Method in interface org.apache.xmlrpc.client.AsyncCallback
Something went wrong, handle error.
handleError(XmlRpcRequest, Throwable) - Method in class org.apache.xmlrpc.client.TimingOutCallback
 
handleResult(XmlRpcRequest, Object) - Method in interface org.apache.xmlrpc.client.AsyncCallback
Call went ok, handle result.
handleResult(XmlRpcRequest, Object) - Method in class org.apache.xmlrpc.client.TimingOutCallback
 
handlerMap - Variable in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 

I

I1Parser - class org.apache.xmlrpc.parser.I1Parser.
Parser for byte values.
I1Parser() - Constructor for class org.apache.xmlrpc.parser.I1Parser
 
I1Serializer - class org.apache.xmlrpc.serializer.I1Serializer.
A TypeSerializer for bytes.
I1Serializer() - Constructor for class org.apache.xmlrpc.serializer.I1Serializer
 
I1_TAG - Static variable in class org.apache.xmlrpc.serializer.I1Serializer
Tag name of an i1 value.
I2Parser - class org.apache.xmlrpc.parser.I2Parser.
Parser for short values.
I2Parser() - Constructor for class org.apache.xmlrpc.parser.I2Parser
 
I2Serializer - class org.apache.xmlrpc.serializer.I2Serializer.
A TypeSerializer for shorts.
I2Serializer() - Constructor for class org.apache.xmlrpc.serializer.I2Serializer
 
I2_TAG - Static variable in class org.apache.xmlrpc.serializer.I2Serializer
Tag name of an i2 value.
I4Parser - class org.apache.xmlrpc.parser.I4Parser.
Parser for integer values.
I4Parser() - Constructor for class org.apache.xmlrpc.parser.I4Parser
 
I4Serializer - class org.apache.xmlrpc.serializer.I4Serializer.
A TypeSerializer for integers.
I4Serializer() - Constructor for class org.apache.xmlrpc.serializer.I4Serializer
 
I4_TAG - Static variable in class org.apache.xmlrpc.serializer.I4Serializer
Tag name of an i4 value.
I8Parser - class org.apache.xmlrpc.parser.I8Parser.
Parser for long values.
I8Parser() - Constructor for class org.apache.xmlrpc.parser.I8Parser
 
I8Serializer - class org.apache.xmlrpc.serializer.I8Serializer.
A TypeSerializer for longs.
I8Serializer() - Constructor for class org.apache.xmlrpc.serializer.I8Serializer
 
I8_TAG - Static variable in class org.apache.xmlrpc.serializer.I8Serializer
Tag name of an i8 value.
INT_TAG - Static variable in class org.apache.xmlrpc.serializer.I4Serializer
Tag name of an int value.
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
 
initHttpHeaders(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
initHttpHeaders(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
isAuthorized(XmlRpcRequest) - Method in interface org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.AuthenticationHandler
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
 
isCompressingRequest(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
isContentLengthOptional() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
 
isContentLengthOptional() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpConfig
Returns, whether a "Content-Length" header may be omitted.
isContentLengthRequired(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Returns, whether the requests content length is required.
isContentLengthRequired(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
Returns, whether the requests content length is required.
isConvertable(Object) - Method in interface 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
 
isEnabledForExtensions() - Method in interface 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
 
isGzipCompressing() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Returns, whether the request stream is being compressed.
isGzipRequesting() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
isGzipRequesting() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Returns, whether compression is requested for the response stream.
isKeepAlive() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns, whether HTTP keepAlive is enabled for this connection.
isKeepAliveEnabled() - Method in interface 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.
isRequestedSessionIdFromCookie() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
isRequestedSessionIdFromURL() - 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
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Returns, whether the response is gzip compressed.
isResponseGzipCompressed(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
isSecure() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
isSuccess() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
Returns whether the response returned success.
isSuccess() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns, whether the request was executed successfull.
isUserInRole(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
isUsingByteArrayOutput(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
isUsingByteArrayOutput(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
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.
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.

J

JAXB_TAG - Static variable 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.
JaxbTypeFactory(XmlRpcController, JAXBContext) - Constructor for class org.apache.xmlrpc.jaxb.JaxbTypeFactory
Creates a new instance with the given controller and JAXB context.

L

LimitedInputStream - class org.apache.xmlrpc.util.LimitedInputStream.
A filtering 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.
ListSerializer - class org.apache.xmlrpc.serializer.ListSerializer.
A TypeSerializer for lists.
ListSerializer(TypeFactory, XmlRpcStreamConfig) - Constructor for class org.apache.xmlrpc.serializer.ListSerializer
Creates a new instance.
LocalStreamConnection - class org.apache.xmlrpc.common.LocalStreamConnection.
Implementation of ServerStreamConnection for use by the XmlRpcLocalStreamTransport.
LocalStreamConnection(XmlRpcStreamRequestConfig, InputStream) - Constructor for class org.apache.xmlrpc.common.LocalStreamConnection
Creates a new instance with the given request stream.
LongParser - class org.apache.xmlrpc.parser.LongParser.
Parser for long values.
LongParser() - Constructor for class org.apache.xmlrpc.parser.LongParser
 
linkedException - Variable 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.
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.
log(Throwable) - Method in class org.apache.xmlrpc.webserver.WebServer
Logs an error.
log(String) - Method in class org.apache.xmlrpc.webserver.WebServer
Logs a message.
log(String, Throwable) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
 
log(String) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
 

M

MEMBER_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps member tag.
MapParser - class org.apache.xmlrpc.parser.MapParser.
TypeParser implementation for maps.
MapParser(XmlRpcStreamConfig, NamespaceContextImpl, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.MapParser
Creates a new instance.
MapSerializer - class org.apache.xmlrpc.serializer.MapSerializer.
A TypeSerializer for maps.
MapSerializer(TypeFactory, XmlRpcStreamConfig) - Constructor for class org.apache.xmlrpc.serializer.MapSerializer
Creates a new instance.
mark(int) - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
markSupported() - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
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 variable in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps members name tag.
NIL_TAG - Static variable 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.
NodeParser() - Constructor for class org.apache.xmlrpc.parser.NodeParser
 
NodeSerializer - class org.apache.xmlrpc.serializer.NodeSerializer.
The node serializer is serializing a DOM node.
NodeSerializer() - Constructor for class org.apache.xmlrpc.serializer.NodeSerializer
 
NullParser - class org.apache.xmlrpc.parser.NullParser.
SAX parser for a nil element (null value).
NullParser() - Constructor for class org.apache.xmlrpc.parser.NullParser
 
NullSerializer - class org.apache.xmlrpc.serializer.NullSerializer.
A TypeSerializer for null values.
NullSerializer() - Constructor for class org.apache.xmlrpc.serializer.NullSerializer
 
newConfig(HttpServletRequest) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
newHandlerClass(ClassLoader, String) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
 
newInputStream() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
Returns the connections input stream.
newInputStream() - Method in class org.apache.xmlrpc.webserver.Connection
 
newInputStream() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
 
newInstance(Class) - Method in class org.apache.xmlrpc.client.util.ClientFactory
Creates an object, which is implementing the given interface.
newInstance(ClassLoader, 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.
newOutputStream() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
Returns the connections output stream.
newOutputStream() - Method in class org.apache.xmlrpc.webserver.Connection
 
newOutputStream() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
 
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(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
newReqWriter(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
newReqWriter(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
newSocket(String, int) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
newStreamConnection(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
newTask(WebServer, XmlRpcStreamServer, Socket) - Method in class org.apache.xmlrpc.webserver.ServletWebServer
 
newTask(WebServer, XmlRpcStreamServer, Socket) - Method in class org.apache.xmlrpc.webserver.WebServer
 
newThread(Runnable) - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
 
newThreadPool() - Method in class org.apache.xmlrpc.webserver.WebServer
 
newWorker() - Method in class org.apache.xmlrpc.client.XmlRpcClientWorkerFactory
Creates a new worker instance.
newWorker() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Creates a new worker instance.
newWorker() - Method in class org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
 
newXMLReader() - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
newXMLReader() - Static method in class org.apache.xmlrpc.util.SAXParsers
Creates a new instance of XMLReader.
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
 

O

ObjectArrayParser - class org.apache.xmlrpc.parser.ObjectArrayParser.
Parser for an array of objects, as created by ObjectArraySerializer.
ObjectArrayParser(XmlRpcStreamConfig, NamespaceContextImpl, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.ObjectArrayParser
Creates a new instance.
ObjectArraySerializer - class org.apache.xmlrpc.serializer.ObjectArraySerializer.
A TypeSerializer for object arrays.
ObjectArraySerializer(TypeFactory, XmlRpcStreamConfig) - Constructor for class org.apache.xmlrpc.serializer.ObjectArraySerializer
Creates a new instance.
org.apache.xmlrpc - package org.apache.xmlrpc
 
org.apache.xmlrpc.client - package org.apache.xmlrpc.client
 
org.apache.xmlrpc.client.util - package org.apache.xmlrpc.client.util
 
org.apache.xmlrpc.common - package org.apache.xmlrpc.common
 
org.apache.xmlrpc.jaxb - package org.apache.xmlrpc.jaxb
 
org.apache.xmlrpc.metadata - package org.apache.xmlrpc.metadata
 
org.apache.xmlrpc.parser - package org.apache.xmlrpc.parser
 
org.apache.xmlrpc.serializer - package org.apache.xmlrpc.serializer
 
org.apache.xmlrpc.server - package org.apache.xmlrpc.server
 
org.apache.xmlrpc.util - package org.apache.xmlrpc.util
 
org.apache.xmlrpc.webserver - package org.apache.xmlrpc.webserver
 

P

PropertyHandlerMapping - class org.apache.xmlrpc.server.PropertyHandlerMapping.
A handler mapping based on a property file.
PropertyHandlerMapping() - Constructor for class org.apache.xmlrpc.server.PropertyHandlerMapping
 
parseAuthorization(XmlRpcHttpRequestConfigImpl, String) - Static method in class org.apache.xmlrpc.util.HttpUtil
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
 
processingInstruction(String, String) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
PI's are by default ignored.

R

RecursiveTypeParserImpl - class org.apache.xmlrpc.parser.RecursiveTypeParserImpl.
Abstract base class of a parser, that invokes other type parsers recursively.
RecursiveTypeParserImpl(XmlRpcStreamConfig, NamespaceContextImpl, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
Creates a new instance.
ReflectiveXmlRpcHandler - class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.
Default implementation of XmlRpcHandler.
ReflectiveXmlRpcHandler(AbstractReflectiveHandlerMapping, TypeConverterFactory, Class, RequestProcessorFactoryFactory.RequestProcessorFactory, Method[]) - Constructor for class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
Creates a new instance.
ReflectiveXmlRpcMetaDataHandler - class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler.
Default implementation of XmlRpcMetaDataHandler.
ReflectiveXmlRpcMetaDataHandler(AbstractReflectiveHandlerMapping, TypeConverterFactory, Class, RequestProcessorFactoryFactory.RequestProcessorFactory, Method[], String[][], String) - Constructor for class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
Creates a new instance.
RequestData - class org.apache.xmlrpc.webserver.RequestData.
Web servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.
RequestData(Connection) - Constructor for class org.apache.xmlrpc.webserver.RequestData
Creates a new instance.
RequestProcessorFactoryFactory - interface org.apache.xmlrpc.server.RequestProcessorFactoryFactory.
The request processor is the object, which is actually performing the request.
RequestProcessorFactoryFactory.RequestProcessorFactory - interface org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestProcessorFactory.
This is the factory for request processors.
RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory - class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory.
This is the default implementation of RequestProcessorFactoryFactory.
RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory() - Constructor for class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
 
RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory - class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory.
This is an alternative implementation of RequestProcessorFactoryFactory.
RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory() - Constructor for class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
 
read() - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
read(byte[], int, int) - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
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.
readLine(byte[]) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
readResponse(XmlRpcStreamRequestConfig, InputStream) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
registerPublicMethods(String, Class) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Searches for methods in the given class.
releaseWorker(XmlRpcWorker) - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
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.
reset() - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
reset() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
resetBuffer() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
run() - Method in interface org.apache.xmlrpc.util.ThreadPool.Task
Performs the task.
run() - Method in class org.apache.xmlrpc.webserver.Connection
 
run() - Method in class org.apache.xmlrpc.webserver.ServletConnection
 
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.
SAXParsers() - Constructor for class org.apache.xmlrpc.util.SAXParsers
 
SERIALIZABLE_TAG - Static variable in class org.apache.xmlrpc.serializer.SerializableSerializer
Tag name of a base64 value.
STRING_TAG - Static variable in class org.apache.xmlrpc.serializer.StringSerializer
(Optional) Tag name of a string value.
STRUCT_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps struct tag.
SerializableParser - class org.apache.xmlrpc.parser.SerializableParser.
A parser for serializable objects.
SerializableParser() - Constructor for class org.apache.xmlrpc.parser.SerializableParser
 
SerializableSerializer - class org.apache.xmlrpc.serializer.SerializableSerializer.
A TypeSerializer for instances of Serializable.
SerializableSerializer() - Constructor for class org.apache.xmlrpc.serializer.SerializableSerializer
 
ServerHttpConnection - interface org.apache.xmlrpc.server.ServerHttpConnection.
Interface of a ServerStreamConnection for HTTP response transport.
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.
ServletWebServer.Exception - exception 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.
ServletWebServer.Exception(int, String, String) - Constructor for class org.apache.xmlrpc.webserver.ServletWebServer.Exception
Creates a new instance.
StringParser - class org.apache.xmlrpc.parser.StringParser.
Parser implementation for parsing a string.
StringParser() - Constructor for class org.apache.xmlrpc.parser.StringParser
 
StringSerializer - class org.apache.xmlrpc.serializer.StringSerializer.
A TypeSerializer for strings.
StringSerializer() - Constructor for class org.apache.xmlrpc.serializer.StringSerializer
 
sb - Variable 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(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcLocalTransport
 
sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
sendRequest(XmlRpcRequest) - Method in interface org.apache.xmlrpc.client.XmlRpcTransport
Send an XML-RPC message.
serialize(ContentHandler, Object) - Method in class org.apache.xmlrpc.jaxb.JaxbSerializer
 
serialize(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ExtSerializer
Performs the actual serialization.
serialize(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.NodeSerializer
 
server - Variable in class org.apache.xmlrpc.webserver.WebServer
 
serverSocket - Variable in class org.apache.xmlrpc.webserver.WebServer
 
setAttribute(String, Object) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
setAuthenticationHandler(AbstractReflectiveHandlerMapping.AuthenticationHandler) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
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.
setCompressionHeaders(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
setConfig(XmlRpcClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Sets the clients default configuration.
setConfig(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.client.XmlRpcCommonsTransport
 
setContentLength(int) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
setContentLength(int) - Method in interface org.apache.xmlrpc.server.ServerHttpConnection
Sets the content length.
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.
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
 
setCredentials(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
setCredentials(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
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
 
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.
setHandlerMapping(XmlRpcHandlerMapping) - Method in class org.apache.xmlrpc.server.XmlRpcServer
Sets the servers handler mapping.
setHeader(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
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.
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
 
setRequestProcessorFactoryFactory(RequestProcessorFactoryFactory) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Sets the mappings RequestProcessorFactoryFactory.
setResponseHeader(String, String) - Method in interface org.apache.xmlrpc.server.ServerHttpConnection
Sets a response header.
setResponseHeader(ServerStreamConnection, String, String) - Method in class org.apache.xmlrpc.server.XmlRpcHttpServer
 
setResponseHeader(String, String) - Method in class org.apache.xmlrpc.webserver.Connection
Sets a response header value.
setResponseHeader(ServerStreamConnection, String, String) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
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
 
setResult(Object) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
Sets the result object.
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.
setTransportFactory(XmlRpcTransportFactory) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Sets the clients transport factory.
setTypeConverterFactory(TypeConverterFactory) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Sets the mappings TypeConverterFactory.
setTypeConverterFactory(TypeConverterFactory) - Method in class org.apache.xmlrpc.server.XmlRpcServer
Sets the servers TypeConverterFactory.
setTypeFactory(TypeFactory) - Method in class org.apache.xmlrpc.common.XmlRpcController
Sets the type factory.
setWorkerFactory(XmlRpcWorkerFactory) - Method in class org.apache.xmlrpc.common.XmlRpcController
Sets the clients worker factory.
setXMLWriterFactory(XmlWriterFactory) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Sets the XML Writer factory.
setXmlRpcServer(XmlRpcRequestProcessor) - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Returns the XmlRpcRequestProcessor being invoked.
setXmlWriterFactory(XmlWriterFactory) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Sets the clients instance of XmlWriterFactory.
shutdown() - Method in class org.apache.xmlrpc.util.ThreadPool
Closes the pool.
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
 
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.RecursiveTypeParserImpl
 
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(ThreadPool.Task) - Method in class org.apache.xmlrpc.util.ThreadPool
Starts a task immediately.
startValueTag() - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 

T

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.
ThreadPool.Task - interface org.apache.xmlrpc.util.ThreadPool.Task.
The thread pool contains instances of ThreadPool.Task.
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.
TimingOutCallback.TimeoutException - exception org.apache.xmlrpc.client.TimingOutCallback.TimeoutException.
This exception is thrown, if the request times out.
TimingOutCallback.TimeoutException(int, String) - Constructor for class org.apache.xmlrpc.client.TimingOutCallback.TimeoutException
Creates a new instance with the given error code and error message.
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.
TypeConverterFactoryImpl() - Constructor for class org.apache.xmlrpc.common.TypeConverterFactoryImpl
 
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(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.
TypeParserImpl() - Constructor for class org.apache.xmlrpc.parser.TypeParserImpl
 
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.
TypeSerializerImpl() - Constructor for class org.apache.xmlrpc.serializer.TypeSerializerImpl
 

U

USER_AGENT - Static variable in class org.apache.xmlrpc.client.XmlRpcHttpTransport
The user agent string.
UTF8_ENCODING - Static variable in interface 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.
Util() - Constructor for class org.apache.xmlrpc.metadata.Util
 

V

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

W

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.
waitForResponse() - Method in class org.apache.xmlrpc.client.TimingOutCallback
Called to wait for the response.
write(OutputStream) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
 
write(OutputStream) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
 
write(OutputStream) - Method in interface 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.
write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.BigDecimalSerializer
 
write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.BigIntegerSerializer
 
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
 
write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.DateSerializer
 
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
 
write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.MapSerializer
 
write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.NullSerializer
 
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 interface org.apache.xmlrpc.serializer.TypeSerializer
Writes the object pObject to the SAX handler pHandler.
write(ContentHandler, String, String) - Method in class org.apache.xmlrpc.serializer.TypeSerializerImpl
 
write(ContentHandler, String, char[]) - Method in class org.apache.xmlrpc.serializer.TypeSerializerImpl
 
write(ContentHandler, String, String, String) - Method in class org.apache.xmlrpc.serializer.TypeSerializerImpl
 
write(XmlRpcRequest) - Method in class org.apache.xmlrpc.serializer.XmlRpcWriter
Writes a clients request to the output stream.
write(XmlRpcRequestConfig, Object) - Method in class org.apache.xmlrpc.serializer.XmlRpcWriter
Writes a servers response to the output stream.
write(XmlRpcRequestConfig, int, String) - Method in class org.apache.xmlrpc.serializer.XmlRpcWriter
Writes a servers error message to the 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, String, Object) - Method in class org.apache.xmlrpc.serializer.MapSerializer
 
writeError(XmlRpcStreamRequestConfig, OutputStream, Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
writeError(RequestData, Throwable, OutputStream) - Method in class org.apache.xmlrpc.webserver.Connection
Writes an error response to the output stream.
writeErrorHeader(RequestData, Throwable, int) - Method in class org.apache.xmlrpc.webserver.Connection
Writes an error responses headers to the output stream.
writeObject(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ObjectArraySerializer
 
writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
writeRequest(XmlRpcStreamTransport.ReqWriter) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
writeResponse(XmlRpcStreamRequestConfig, OutputStream, Object) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
writeResponse(RequestData, OutputStream) - Method in class org.apache.xmlrpc.webserver.Connection
Writes the response header and the response to the output stream.
writeResponseHeader(RequestData, int) - Method in class org.apache.xmlrpc.webserver.Connection
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.
XmlRpcClient() - Constructor for class org.apache.xmlrpc.client.XmlRpcClient
 
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 - exception 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.
XmlRpcClientRequestImpl(XmlRpcRequestConfig, String, Object[]) - Constructor for class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
Creates a new instance.
XmlRpcClientRequestImpl(XmlRpcRequestConfig, String, List) - Constructor for class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
Creates a new instance.
XmlRpcClientWorker - class org.apache.xmlrpc.client.XmlRpcClientWorker.
Object, which performs a request on the clients behalf.
XmlRpcClientWorker(XmlRpcClientWorkerFactory) - Constructor for class org.apache.xmlrpc.client.XmlRpcClientWorker
Creates a new instance.
XmlRpcClientWorkerFactory - class org.apache.xmlrpc.client.XmlRpcClientWorkerFactory.
A worker factory for the client, creating instances of XmlRpcClientWorker.
XmlRpcClientWorkerFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcClientWorkerFactory
Creates a new instance.
XmlRpcCommonsTransport - class org.apache.xmlrpc.client.XmlRpcCommonsTransport.
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
XmlRpcCommonsTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcCommonsTransport
Creates a new instance.
XmlRpcCommonsTransportFactory - class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory.
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
XmlRpcCommonsTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
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.
XmlRpcConfigImpl() - Constructor for class org.apache.xmlrpc.XmlRpcConfigImpl
 
XmlRpcController - class org.apache.xmlrpc.common.XmlRpcController.
A common base class for XmlRpcServer and XmlRpcClient.
XmlRpcController() - Constructor for class org.apache.xmlrpc.common.XmlRpcController
 
XmlRpcDateTimeDateFormat - class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat.
An extension of XmlRpcDateTimeFormat, which accepts and/or creates instances of Date.
XmlRpcDateTimeDateFormat() - Constructor for class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
 
XmlRpcDateTimeFormat - class org.apache.xmlrpc.util.XmlRpcDateTimeFormat.
An instance of Format, which may be used to parse and format dateTime values, as specified by the XML-RPC specification.
XmlRpcDateTimeFormat() - Constructor for class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
 
XmlRpcException - exception 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(String, Throwable) - Constructor for class org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given 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(int, String, Throwable) - Constructor for class org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given error code, error message and cause.
XmlRpcExtensionException - exception 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.
XmlRpcHttpRequestConfigImpl - class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl.
Default implementation of a request configuration.
XmlRpcHttpRequestConfigImpl() - Constructor for class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
XmlRpcHttpServer - class org.apache.xmlrpc.server.XmlRpcHttpServer.
Abstract extension of XmlRpcStreamServer for deriving HTTP servers.
XmlRpcHttpServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcHttpServer
 
XmlRpcHttpServerConfig - interface org.apache.xmlrpc.server.XmlRpcHttpServerConfig.
HTTP servers configuration.
XmlRpcHttpTransport - class org.apache.xmlrpc.client.XmlRpcHttpTransport.
Abstract base implementation of an HTTP transport.
XmlRpcHttpTransport(XmlRpcClient, String) - Constructor for class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
XmlRpcHttpTransport.ByteArrayReqWriter - class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter.
 
XmlRpcIOException - exception 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.
XmlRpcLiteHttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
Creates a new instance.
XmlRpcLiteHttpTransportFactory - class org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory.
Factory for the lite HTTP transport, XmlRpcLiteHttpTransport.
XmlRpcLiteHttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
Creates a new instance.
XmlRpcLoadException - exception 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.
XmlRpcLocalStreamServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcLocalStreamServer
 
XmlRpcLocalStreamTransport - class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport.
Another local transport for debugging and testing.
XmlRpcLocalStreamTransport(XmlRpcClient, XmlRpcStreamRequestProcessor) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
Creates a new instance.
XmlRpcLocalStreamTransportFactory - class org.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory.
Another local transport factory for debugging and testing.
XmlRpcLocalStreamTransportFactory(XmlRpcClient, XmlRpcStreamRequestProcessor) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
Creates a new instance.
XmlRpcLocalTransport - class org.apache.xmlrpc.client.XmlRpcLocalTransport.
The default implementation of a local transport.
XmlRpcLocalTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalTransport
Creates a new instance.
XmlRpcLocalTransportFactory - class org.apache.xmlrpc.client.XmlRpcLocalTransportFactory.
A transport factory being used for local XML-RPC calls.
XmlRpcLocalTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalTransportFactory
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.
XmlRpcNoSuchHandlerException - exception org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException.
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.
XmlRpcNotAuthorizedException - exception org.apache.xmlrpc.common.XmlRpcNotAuthorizedException.
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.
XmlRpcRequestParser(XmlRpcStreamConfig, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.XmlRpcRequestParser
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.
XmlRpcRequestProcessorFactory - interface org.apache.xmlrpc.common.XmlRpcRequestProcessorFactory.
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.
XmlRpcResponseParser(XmlRpcStreamRequestConfig, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.XmlRpcResponseParser
Creates a new instance.
XmlRpcServer - class org.apache.xmlrpc.server.XmlRpcServer.
A multithreaded, reusable XML-RPC server object.
XmlRpcServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcServer
 
XmlRpcServerConfig - interface org.apache.xmlrpc.server.XmlRpcServerConfig.
Server specific extension of XmlRpcConfig.
XmlRpcServerConfigImpl - class org.apache.xmlrpc.server.XmlRpcServerConfigImpl.
Default implementation of XmlRpcServerConfig.
XmlRpcServerConfigImpl() - Constructor for class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
 
XmlRpcServerWorker - class org.apache.xmlrpc.server.XmlRpcServerWorker.
Server specific implementation of XmlRpcWorker.
XmlRpcServerWorker(XmlRpcServerWorkerFactory) - Constructor for class org.apache.xmlrpc.server.XmlRpcServerWorker
Creates a new instance.
XmlRpcServerWorkerFactory - class org.apache.xmlrpc.server.XmlRpcServerWorkerFactory.
Server specific worker factory.
XmlRpcServerWorkerFactory(XmlRpcServer) - Constructor for class org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
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 XmlRpcServlet.newXmlRpcHandlerMapping().
XmlRpcServlet() - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServlet
 
XmlRpcServletServer - class org.apache.xmlrpc.webserver.XmlRpcServletServer.
An extension of XmlRpcServer, which is suitable for processing servlet requests.
XmlRpcServletServer() - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
XmlRpcServletServer.ServletStreamConnection - class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection.
 
XmlRpcServletServer.ServletStreamConnection(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
 
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.
XmlRpcStreamServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcStreamServer
 
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,
XmlRpcStreamTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransport
Creates a new instance on behalf of the given client.
XmlRpcStreamTransport.GzipReqWriter - class org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter.
 
XmlRpcStreamTransport.GzipReqWriter(XmlRpcStreamTransport.ReqWriter) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
 
XmlRpcStreamTransport.ReqWriter - interface org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriter.
 
XmlRpcStreamTransport.ReqWriterImpl - class org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl.
 
XmlRpcStreamTransport.ReqWriterImpl(XmlRpcRequest) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
 
XmlRpcStreamTransportFactory - class org.apache.xmlrpc.client.XmlRpcStreamTransportFactory.
Abstract base implementation of a factory for stream transports.
XmlRpcStreamTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransportFactory
 
XmlRpcSunHttpTransport - class org.apache.xmlrpc.client.XmlRpcSunHttpTransport.
Default implementation of an HTTP transport, based on the HttpURLConnection class.
XmlRpcSunHttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
Creates a new instance.
XmlRpcSunHttpTransportFactory - class org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory.
Default implementation of a HTTP transport factory, based on the HttpURLConnection class.
XmlRpcSunHttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory
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.
XmlRpcSystemImpl(XmlRpcListableHandlerMapping) - Constructor for class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
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.
XmlRpcTransportFactoryImpl - class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl.
Abstract base implementation of an XmlRpcTransportFactory.
XmlRpcTransportFactoryImpl(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
Creates a new instance.
XmlRpcTransportImpl - class org.apache.xmlrpc.client.XmlRpcTransportImpl.
Abstract base implementation of an XmlRpcTransport.
XmlRpcTransportImpl(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcTransportImpl
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.
XmlRpcWorkerFactory(XmlRpcController) - Constructor for class org.apache.xmlrpc.common.XmlRpcWorkerFactory
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.
XmlRpcWriter(XmlRpcStreamConfig, ContentHandler, TypeFactory) - Constructor for class org.apache.xmlrpc.serializer.XmlRpcWriter
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 variable in class org.apache.xmlrpc.serializer.TypeSerializerImpl
 

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

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