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

A

AbstractReflectiveHandlerMapping - Class in org.apache.xmlrpc.server
Abstract base class of handler mappings, which are using reflection.
AbstractReflectiveHandlerMapping() - Constructor for class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
AbstractReflectiveHandlerMapping.AuthenticationHandler - Interface in org.apache.xmlrpc.server
An object implementing this interface may be used to validate user names and passwords.
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
 
addSystemHandler(PropertyHandlerMapping) - Static method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
Adds an instance of this class to the given handler mapping.
addTask(ThreadPool.Task) - Method in class org.apache.xmlrpc.util.ThreadPool
Deprecated. No longer in use.
allowConnection(Socket) - Method in class org.apache.xmlrpc.webserver.WebServer
Checks incoming connections to see if they should be allowed.
ARRAY_TAG - Static variable in class org.apache.xmlrpc.serializer.ObjectArraySerializer
Tag name of an array value.
AsyncCallback - Interface in org.apache.xmlrpc.client
A callback interface for an asynchronous XML-RPC call.
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
 
client - Variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
ClientFactory - Class in org.apache.xmlrpc.client.util
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.
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 exception org.apache.xmlrpc.XmlRpcException
The fault code of the exception.
Connection - Class in org.apache.xmlrpc.webserver
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.
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.
convertThrowable(Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
This method allows to convert the error into another error.
createServerSocket(int, int, InetAddress) - Method in class org.apache.xmlrpc.webserver.WebServer
Factory method to manufacture the server socket.

D

DATA_TAG - Static 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.
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.
DOM_TAG - Static variable in class org.apache.xmlrpc.serializer.NodeSerializer
The local name of a dom tag.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Creates a new instance of RequestData for the request.
DOUBLE_TAG - Static 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.
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
 
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(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.
execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.XmlRpcHandler
Performs the request and returns the result object.
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.
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
 
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
 
getAuthenticationHandler() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the authentication handler, if any, or null.
getAuthenticationHandler() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets AbstractReflectiveHandlerMapping.AuthenticationHandler.
getAuthType() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
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
 
getBufferSize() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getCause() - Method in exception org.apache.xmlrpc.XmlRpcException
 
getCharacterEncoding() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getCharacterEncoding() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getClient() - Method in class org.apache.xmlrpc.client.util.ClientFactory
Returns the factories client.
getClient() - Method in class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
Returns the client operating this factory.
getClient() - Method in class org.apache.xmlrpc.client.XmlRpcTransportImpl
Returns the client, which created this transport.
getClientConfig() - Method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients default configuration.
getConfig() - Method in class org.apache.xmlrpc.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
 
getConfig() - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the request configuration.
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
Returns 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 exception 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 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.
getErrorLogger() - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Returns the error logger.
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
 
getHttpClient() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
Returns the factories HttpClient.
getHttpVersion() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getHttpVersion() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns the requests HTTP version.
getInputStream() - Method in class org.apache.xmlrpc.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 exception 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: This method may be used to enumerate the methods implemented by the XML-RPC server.
getListMethods() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
getLocalAddr() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getLocale() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getLocale() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getLocales() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getLocalName() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getLocalPort() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getMaxThreads() - Method in class org.apache.xmlrpc.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 exception 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: This method takes one parameter, the name of a method implemented by the XML-RPC server.
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 class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
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.
getMethodSignature(String) - Method in interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.methodSignature, which is specified as follows: This method takes one parameter, the name of a method implemented by the XML-RPC server.
getMethodSignature(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
getNonIdentityTransferEncoding(String) - Static method in class org.apache.xmlrpc.util.HttpUtil
Returns, whether the HTTP header value pHeaderValue indicates, that another encoding than "identity" is used.
getNumThreads() - Method in class org.apache.xmlrpc.util.ThreadPool
Returns the number of threads, which have actually been created, as opposed to the number of currently running threads.
getOutputStream(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 class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getParameter(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getParameter(int) - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the parameter with index pIndex.
getParameterCount() - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getParameterCount() - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the number of parameters.
getParameterMap() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getParameterNames() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getParameterValues(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getParams() - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
Returns the parameter list.
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
 
getProxy() - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
Returns the proxy to use.
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
 
getRequestedSessionId() - 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 interface org.apache.xmlrpc.server.RequestProcessorFactoryFactory
This method is invoked at startup.
getRequestProcessorFactory(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
 
getRequestProcessorFactory(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
 
getRequestProcessorFactoryFactory() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the mappings RequestProcessorFactoryFactory.
getRequestProcessorFactoryFactory() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets RequestProcessorFactoryFactory.
getRequestURI() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestURL() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getResponse() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns an output stream, to which the response may be written.
getResponse() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
Returns the servlet response.
getResult() - Method in class org.apache.xmlrpc.jaxb.JaxbParser
 
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
 
getSAXParserFactory() - Static method in class org.apache.xmlrpc.util.SAXParsers
Returns the SAX parser factory, which is used by Apache XML-RPC.
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.
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).
getSignatureType(Class) - Static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given return type or parameter class.
getSSLSocketFactory() - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
Sets the SSL Socket Factory to use for https connections.
getSSLSocketFactory() - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
Sets the SSL Socket Factory to use for https connections.
getSSLSocketFactory() - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransport
Returns the SSLSocketFactory used to create secure sockets.
getSSLSocketFactory() - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
Returns the SSLSocketFactory to be used by transports.
getStatusCode() - Method in exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
Get the HTTP status code that resulted in this exception.
getStatusCode() - Method in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
Returns the HTTP status code.
getStatusMessage() - Method in exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
Get the status message returned by the HTTP server.
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 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
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
 
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.XmlRpcSun14HttpTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
 
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
 
getTypeConverterFactory() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets TypeConverterFactory.
getTypeFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the type factory.
getURLConnection() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
For use by subclasses.
getUserAgent() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Returns the user agent header to use
getUserAgent() - Method in interface org.apache.xmlrpc.client.XmlRpcHttpClientConfig
Returns the user agent header to use
getUserAgent() - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
getUserPrincipal() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getWorker() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns a worker for synchronous processing.
getWorkerFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the clients worker factory.
getWriter() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getXmlRpcServer() - Method in class org.apache.xmlrpc.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.
getXMLWriterFactory() - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Returns the XML Writer factory.

H

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
 
HttpServletRequestImpl - Class in org.apache.xmlrpc.webserver
Stub implementation of a 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 in org.apache.xmlrpc.webserver
Stub implementation of a HttpServletResponse with lots of unimplemented methods.
HttpServletResponseImpl(Socket) - Constructor for class org.apache.xmlrpc.webserver.HttpServletResponseImpl
Creates a new instance.
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
 
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
 
initHttpHeaders(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
 
INT_TAG - Static variable in class org.apache.xmlrpc.serializer.I4Serializer
Tag name of an int value.
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 interface org.apache.xmlrpc.common.XmlRpcHttpConfig
Returns, whether a "Content-Length" header may be omitted.
isContentLengthOptional() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
 
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
 
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.
isEnabledForExceptions() - Method in interface org.apache.xmlrpc.server.XmlRpcHttpServerConfig
Returns, whether the server may create a "faultCause" element in an error response.
isEnabledForExceptions() - Method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
 
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.
isHandlerMethod(Method) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
isKeepAlive() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns, whether HTTP keepAlive is enabled for this connection.
isKeepAliveEnabled() - Method in 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.
isParanoid() - Method in class org.apache.xmlrpc.webserver.WebServer
Returns the client filtering state.
isRedirectRequired() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
isRequestedSessionIdFromCookie() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
isRequestedSessionIdFromURL() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
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.
isVoidMethodEnabled() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns, whether void methods are enabled.

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.
listMethods() - Method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
Implements the "system.listMethods" call.
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.
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.
load(ClassLoader, Map) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
Reads handler definitions from an existing Map.
LocalStreamConnection - Class in org.apache.xmlrpc.common
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.
log(String, Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcErrorLogger
Called to log the given error.
log(String) - Method in class org.apache.xmlrpc.server.XmlRpcErrorLogger
Called to log the given error message.
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
 
logError(Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
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.
method - Variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
methodHelp(String) - Method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
Implements the "system.methodHelp" call.
methodSignature(String) - Method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
Implements the "system.methodSignature" call.

N

NAME_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps members name tag.
newConfig(HttpServletRequest) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
newHandlerClass(ClassLoader, String) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
 
newHttpClient() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
newInputStream() - Method in 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(ClassLoader, Class, String) - 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
 
newPostMethod(XmlRpcHttpClientConfig) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
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
Creates a new instance of XmlRpcStreamTransport.ReqWriter.
newSocket(boolean, String, int) - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
 
newSocket(boolean, 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
 
newTransportFactory(XmlRpcClient) - Static method in class org.apache.xmlrpc.client.XmlRpcClientDefaults
Creates a new transport factory for the given client.
newURLConnection(URL) - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransport
 
newURLConnection(URL) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
 
newURLConnection(URL) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
newWorker() - Method in class org.apache.xmlrpc.client.XmlRpcClientWorkerFactory
Creates a new worker instance.
newWorker() - Method in class org.apache.xmlrpc.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.
newXmlRpcClientConfig() - Static method in class org.apache.xmlrpc.client.XmlRpcClientDefaults
Creates a new instance of XmlRpcClientConfig.
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
 
newXmlWriterFactory() - Static method in class org.apache.xmlrpc.client.XmlRpcClientDefaults
Creates a new XmlWriterFactory.
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.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

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 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.
PropertyHandlerMapping - Class in org.apache.xmlrpc.server
A handler mapping based on a property file.
PropertyHandlerMapping() - Constructor for class org.apache.xmlrpc.server.PropertyHandlerMapping
 

R

read() - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
read(byte[], int, int) - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
readHttpHeaders() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
Read the header lines, one by one.
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
 
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
 
ReflectiveXmlRpcHandler - Class in org.apache.xmlrpc.server
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 in org.apache.xmlrpc.metadata
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.
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.
RequestData - Class in org.apache.xmlrpc.webserver
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 in org.apache.xmlrpc.server
The request processor is the object, which is actually performing the request.
RequestProcessorFactoryFactory.RequestProcessorFactory - Interface in org.apache.xmlrpc.server
This is the factory for request processors.
RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory - Class in org.apache.xmlrpc.server
This is the default implementation of RequestProcessorFactoryFactory.
RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory() - Constructor for class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
 
RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory - Class in org.apache.xmlrpc.server
This is an alternative implementation of RequestProcessorFactoryFactory.
RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory() - Constructor for class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
 
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
 
resetClientForRedirect() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
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 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
 
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.
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
 
server - Variable in class org.apache.xmlrpc.webserver.WebServer
 
ServerHttpConnection - Interface in org.apache.xmlrpc.server
Interface of a ServerStreamConnection for HTTP response transport.
serverSocket - Variable in class org.apache.xmlrpc.webserver.WebServer
 
ServerStreamConnection - Interface in org.apache.xmlrpc.common
Interface of an object, which is able to provide an XML stream, containing an XML-RPC request.
ServletConnection - Class in org.apache.xmlrpc.webserver
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 in org.apache.xmlrpc.webserver
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 in org.apache.xmlrpc.webserver
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 exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
Creates a new instance.
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.
setAuthenticationHandler(AbstractReflectiveHandlerMapping.AuthenticationHandler) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Sets the servlets AbstractReflectiveHandlerMapping.AuthenticationHandler.
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
 
setEnabledForExceptions(boolean) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Sets, whether the response should contain a "faultCause" element in case of errors.
setEnabledForExceptions(boolean) - Method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
Sets, whether the server may create a "faultCause" element in an error response.
setEnabledForExtensions(boolean) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
Sets, whether extensions are enabled.
setEncoding(String) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
Sets the requests encoding.
setErrorLogger(XmlRpcErrorLogger) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Sets the error logger.
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
 
setHttpClient(HttpClient) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
Sets the factories HttpClient.
setHttpVersion(String) - Method in class org.apache.xmlrpc.webserver.RequestData
Sets the requests HTTP version.
setIntHeader(String, int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
setKeepAlive(boolean) - Method in class org.apache.xmlrpc.webserver.RequestData
Sets, whether HTTP keepAlive is enabled for this connection.
setKeepAliveEnabled(boolean) - Method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
Sets, whether HTTP keepalive is enabled for this server.
setLocale(Locale) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
setMaxThreads(int) - Method in class org.apache.xmlrpc.common.XmlRpcController
Sets the maximum number of concurrent requests.
setMethod(String) - Method in class org.apache.xmlrpc.webserver.RequestData
Sets the request method.
setObjectMethodLocal(boolean) - Method in class org.apache.xmlrpc.client.util.ClientFactory
Sets, whether a method declared by the Object class is performed by the local object, rather than by the server.
setParanoid(boolean) - Method in class org.apache.xmlrpc.webserver.WebServer
Switch client filtering on/off.
setProperty(Object, String, String) - Static method in class org.apache.xmlrpc.util.ReflectionUtil
This method attempts to set a property value on a given object by calling a matching setter.
setProxy(Proxy) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
Sets the proxy to use.
setProxy(String, int) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
Sets the proxy to use.
setProxy(Proxy) - Method in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
Sets the proxy to use.
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.
setRequestProcessorFactoryFactory(RequestProcessorFactoryFactory) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Sets the servlets 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.
setSAXParserFactory(SAXParserFactory) - Static method in class org.apache.xmlrpc.util.SAXParsers
Sets the SAX parser factory, which is used by Apache XML-RPC.
setServerURL(URL) - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Sets the servers URL.
setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
Returns the SSL Socket Factory to use for https connections.
setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
Returns the SSL Socket Factory to use for https connections.
setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransport
Sets the SSLSocketFactory used to create secure sockets.
setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
Sets the SSLSocketFactory to be used by transports.
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.
setTypeConverterFactory(TypeConverterFactory) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Sets the servlets TypeConverterFactory.
setTypeFactory(TypeFactory) - Method in class org.apache.xmlrpc.common.XmlRpcController
Sets the type factory.
setUserAgent(String) - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
 
setVoidMethodEnabled(boolean) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Sets, whether void methods are enabled.
setWorkerFactory(XmlRpcWorkerFactory) - Method in class org.apache.xmlrpc.common.XmlRpcController
Sets the clients worker 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.
setXMLWriterFactory(XmlWriterFactory) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Sets the XML Writer 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.
shutdown() - Method in class org.apache.xmlrpc.webserver.Connection
 
shutdown() - Method in class org.apache.xmlrpc.webserver.ServletConnection
 
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
Called to start a value tag.
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.
TimingOutCallback - Class in org.apache.xmlrpc.client
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 in org.apache.xmlrpc.client
This exception is thrown, if the request times out.
TimingOutCallback.TimeoutException(int, String) - Constructor for exception org.apache.xmlrpc.client.TimingOutCallback.TimeoutException
Creates a new instance with the given error code and error message.
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

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 in org.apache.xmlrpc.metadata
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

waitForResponse() - Method in class org.apache.xmlrpc.client.TimingOutCallback
Called to wait for the response.
WebServer - Class in org.apache.xmlrpc.webserver
The WebServer is a minimal HTTP server, that might be used as an embedded web server.
WebServer(int) - Constructor for class org.apache.xmlrpc.webserver.WebServer
Creates a web server at the specified port number.
WebServer(int, InetAddress) - Constructor for class org.apache.xmlrpc.webserver.WebServer
Creates a web server at the specified port number and IP address.
write(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.
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
 
writeError(XmlRpcStreamRequestConfig, OutputStream, Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
writeError(RequestData, Throwable, ByteArrayOutputStream) - 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 in org.apache.xmlrpc.client
The main access point of an XML-RPC client.
XmlRpcClient() - Constructor for class org.apache.xmlrpc.client.XmlRpcClient
 
XmlRpcClientConfig - Interface in org.apache.xmlrpc.client
This interface is being implemented by an Apache XML-RPC clients configuration object.
XmlRpcClientConfigImpl - Class in org.apache.xmlrpc.client
Default implementation of a clients request configuration.
XmlRpcClientConfigImpl() - Constructor for class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Creates a new client configuration with default settings.
XmlRpcClientDefaults - Class in org.apache.xmlrpc.client
This class is responsible to provide default settings.
XmlRpcClientDefaults() - Constructor for class org.apache.xmlrpc.client.XmlRpcClientDefaults
 
XmlRpcClientException - Exception in org.apache.xmlrpc.client
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 exception org.apache.xmlrpc.client.XmlRpcClientException
Create an XmlRpcClientException with the given message and underlying cause exception.
XmlRpcClientRequestImpl - Class in org.apache.xmlrpc.client
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 in org.apache.xmlrpc.client
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 in org.apache.xmlrpc.client
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 in org.apache.xmlrpc.client
An HTTP transport factory, which is based on the Jakarta Commons HTTP Client.
XmlRpcCommonsTransport(XmlRpcCommonsTransportFactory) - Constructor for class org.apache.xmlrpc.client.XmlRpcCommonsTransport
Creates a new instance.
XmlRpcCommonsTransportFactory - Class in org.apache.xmlrpc.client
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 in org.apache.xmlrpc
A common base interface for XmlRpcClientConfig, and 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 XmlRpcServer and 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
 
XmlRpcErrorLogger - Class in org.apache.xmlrpc.server
Instances of this class can be used to customize the servers error logging.
XmlRpcErrorLogger() - Constructor for class org.apache.xmlrpc.server.XmlRpcErrorLogger
 
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.
XmlRpcHandlerMapping - Interface in org.apache.xmlrpc.server
Maps from a handler name to a handler object.
XmlRpcHttpClientConfig - Interface in org.apache.xmlrpc.client
Extension of XmlRpcClientConfig for HTTP based transport.
XmlRpcHttpConfig - Interface in org.apache.xmlrpc.common
Interface of a configuration for HTTP requests.
XmlRpcHttpRequestConfig - Interface in org.apache.xmlrpc.common
Extension of 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
 
XmlRpcHttpServer - Class in org.apache.xmlrpc.server
Abstract extension of XmlRpcStreamServer for deriving HTTP servers.
XmlRpcHttpServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcHttpServer
 
XmlRpcHttpServerConfig - Interface in org.apache.xmlrpc.server
HTTP servers configuration.
XmlRpcHttpTransport - Class in org.apache.xmlrpc.client
Abstract base implementation of an HTTP transport.
XmlRpcHttpTransport(XmlRpcClient, String) - Constructor for class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
XmlRpcHttpTransport.ByteArrayReqWriter - Class in org.apache.xmlrpc.client
 
XmlRpcHttpTransportException - Exception in org.apache.xmlrpc.client
Exception thrown if the HTTP status code sent by the server indicates that the request could not be processed.
XmlRpcHttpTransportException(int, String) - Constructor for exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
Creates a new instance with the specified HTTP status code and HTTP status message.
XmlRpcHttpTransportException(int, String, String) - Constructor for exception org.apache.xmlrpc.client.XmlRpcHttpTransportException
Construct a new XmlRpcHttpTransportException with the specified HTTP status code, HTTP status message, and exception message.
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.
XmlRpcListableHandlerMapping - Interface in org.apache.xmlrpc.metadata
A listable handler mapping is able to provide support for XML-RPC meta data, as specified here.
XmlRpcLite14HttpTransport - Class in org.apache.xmlrpc.client
A "light" HTTP transport implementation for Java 1.4.
XmlRpcLite14HttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLite14HttpTransport
Creates a new instance.
XmlRpcLite14HttpTransportFactory - Class in org.apache.xmlrpc.client
Java 1.4 specific factory for the lite HTTP transport, XmlRpcLiteHttpTransport.
XmlRpcLite14HttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLite14HttpTransportFactory
Creates a new instance.
XmlRpcLiteHttpTransport - Class in org.apache.xmlrpc.client
A "light" HTTP transport implementation.
XmlRpcLiteHttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
Creates a new instance.
XmlRpcLiteHttpTransportFactory - Class in org.apache.xmlrpc.client
Factory for the lite HTTP transport, XmlRpcLiteHttpTransport.
XmlRpcLiteHttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
Creates a new instance.
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.
XmlRpcLocalClientConfig - Interface in org.apache.xmlrpc.client
Interface of a client configuration for local rpc calls.
XmlRpcLocalStreamServer - Class in org.apache.xmlrpc.server
Server part of a local stream transport.
XmlRpcLocalStreamServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcLocalStreamServer
 
XmlRpcLocalStreamTransport - Class in org.apache.xmlrpc.client
Another local transport for debugging and testing.
XmlRpcLocalStreamTransport(XmlRpcClient, XmlRpcStreamRequestProcessor) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
Creates a new instance.
XmlRpcLocalStreamTransportFactory - Class in org.apache.xmlrpc.client
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 in org.apache.xmlrpc.client
The default implementation of a local transport.
XmlRpcLocalTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcLocalTransport
Creates a new instance.
XmlRpcLocalTransportFactory - Class in org.apache.xmlrpc.client
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 in org.apache.xmlrpc.metadata
A metadata handler is able to provide metadata about itself, as specified here.
XmlRpcNoSuchHandlerException - Exception in org.apache.xmlrpc.server
This exception is thrown, if an unknown handler is called.
XmlRpcNoSuchHandlerException(String) - Constructor for exception org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException
Creates a new instance with the given message.
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 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 XmlRpcServer's response.
XmlRpcResponseParser(XmlRpcStreamRequestConfig, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.XmlRpcResponseParser
Creates a new instance.
XmlRpcServer - Class in org.apache.xmlrpc.server
A multithreaded, reusable XML-RPC server object.
XmlRpcServer() - Constructor for class org.apache.xmlrpc.server.XmlRpcServer
 
XmlRpcServerConfig - Interface in org.apache.xmlrpc.server
Server specific extension of XmlRpcConfig.
XmlRpcServerConfigImpl - Class in org.apache.xmlrpc.server
Default implementation of XmlRpcServerConfig.
XmlRpcServerConfigImpl() - Constructor for class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
 
XmlRpcServerWorker - Class in org.apache.xmlrpc.server
Server specific implementation of XmlRpcWorker.
XmlRpcServerWorker(XmlRpcServerWorkerFactory) - Constructor for class org.apache.xmlrpc.server.XmlRpcServerWorker
Creates a new instance.
XmlRpcServerWorkerFactory - Class in org.apache.xmlrpc.server
Server specific worker factory.
XmlRpcServerWorkerFactory(XmlRpcServer) - Constructor for class org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
Creates a new factory with the given controller.
XmlRpcServlet - Class in org.apache.xmlrpc.webserver
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 in org.apache.xmlrpc.webserver
An extension of XmlRpcServer, which is suitable for processing servlet requests.
XmlRpcServletServer() - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
XmlRpcServletServer.ServletStreamConnection - Class in org.apache.xmlrpc.webserver
 
XmlRpcServletServer.ServletStreamConnection(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
 
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.
XmlRpcStreamServer - Class in org.apache.xmlrpc.server
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 in org.apache.xmlrpc.client
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 in org.apache.xmlrpc.client
 
XmlRpcStreamTransport.GzipReqWriter(XmlRpcStreamTransport.ReqWriter) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
 
XmlRpcStreamTransport.ReqWriter - Interface in org.apache.xmlrpc.client
 
XmlRpcStreamTransport.ReqWriterImpl - Class in org.apache.xmlrpc.client
 
XmlRpcStreamTransport.ReqWriterImpl(XmlRpcRequest) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
 
XmlRpcStreamTransportFactory - Class in org.apache.xmlrpc.client
Abstract base implementation of a factory for stream transports.
XmlRpcStreamTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransportFactory
 
XmlRpcSun14HttpTransport - Class in org.apache.xmlrpc.client
Default implementation of an HTTP transport in Java 1.4, based on the HttpURLConnection class.
XmlRpcSun14HttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSun14HttpTransport
Creates a new instance.
XmlRpcSun14HttpTransportFactory - Class in org.apache.xmlrpc.client
Default implementation of an HTTP transport factory in Java 1.4, based on the HttpURLConnection class.
XmlRpcSun14HttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory
Creates a new factory, which creates transports for the given client.
XmlRpcSun15HttpTransport - Class in org.apache.xmlrpc.client
Default implementation of an HTTP transport in Java 1.4, based on the HttpURLConnection class.
XmlRpcSun15HttpTransport(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSun15HttpTransport
Creates a new instance.
XmlRpcSun15HttpTransportFactory - Class in org.apache.xmlrpc.client
Default implementation of an HTTP transport in Java 1.5, based on the HttpURLConnection class.
XmlRpcSun15HttpTransportFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
Creates a new factory, which creates transports for the given client.
XmlRpcSunHttpTransport - Class in org.apache.xmlrpc.client
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 in org.apache.xmlrpc.client
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 in org.apache.xmlrpc.metadata
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 in org.apache.xmlrpc.client
Interface from XML-RPC to an underlying transport, most likely based on HTTP.
XmlRpcTransportFactory - Interface in org.apache.xmlrpc.client
Interface of an object creating instances of XmlRpcTransport.
XmlRpcTransportFactoryImpl - Class in org.apache.xmlrpc.client
Abstract base implementation of an XmlRpcTransportFactory.
XmlRpcTransportFactoryImpl(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
Creates a new instance.
XmlRpcTransportImpl - Class in org.apache.xmlrpc.client
Abstract base implementation of an XmlRpcTransport.
XmlRpcTransportImpl(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcTransportImpl
Creates a new instance.
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-2010 The Apache Software Foundation. All Rights Reserved.