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

A

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
 
addHeader(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
addHeader(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
addIntHeader(String, int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.MapParser
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
 
addTask(ThreadPool.Task) - Method in class org.apache.xmlrpc.util.ThreadPool
Adds a task for immediate or deferred execution.
allowConnection(Socket) - Method in class org.apache.xmlrpc.webserver.WebServer
Checks incoming connections to see if they should be allowed.
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

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
 
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
 
BUFFER_SIZE - Static variable in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
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

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
 
cloneMe() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Creates a clone of this client configuration.
close() - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
 
closeConnection(Object) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
closeConnection(Object) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
closeConnection(Object) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
closeConnection(Object) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Closes the connection object.
closeConnection(Object) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
closeConnection(Object) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Closes the connection, releasing all resources.
closeConnection(Object) - Method in class org.apache.xmlrpc.webserver.ConnectionServer
 
closeConnection(Object) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
closeInputStream(InputStream) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Closes the opened input stream, indicating that no more data is being read.
closeOutputStream(OutputStream) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Closes the opened output stream, indicating that no more data is being sent.
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.
ConnectionServer - Class in org.apache.xmlrpc.webserver
 
ConnectionServer() - Constructor for class org.apache.xmlrpc.webserver.ConnectionServer
 
containsHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
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.DateSerializer
Tag name of a date value.
DateParser - Class in org.apache.xmlrpc.parser
Parser for integer values.
DateParser() - Constructor for class org.apache.xmlrpc.parser.DateParser
 
DateSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for date values.
DateSerializer() - Constructor for class org.apache.xmlrpc.serializer.DateSerializer
 
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.
discard(ThreadPool.MyThread) - Method in class org.apache.xmlrpc.util.ThreadPool
 
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.XmlRpcWorker
Performs a synchronous request.
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, Object) - 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
 
flush() - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
 
flushBuffer() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 

G

getAttribute(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getAttributeNames() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getAuthType() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
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
 
getCharacterEncoding() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getCharacterEncoding() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getClient() - Method in class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
Returns the client operating this factory.
getClient() - Method in class org.apache.xmlrpc.client.XmlRpcTransportImpl
Returns the client, which created this transport.
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.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.
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
 
getErrorCode() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the error code.
getErrorMessage() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the error message.
getExtHandler() - Method in class org.apache.xmlrpc.jaxb.JaxbParser
 
getExtHandler() - Method in class org.apache.xmlrpc.parser.ExtParser
Returns a content handler for parsing the actual contents.
getExtHandler() - Method in class org.apache.xmlrpc.parser.NodeParser
 
getHandler(String) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
 
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
 
getHttpHeaders(Integer) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getHttpVersion() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getHttpVersion() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns the requests HTTP version.
getInputStream(XmlRpcStreamRequestConfig, Object, byte[]) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
getInputStream(XmlRpcStreamRequestConfig, Object, byte[]) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
getInputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
getInputStream(RequestData) - Method in class org.apache.xmlrpc.webserver.Connection
Returns the contents input stream.
getInputStream() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getIntHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
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.
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.
getOutputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
getOutputStream(XmlRpcStreamRequestConfig, OutputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Called to prepare the output stream.
getOutputStream(XmlRpcStreamRequestConfig, Object, int) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Called to prepare the output stream, if content length is required.
getOutputStream(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.webserver.Connection
Returns the output stream for writing the response.
getOutputStream() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getOutputStream(XmlRpcStreamRequestConfig, Object, 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
 
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
 
getRequest(XmlRpcStreamRequestConfig, InputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
getRequest() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.RequestData
Returns the servlet request.
getRequestDispatcher(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestedSessionId() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestURI() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestURL() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getResult() - Method in class org.apache.xmlrpc.jaxb.JaxbParser
 
getResult() - Method in class org.apache.xmlrpc.parser.NodeParser
 
getResult() - Method in class org.apache.xmlrpc.parser.SerializableParser
 
getResult() - Method in interface org.apache.xmlrpc.parser.TypeParser
Returns the parsed object.
getResult() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
getScheme() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getSerializer(XmlRpcStreamConfig, Object) - Method in interface org.apache.xmlrpc.common.TypeFactory
Creates a serializer for the object pObject.
getSerializer(XmlRpcStreamConfig, Object) - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
 
getSerializer(XmlRpcStreamConfig, Object) - Method in class org.apache.xmlrpc.jaxb.JaxbTypeFactory
 
getServerName() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getServerPort() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
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
 
getStatusCode() - Method in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
Returns the HTTP status code.
getStatusMessage(int) - Static method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
Returns a default message for a given HTTP status code.
getTagName() - Method in class org.apache.xmlrpc.jaxb.JaxbParser
 
getTagName() - Method in class org.apache.xmlrpc.jaxb.JaxbSerializer
 
getTagName() - Method in class org.apache.xmlrpc.parser.ExtParser
Returns the outer node name.
getTagName() - Method in class org.apache.xmlrpc.parser.NodeParser
 
getTagName() - Method in class org.apache.xmlrpc.serializer.ExtSerializer
Returns the unqualied tag name.
getTagName() - Method in class org.apache.xmlrpc.serializer.NodeSerializer
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLocalTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory
 
getTransport() - Method in interface org.apache.xmlrpc.client.XmlRpcTransportFactory
Returns an instance of XmlRpcTransport.
getTransportFactory() - Method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients transport factory.
getTypeFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the type factory.
getUserAgent() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
getUserAgent() - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
getUserAgent() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
getUserAgent() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
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.client.XmlRpcLocalClientConfig
Returns the XmlRpcServer 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.
handleResult(XmlRpcRequest, Object) - Method in interface org.apache.xmlrpc.client.AsyncCallback
Call went ok, handle result.
HTTP_11 - Static variable in class org.apache.xmlrpc.webserver.WebServer
 
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
 
initConnection(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
initConnection(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Initializes the newly created connection.
INT_TAG - Static variable in class org.apache.xmlrpc.serializer.I4Serializer
Tag name of an int value.
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
 
isCommitted() - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
 
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.
isEmpty(char[], int, int) - Static method in class org.apache.xmlrpc.parser.TypeParserImpl
 
isEnabledForExtensions() - Method in interface org.apache.xmlrpc.XmlRpcConfig
Returns, whether support for extensions are enabled.
isEnabledForExtensions() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
 
isGzipCompressing() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
isGzipCompressing() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Returns, whether the request stream is being compressed.
isGzipRequesting() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
isGzipRequesting() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Returns, whether compression is requested for the response stream.
isKeepAlive() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns, whether HTTP keepAlive is enabled for this connection.
isKeepAliveEnabled() - Method in interface org.apache.xmlrpc.server.XmlRpcHttpServerConfig
Returns, whether HTTP keepalive is being enabled.
isKeepAliveEnabled() - Method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
 
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(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
isResponseGzipCompressed(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Returns, whether the response is gzip compressed.
isResponseGzipCompressed(XmlRpcStreamRequestConfig, Object) - 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(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
isUsingByteArrayOutput(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
isUsingByteArrayOutput(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
If this method returns true, then the method XmlRpcStreamTransport.newInputStream(XmlRpcStreamRequestConfig, Object, byte[]) will be invoked to create the response.
isUsingGzipEncoding(String) - Static method in class org.apache.xmlrpc.util.HttpUtil
Returns, whether the HTTP header value pHeaderValue indicates, that GZIP encoding is used or may be used.
isUsingGzipEncoding(Enumeration) - Static method in class org.apache.xmlrpc.util.HttpUtil
Returns, whether the HTTP header values in pValues indicate, that GZIP encoding is used or may be used.

J

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

L

LimitedInputStream - Class in org.apache.xmlrpc.util
A filtering InputStream for proper handling of the Content-Length header: It guarantees to return at most a given number of bytes.
LimitedInputStream(InputStream, int) - Constructor for class org.apache.xmlrpc.util.LimitedInputStream
Creates a new instance, reading from the given input stream and returning at most the given number of bytes.
linkedException - Variable in exception org.apache.xmlrpc.XmlRpcException
If the transport was able to catch a remote exception (as is the case, if the local transport is used or if extensions are enabled and the server returned a serialized exception), then this field contains the trapped exception.
ListSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for lists.
ListSerializer(TypeFactory, XmlRpcStreamConfig) - Constructor for class org.apache.xmlrpc.serializer.ListSerializer
Creates a new instance.
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.
LongParser - Class in org.apache.xmlrpc.parser
Parser for long values.
LongParser() - Constructor for class org.apache.xmlrpc.parser.LongParser
 

M

MapParser - Class in org.apache.xmlrpc.parser
TypeParser implementation for maps.
MapParser(XmlRpcStreamConfig, NamespaceContextImpl, TypeFactory) - Constructor for class org.apache.xmlrpc.parser.MapParser
Creates a new instance.
MapSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for maps.
MapSerializer(TypeFactory, XmlRpcStreamConfig) - Constructor for class org.apache.xmlrpc.serializer.MapSerializer
Creates a new instance.
mark(int) - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
markSupported() - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
MEMBER_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps member tag.

N

NAME_TAG - Static variable in class org.apache.xmlrpc.serializer.MapSerializer
Tag name of a maps members name tag.
newConfig(HttpServletRequest) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
newConnection(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
newConnection(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
newConnection(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
newConnection(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Creates the connection object.
newConnection(XmlRpcStreamRequestConfig) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
newInputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
newInputStream(XmlRpcStreamRequestConfig, Object, byte[]) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
newInputStream(XmlRpcStreamRequestConfig, Object, byte[]) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
newInputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
newInputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
newInputStream(XmlRpcStreamRequestConfig, Object, byte[]) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
newInputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Creates a new input stream for reading the response.
newInputStream(XmlRpcStreamRequestConfig, Object, byte[]) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Creates a new input stream for reading the response.
newInputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
newInputStream(XmlRpcStreamRequestConfig, Object, byte[]) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
newInputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Returns the connections input stream.
newInputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.webserver.ConnectionServer
 
newInputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
newOutputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
newOutputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
newOutputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
newOutputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Creates a new output stream, to which the request may be written.
newOutputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
newOutputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Creates the connections output stream.
newOutputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.webserver.ConnectionServer
 
newOutputStream(XmlRpcStreamRequestConfig, Object) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
newRequestData(HttpServletRequest) - 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
 
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
 
newXmlRpcHandlerMapping() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Creates a new handler mapping.
newXmlRpcServer(ServletConfig) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Creates a new instance of XmlRpcServer, which is being used to process the requests.
newXmlRpcStreamServer() - Method in class org.apache.xmlrpc.webserver.WebServer
 
newXmlWriter() - Method in class org.apache.xmlrpc.serializer.BaseXmlWriterFactory
 
newXMLWriter() - Method in class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
 
NIL_TAG - Static 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.common - package org.apache.xmlrpc.common
 
org.apache.xmlrpc.jaxb - package org.apache.xmlrpc.jaxb
 
org.apache.xmlrpc.parser - package org.apache.xmlrpc.parser
 
org.apache.xmlrpc.serializer - package org.apache.xmlrpc.serializer
 
org.apache.xmlrpc.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.
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(ClassLoader, URL) - Constructor for class org.apache.xmlrpc.server.PropertyHandlerMapping
Creates a new instance, loading the property file from the given URL.
PropertyHandlerMapping(ClassLoader, File) - Constructor for class org.apache.xmlrpc.server.PropertyHandlerMapping
Creates a new instance, loading the given property file.
PropertyHandlerMapping(ClassLoader, String) - Constructor for class org.apache.xmlrpc.server.PropertyHandlerMapping
Creates a new instance, loading the properties from the given resource.

R

read() - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
read(byte[], int, int) - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
readLine(InputStream, byte[]) - Static method in class org.apache.xmlrpc.util.HttpUtil
Reads a header line from the input stream pIn and converts it into a string.
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.
releaseWorker(XmlRpcClientWorker) - 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
 
repool(ThreadPool.MyThread) - Method in class org.apache.xmlrpc.util.ThreadPool
 
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.
reset() - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
reset() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
reset() - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
 
resetBuffer() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
run() - Method in interface org.apache.xmlrpc.util.ThreadPool.Task
Performs the task.
run() - Method in class org.apache.xmlrpc.webserver.Connection
 
run() - Method in class org.apache.xmlrpc.webserver.ServletConnection
 
run() - Method in class org.apache.xmlrpc.webserver.WebServer
Listens for client requests until stopped.

S

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.XmlRpcLocalTransport
 
sendRequest(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
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
 
serverSocket - Variable in class org.apache.xmlrpc.webserver.WebServer
 
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.
ServletOutputStreamImpl - Class in org.apache.xmlrpc.webserver
Default implementation of a servlet output stream.
ServletOutputStreamImpl(OutputStream, HttpServletResponseImpl) - Constructor for class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
 
ServletWebServer - Class in org.apache.xmlrpc.webserver
A subclass of WebServer, which emulates a servlet container.
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
 
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, Object) - 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.
setContentLength(Object, int) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
setContentLength(Object, int) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
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, Object) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
setCredentials(XmlRpcHttpClientConfig, Object) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
setDateHeader(String, long) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
setDocumentLocator(Locator) - Method in class org.apache.xmlrpc.parser.ExtParser
 
setDocumentLocator(Locator) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
setEnabledForExtensions(boolean) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
Sets, whether extensions are enabled.
setEncoding(String) - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
Sets the requests encoding.
setGzipCompressing(boolean) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Sets, whether gzip compression is being used for transmitting the request.
setGzipRequesting(boolean) - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Sets, whether gzip compression is requested for the response.
setHandlerMapping(XmlRpcHandlerMapping) - Method in class org.apache.xmlrpc.server.XmlRpcServer
Sets the servers handler mapping.
setHeader(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
setHttpVersion(String) - Method in class org.apache.xmlrpc.webserver.RequestData
Sets the requests HTTP version.
setIntHeader(String, int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
setKeepAlive(boolean) - Method in class org.apache.xmlrpc.webserver.RequestData
Sets, whether HTTP keepAlive is enabled for this connection.
setKeepAliveEnabled(boolean) - Method in class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
Sets, whether HTTP keepalive is enabled for this server.
setLocale(Locale) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
setMaxThreads(int) - Method in class org.apache.xmlrpc.common.XmlRpcController
Sets the maximum number of concurrent requests.
setMethod(String) - Method in class org.apache.xmlrpc.webserver.RequestData
Sets the request method.
setParanoid(boolean) - Method in class org.apache.xmlrpc.webserver.WebServer
Switch client filtering on/off.
setRequestHeader(Object, String, String) - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
setRequestHeader(Object, String, String) - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
setRequestHeader(Object, String, String) - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
setRequestHeader(Object, String, String) - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
setResult(String) - Method in class org.apache.xmlrpc.parser.AtomicParser
 
setResult(String) - Method in class org.apache.xmlrpc.parser.BooleanParser
 
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(Object) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
Sets the result object.
setServerURL(URL) - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Sets the servers URL.
setStatus(int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
setStatus(int, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
setSuccess(boolean) - Method in class org.apache.xmlrpc.webserver.RequestData
Sets, whether the request was executed successfull.
setTransportFactory(XmlRpcTransportFactory) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Sets the clients transport factory.
setTypeFactory(TypeFactory) - Method in class org.apache.xmlrpc.common.XmlRpcController
Sets the type factory.
setWorkerFactory(XmlRpcWorkerFactory) - Method in class org.apache.xmlrpc.common.XmlRpcController
Sets the clients worker factory.
setXmlRpcServer(XmlRpcServer) - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Returns the XmlRpcServer 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 class org.apache.xmlrpc.util.ThreadPool
Closes the pool.
shutdown() - Method in class org.apache.xmlrpc.webserver.WebServer
Stop listening on the server port.
skip(long) - Method in class org.apache.xmlrpc.util.LimitedInputStream
 
skippedEntity(String) - Method in class org.apache.xmlrpc.parser.ExtParser
 
skippedEntity(String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
skippedEntity(String) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
Skipped entities raise an exception by default.
start() - Method in class org.apache.xmlrpc.webserver.WebServer
Spawns a new thread which binds this server to the port it's configured to accept connections on.
startDocument() - Method in class org.apache.xmlrpc.parser.AtomicParser
 
startDocument() - Method in class org.apache.xmlrpc.parser.ByteArrayParser
 
startDocument() - Method in class org.apache.xmlrpc.parser.ExtParser
 
startDocument() - Method in class org.apache.xmlrpc.parser.MapParser
 
startDocument() - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
 
startDocument() - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
startDocument() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
startDocument() - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
 
startDocument() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
 
startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.AtomicParser
 
startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.ByteArrayParser
 
startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.ExtParser
 
startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.MapParser
 
startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
 
startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
 
startElement(String, String, String, Attributes) - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
 
startPrefixMapping(String, String) - Method in class org.apache.xmlrpc.parser.ExtParser
 
startPrefixMapping(String, String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
startPrefixMapping(String, String) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
startTask(ThreadPool.Task) - Method in class org.apache.xmlrpc.util.ThreadPool
Starts a task immediately.
startValueTag() - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
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.Task - Interface in org.apache.xmlrpc.util
The thread pool contains instances of ThreadPool.Task.
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).

V

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

W

WebServer - Class in org.apache.xmlrpc.webserver
A minimal web server that exclusively handles XML-RPC requests.
WebServer(int) - Constructor for class org.apache.xmlrpc.webserver.WebServer
Creates a web server at the specified port number.
WebServer(int, InetAddress) - Constructor for class org.apache.xmlrpc.webserver.WebServer
Creates a web server at the specified port number and IP address.
write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.BooleanSerializer
 
write(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ByteArraySerializer
 
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(int) - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
 
write(byte[], int, int) - Method in class org.apache.xmlrpc.webserver.ServletOutputStreamImpl
 
writeData(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ListSerializer
 
writeData(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.MapSerializer
 
writeData(ContentHandler, Object) - Method in class org.apache.xmlrpc.serializer.ObjectArraySerializer
 
writeEntry(ContentHandler, String, Object) - Method in class org.apache.xmlrpc.serializer.MapSerializer
 
writeError(XmlRpcStreamRequestConfig, OutputStream, Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
writeError(RequestData, Throwable, OutputStream) - Method in class org.apache.xmlrpc.webserver.Connection
Writes an error response to the output stream.
writeError(XmlRpcStreamRequestConfig, OutputStream, Throwable) - Method in class org.apache.xmlrpc.webserver.ConnectionServer
 
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(XmlRpcStreamRequestConfig, OutputStream, XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
 
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.
writeResponse(XmlRpcStreamRequestConfig, OutputStream, Object) - Method in class org.apache.xmlrpc.webserver.ConnectionServer
 
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.
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(XmlRpcClient) - 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
 
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
 
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) - Constructor for class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
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
This exception is thrown, if the clients or servers maximum number of concurrent threads is exceeded.
XmlRpcLoadException(String) - Constructor for exception org.apache.xmlrpc.XmlRpcLoadException
Creates a new instance.
XmlRpcLocalClientConfig - Interface in org.apache.xmlrpc.client
Interface of a client configuration for local rpc calls.
XmlRpcLocalStreamTransport - Class in org.apache.xmlrpc.client
Another local transport for debugging and testing.
XmlRpcLocalStreamTransport(XmlRpcClient) - 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) - 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.
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.
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.RequestData - Class in org.apache.xmlrpc.webserver
This class is used as a "connection" while processing the request.
XmlRpcServletServer.RequestData(HttpServletRequest) - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServletServer.RequestData
Creates a new instance with the given request and response.
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.
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.
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
 
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.
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 XmlRpcClientWorker 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-2001-2006 Apache Software Foundation. All Rights Reserved.