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

A

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.
ARRAY_TAG - Static variable in class org.apache.xmlrpc.serializer.ObjectArraySerializer
Tag name of an array value.
AtomicParser - Class in org.apache.xmlrpc.parser
Abstract base implementation of TypeParser for parsing an atomic value.
AtomicParser() - Constructor for class org.apache.xmlrpc.parser.AtomicParser
Creates a new instance.

B

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

C

CALENDAR_TAG - Static variable in class org.apache.xmlrpc.serializer.CalendarSerializer
Tag name of a BigDecimal value.
CalendarParser - Class in org.apache.xmlrpc.parser
Parser for integer values.
CalendarParser() - Constructor for class org.apache.xmlrpc.parser.CalendarParser
 
CalendarSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for date values.
CalendarSerializer() - Constructor for class org.apache.xmlrpc.serializer.CalendarSerializer
 
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
 
CharSetXmlWriterFactory - Class in org.apache.xmlrpc.serializer
An implementation of XmlWriterFactory, which creates instances of CharSetXMLWriter.
CharSetXmlWriterFactory() - Constructor for class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
 
close() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
Closes the connection, and frees resources.
code - Variable in exception org.apache.xmlrpc.XmlRpcException
The fault code of the exception.
convert(Object) - Method in interface org.apache.xmlrpc.common.TypeConverter
Converts the given object into the required representation.

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.
DateParser - Class in org.apache.xmlrpc.parser
Parser for integer values.
DateParser(Format) - Constructor for class org.apache.xmlrpc.parser.DateParser
Creates a new instance with the given format.
DateSerializer - Class in org.apache.xmlrpc.serializer
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 in org.apache.xmlrpc.serializer
The default implementation of XmlWriterFactory tests, whether the CharSetXmlWriterFactory is usable.
DefaultXMLWriterFactory() - Constructor for class org.apache.xmlrpc.serializer.DefaultXMLWriterFactory
Creates a new instance.
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.
DoubleParser - Class in org.apache.xmlrpc.parser
Parser for double values.
DoubleParser() - Constructor for class org.apache.xmlrpc.parser.DoubleParser
 
DoubleSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for doubles.
DoubleSerializer() - Constructor for class org.apache.xmlrpc.serializer.DoubleSerializer
 

E

encodeBasicAuthentication(String, String, String) - Static method in class org.apache.xmlrpc.util.HttpUtil
Creates the Base64 encoded credentials for HTTP Basic Authentication.
endDocument() - Method in class org.apache.xmlrpc.parser.ExtParser
 
endDocument() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.AtomicParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.ByteArrayParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.ExtParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.MapParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
 
endPrefixMapping(String) - Method in class org.apache.xmlrpc.parser.ExtParser
 
endPrefixMapping(String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
endPrefixMapping(String) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
endValueTag() - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
EX_FLOAT_TAG - Static 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.
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 interface org.apache.xmlrpc.XmlRpcHandler
Performs the request and returns the result object.
EXTENSIONS_URI - Static variable in class org.apache.xmlrpc.serializer.XmlRpcWriter
The namespace URI for proprietary XML-RPC extensions.
ExtParser - Class in org.apache.xmlrpc.parser
Base class for parsing external XML representations, like DOM, or JAXB.
ExtParser() - Constructor for class org.apache.xmlrpc.parser.ExtParser
 
ExtSerializer - Class in org.apache.xmlrpc.serializer
Base class for external XML representations, like DOM, or JAXB.
ExtSerializer() - Constructor for class org.apache.xmlrpc.serializer.ExtSerializer
 

F

FLOAT_TAG - Static variable in class org.apache.xmlrpc.serializer.FloatSerializer
Tag name of a float value.
FloatParser - Class in org.apache.xmlrpc.parser
Parser for float values.
FloatParser() - Constructor for class org.apache.xmlrpc.parser.FloatParser
 
FloatSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for floats.
FloatSerializer() - Constructor for class org.apache.xmlrpc.serializer.FloatSerializer
 
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

getBasicEncoding() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpConfig
Returns the encoding being used to convert the String "username:password" into bytes.
getBasicEncoding() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
 
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
 
getCause() - Method in exception org.apache.xmlrpc.XmlRpcException
 
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 interface org.apache.xmlrpc.XmlRpcRequest
Returns the request configuration.
getConnectionTimeout() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Return the connection timeout in milliseconds
getConnectionTimeout() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
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.
getCurrentRequests() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns the number of currently running requests.
getDefaultXmlRpcWorkerFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
Creates the controllers default worker factory.
getDocumentLocator() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
Returns the document locator.
getEncoding() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamConfig
Returns the encoding being used for data encoding, when writing to a stream.
getEncoding() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
 
getErrorCause() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the (optional) exception.
getErrorCode() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the error code.
getErrorMessage() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the error message.
getExtHandler() - Method in class org.apache.xmlrpc.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
 
getLinkedException() - Method in exception org.apache.xmlrpc.util.XmlRpcIOException
Returns the linked exception, which is the actual cause for this exception.
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.
getMethodName() - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
Returns the method name being invoked.
getMethodName() - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the requests method name.
getNonIdentityTransferEncoding(String) - Static method in class org.apache.xmlrpc.util.HttpUtil
Returns, whether the HTTP header value pHeaderValue indicates, that another encoding than "identity" is used.
getNumThreads() - Method in class org.apache.xmlrpc.util.ThreadPool
Returns the number of threads, which have actually been created, as opposed to the number of currently running threads.
getParameter(int) - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the parameter with index pIndex.
getParameterCount() - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the number of parameters.
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
 
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.
getResponse() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns an output stream, to which the response may be written.
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
 
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
 
getServerStreamConnection() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns the servers connection.
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 class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
Returns the time zone, which is used to interpret date/time values.
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
 
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.
getTypeFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the type factory.
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.
getXmlRpcServer() - Method in interface org.apache.xmlrpc.common.XmlRpcRequestProcessorFactory
Returns the XmlRpcRequestProcessor being invoked.
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.

H

HttpUtil - Class in org.apache.xmlrpc.util
Provides utility functions useful in HTTP communications
HttpUtil() - Constructor for class org.apache.xmlrpc.util.HttpUtil
 

I

I1_TAG - Static variable in class org.apache.xmlrpc.serializer.I1Serializer
Tag name of an i1 value.
I1Parser - Class in org.apache.xmlrpc.parser
Parser for byte values.
I1Parser() - Constructor for class org.apache.xmlrpc.parser.I1Parser
 
I1Serializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for bytes.
I1Serializer() - Constructor for class org.apache.xmlrpc.serializer.I1Serializer
 
I2_TAG - Static variable in class org.apache.xmlrpc.serializer.I2Serializer
Tag name of an i2 value.
I2Parser - Class in org.apache.xmlrpc.parser
Parser for short values.
I2Parser() - Constructor for class org.apache.xmlrpc.parser.I2Parser
 
I2Serializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for shorts.
I2Serializer() - Constructor for class org.apache.xmlrpc.serializer.I2Serializer
 
I4_TAG - Static variable in class org.apache.xmlrpc.serializer.I4Serializer
Tag name of an i4 value.
I4Parser - Class in org.apache.xmlrpc.parser
Parser for integer values.
I4Parser() - Constructor for class org.apache.xmlrpc.parser.I4Parser
 
I4Serializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for integers.
I4Serializer() - Constructor for class org.apache.xmlrpc.serializer.I4Serializer
 
I8_TAG - Static variable in class org.apache.xmlrpc.serializer.I8Serializer
Tag name of an i8 value.
I8Parser - Class in org.apache.xmlrpc.parser
Parser for long values.
I8Parser() - Constructor for class org.apache.xmlrpc.parser.I8Parser
 
I8Serializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for longs.
I8Serializer() - Constructor for class org.apache.xmlrpc.serializer.I8Serializer
 
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
 
INT_TAG - Static variable in class org.apache.xmlrpc.serializer.I4Serializer
Tag name of an int value.
isContentLengthOptional() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpConfig
Returns, whether a "Content-Length" header may be omitted.
isContentLengthOptional() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
 
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
 
isEnabledForExceptions() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
isEnabledForExceptions() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Returns, whether the response should contain a "faultCause" element in case of errors.
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.
isSuccess() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
Returns whether the response returned success.
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 in org.apache.xmlrpc.jaxb
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 in org.apache.xmlrpc.jaxb
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 in org.apache.xmlrpc.jaxb
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 in org.apache.xmlrpc.util
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.
linkedException - Variable in exception 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.
ListSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for lists.
ListSerializer(TypeFactory, XmlRpcStreamConfig) - Constructor for class org.apache.xmlrpc.serializer.ListSerializer
Creates a new instance.
LocalStreamConnection - Class in org.apache.xmlrpc.common
Implementation of ServerStreamConnection for use by the org.apache.xmlrpc.client.XmlRpcLocalStreamTransport.
LocalStreamConnection(XmlRpcStreamRequestConfig, InputStream) - Constructor for class org.apache.xmlrpc.common.LocalStreamConnection
Creates a new instance with the given request stream.
LongParser - Class in org.apache.xmlrpc.parser
Parser for long values.
LongParser() - Constructor for class org.apache.xmlrpc.parser.LongParser
 

M

MapParser - Class in org.apache.xmlrpc.parser
TypeParser implementation for maps.
MapParser(XmlRpcStreamConfig, NamespaceContextImpl, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.MapParser
Creates a new instance.
MapSerializer - Class in org.apache.xmlrpc.serializer
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
 
MEMBER_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps member tag.

N

NAME_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps members name tag.
newInputStream() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
Returns the connections input stream.
newOutputStream() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
Returns the connections output stream.
newWorker() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Creates a new worker instance.
newXMLReader() - Static method in class org.apache.xmlrpc.util.SAXParsers
Creates a new instance of XMLReader.
newXmlWriter() - Method in class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
 
newXmlWriter() - Method in class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
 
NIL_TAG - Static variable in class org.apache.xmlrpc.serializer.NullSerializer
Tag name of a nil value.
NodeParser - Class in org.apache.xmlrpc.parser
A parser for DOM document.
NodeParser() - Constructor for class org.apache.xmlrpc.parser.NodeParser
 
NodeSerializer - Class in org.apache.xmlrpc.serializer
The node serializer is serializing a DOM node.
NodeSerializer() - Constructor for class org.apache.xmlrpc.serializer.NodeSerializer
 
NullParser - Class in org.apache.xmlrpc.parser
SAX parser for a nil element (null value).
NullParser() - Constructor for class org.apache.xmlrpc.parser.NullParser
 
NullSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for null values.
NullSerializer() - Constructor for class org.apache.xmlrpc.serializer.NullSerializer
 

O

ObjectArrayParser - Class in org.apache.xmlrpc.parser
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 in org.apache.xmlrpc.serializer
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.common - package org.apache.xmlrpc.common
 
org.apache.xmlrpc.jaxb - package org.apache.xmlrpc.jaxb
 
org.apache.xmlrpc.parser - package org.apache.xmlrpc.parser
 
org.apache.xmlrpc.serializer - package org.apache.xmlrpc.serializer
 
org.apache.xmlrpc.util - package org.apache.xmlrpc.util
 

P

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
 
printStackTrace(PrintStream) - Method in exception org.apache.xmlrpc.XmlRpcException
 
printStackTrace(PrintWriter) - Method in exception 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

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.
RecursiveTypeParserImpl - Class in org.apache.xmlrpc.parser
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.
ReflectionUtil - Class in org.apache.xmlrpc.util
A utility class for using reflection.
ReflectionUtil() - Constructor for class org.apache.xmlrpc.util.ReflectionUtil
 
releaseWorker(XmlRpcWorker) - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Called, when the worker did its job.
reset() - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
run() - Method in interface org.apache.xmlrpc.util.ThreadPool.Task
Performs the task.

S

SAXParsers - Class in org.apache.xmlrpc.util
Utility class for working with SAX parsers.
SAXParsers() - Constructor for class org.apache.xmlrpc.util.SAXParsers
 
sb - Variable in class org.apache.xmlrpc.parser.AtomicParser
 
SERIALIZABLE_TAG - Static variable in class org.apache.xmlrpc.serializer.SerializableSerializer
Tag name of a base64 value.
SerializableParser - Class in org.apache.xmlrpc.parser
A parser for serializable objects.
SerializableParser() - Constructor for class org.apache.xmlrpc.parser.SerializableParser
 
SerializableSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for instances of Serializable.
SerializableSerializer() - Constructor for class org.apache.xmlrpc.serializer.SerializableSerializer
 
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
 
ServerStreamConnection - Interface in org.apache.xmlrpc.common
Interface of an object, which is able to provide an XML stream, containing an XML-RPC request.
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.
setConnectionTimeout(int) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Set the connection timeout in milliseconds.
setContentLengthOptional(boolean) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
Sets, whether a "Content-Length" header may be omitted.
setDocumentLocator(Locator) - Method in class org.apache.xmlrpc.parser.ExtParser
 
setDocumentLocator(Locator) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
setEnabledForExceptions(boolean) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Sets, whether the response should contain a "faultCause" element in case of errors.
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.
setMaxThreads(int) - Method in class org.apache.xmlrpc.common.XmlRpcController
Sets the maximum number of concurrent requests.
setProperty(Object, String, String) - Static method in class org.apache.xmlrpc.util.ReflectionUtil
This method attempts to set a property value on a given object by calling a matching setter.
setReplyTimeout(int) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Set the reply timeout in milliseconds.
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.
setTimeZone(TimeZone) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
Returns the timezone, which is used to interpret date/time values.
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.
shutdown() - Method in interface org.apache.xmlrpc.util.ThreadPool.InterruptableTask
Interrupts the task.
shutdown() - Method in class org.apache.xmlrpc.util.ThreadPool
Closes the pool.
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.
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
 
STRING_TAG - Static variable in class org.apache.xmlrpc.serializer.StringSerializer
(Optional) Tag name of a string value.
StringParser - Class in org.apache.xmlrpc.parser
Parser implementation for parsing a string.
StringParser() - Constructor for class org.apache.xmlrpc.parser.StringParser
 
StringSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for strings.
StringSerializer() - Constructor for class org.apache.xmlrpc.serializer.StringSerializer
 
STRUCT_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps struct tag.

T

ThreadPool - Class in org.apache.xmlrpc.util
Simple thread pool.
ThreadPool(int, String) - Constructor for class org.apache.xmlrpc.util.ThreadPool
Creates a new instance.
ThreadPool.InterruptableTask - Interface in org.apache.xmlrpc.util
A task, which may be interrupted, if the pool is shutting down.
ThreadPool.Task - Interface in org.apache.xmlrpc.util
The thread pool contains instances of ThreadPool.Task.
TypeConverter - Interface in org.apache.xmlrpc.common
A TypeConverter is used when actually calling the handler method or actually returning the result object.
TypeConverterFactory - Interface in org.apache.xmlrpc.common
A TypeConverterFactory is called for creating instances of TypeConverter.
TypeConverterFactoryImpl - Class in org.apache.xmlrpc.common
Default implementation of TypeConverterFactory.
TypeConverterFactoryImpl() - Constructor for class org.apache.xmlrpc.common.TypeConverterFactoryImpl
 
TypeFactory - Interface in org.apache.xmlrpc.common
A type factory creates serializers or handlers, based on the object type.
TypeFactoryImpl - Class in org.apache.xmlrpc.common
Default implementation of a type factory.
TypeFactoryImpl(XmlRpcController) - Constructor for class org.apache.xmlrpc.common.TypeFactoryImpl
Creates a new instance.
TypeParser - Interface in org.apache.xmlrpc.parser
Interface of a SAX handler parsing a single parameter or result object.
TypeParserImpl - Class in org.apache.xmlrpc.parser
Abstract base implementation of a TypeParser, for derivation of subclasses.
TypeParserImpl() - Constructor for class org.apache.xmlrpc.parser.TypeParserImpl
 
TypeSerializer - Interface in org.apache.xmlrpc.serializer
A TypeSerializer is able to write a parameter or result object to the XML RPC request or response.
TypeSerializerImpl - Class in org.apache.xmlrpc.serializer
Abstract base implementation of a type serializer.
TypeSerializerImpl() - Constructor for class org.apache.xmlrpc.serializer.TypeSerializerImpl
 

U

UTF8_ENCODING - Static variable in interface org.apache.xmlrpc.common.XmlRpcStreamConfig
Default encoding (UTF-8).

V

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

W

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.
write(XmlRpcRequestConfig, int, String, Throwable) - 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, Object, Object) - Method in class org.apache.xmlrpc.serializer.MapSerializer
 
writeObject(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ObjectArraySerializer
 
writeValue(Object) - Method in class org.apache.xmlrpc.serializer.XmlRpcWriter
Writes the XML representation of a Java object.

X

XmlRpcConfig - Interface in org.apache.xmlrpc
A common base interface for org.apache.xmlrpc.client.XmlRpcClientConfig, and org.apache.xmlrpc.server.XmlRpcServerConfig.
XmlRpcConfigImpl - Class in org.apache.xmlrpc
Default implementation of XmlRpcConfig.
XmlRpcConfigImpl() - Constructor for class org.apache.xmlrpc.XmlRpcConfigImpl
 
XmlRpcController - Class in org.apache.xmlrpc.common
A common base class for org.apache.xmlrpc.server.XmlRpcServer and org.apache.xmlrpc.client.XmlRpcClient.
XmlRpcController() - Constructor for class org.apache.xmlrpc.common.XmlRpcController
 
XmlRpcDateTimeDateFormat - Class in org.apache.xmlrpc.util
An extension of XmlRpcDateTimeFormat, which accepts and/or creates instances of Date.
XmlRpcDateTimeDateFormat() - Constructor for class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
 
XmlRpcDateTimeFormat - Class in org.apache.xmlrpc.util
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 in org.apache.xmlrpc
This exception is thrown by the XmlRpcClient, if an invocation of the remote method failed.
XmlRpcException(int, String) - Constructor for exception org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given error code and error message.
XmlRpcException(String, Throwable) - Constructor for exception org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given error message and cause.
XmlRpcException(String) - Constructor for exception org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given error message and error code 0.
XmlRpcException(int, String, Throwable) - Constructor for exception org.apache.xmlrpc.XmlRpcException
Creates a new instance with the given error code, error message and cause.
XmlRpcExtensionException - Exception in org.apache.xmlrpc.common
This exception is thrown, if an attempt to use extensions is made, but extensions aren't explicitly enabled.
XmlRpcExtensionException(String) - Constructor for exception org.apache.xmlrpc.common.XmlRpcExtensionException
Creates a new instance with the given error message.
XmlRpcHandler - Interface in org.apache.xmlrpc
The XML-RPC server uses this interface to call a method of an RPC handler.
XmlRpcHttpConfig - Interface in org.apache.xmlrpc.common
Interface of a configuration for HTTP requests.
XmlRpcHttpRequestConfig - Interface in org.apache.xmlrpc.common
Extension of org.apache.xmlrpc.client.XmlRpcClientConfig for HTTP based transport.
XmlRpcHttpRequestConfigImpl - Class in org.apache.xmlrpc.common
Default implementation of a request configuration.
XmlRpcHttpRequestConfigImpl() - Constructor for class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
XmlRpcInvocationException - Exception in org.apache.xmlrpc.common
This exception is thrown, if the server catches an exception, which is thrown by the handler.
XmlRpcInvocationException(int, String, Throwable) - Constructor for exception org.apache.xmlrpc.common.XmlRpcInvocationException
Creates a new instance with the given error code, error message and cause.
XmlRpcInvocationException(String, Throwable) - Constructor for exception org.apache.xmlrpc.common.XmlRpcInvocationException
Creates a new instance with the given error message and cause.
XmlRpcIOException - Exception in org.apache.xmlrpc.util
This is a subclass of IOException, which allows to attach a linked exception.
XmlRpcIOException(Throwable) - Constructor for exception org.apache.xmlrpc.util.XmlRpcIOException
Creates a new instance of XmlRpcIOException with the given cause.
XmlRpcLoadException - Exception in org.apache.xmlrpc.common
This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.
XmlRpcLoadException(String) - Constructor for exception org.apache.xmlrpc.common.XmlRpcLoadException
Creates a new instance.
XmlRpcNotAuthorizedException - Exception in org.apache.xmlrpc.common
This exception must be thrown, if the user isn't authenticated.
XmlRpcNotAuthorizedException(String) - Constructor for exception org.apache.xmlrpc.common.XmlRpcNotAuthorizedException
Creates a new instance with the given error message.
XmlRpcRequest - Interface in org.apache.xmlrpc
Interface to an XML-RPC request made by a client.
XmlRpcRequestConfig - Interface in org.apache.xmlrpc
Interface of a request configuration.
XmlRpcRequestParser - Class in org.apache.xmlrpc.parser
A SAX parser for an org.apache.xmlrpc.client.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 in org.apache.xmlrpc.common
Interface of an object, which is able to process XML-RPC requests.
XmlRpcRequestProcessorFactory - Interface in org.apache.xmlrpc.common
Interface of an object, which may be used to create instances of XmlRpcRequestProcessor.
XmlRpcResponseParser - Class in org.apache.xmlrpc.parser
A SAX parser for an org.apache.xmlrpc.server.XmlRpcServer's response.
XmlRpcResponseParser(XmlRpcStreamRequestConfig, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.XmlRpcResponseParser
Creates a new instance.
XmlRpcStreamConfig - Interface in org.apache.xmlrpc.common
Interface of a configuration for a stream based transport.
XmlRpcStreamRequestConfig - Interface in org.apache.xmlrpc.common
Interface of a client configuration for a transport, which is implemented by writing to a stream.
XmlRpcStreamRequestProcessor - Interface in org.apache.xmlrpc.common
An instance of XmlRpcRequestProcessor, which is processing an XML stream.
XmlRpcWorker - Interface in org.apache.xmlrpc.common
An object, which executes requests on the controllers behalf.
XmlRpcWorkerFactory - Class in org.apache.xmlrpc.common
A factory for XmlRpcWorker instances.
XmlRpcWorkerFactory(XmlRpcController) - Constructor for class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Creates a new instance.
XmlRpcWriter - Class in org.apache.xmlrpc.serializer
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 in org.apache.xmlrpc.serializer
This factory is responsible for creating instances of 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 The Apache Software Foundation. All Rights Reserved.