- 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.
- Exception(int, String, String) - Constructor for exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
-
Creates a new instance.
- 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
-
- getAsyncContext() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- 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
-
Return the connection timeout in milliseconds
- getConnectionTimeout() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
-
- getContentLength() - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
-
- getContentLength() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- getContentLength() - Method in class org.apache.xmlrpc.webserver.RequestData
-
Returns the requests content length.
- getContentLengthLong() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- 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.
- getDispatcherType() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- 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
-
- 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
-
- getHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
-
- getHeaderNames() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- getHeaderNames() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
-
- getHeaders(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- getHeaders(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
-
- 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:
- 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:
- getMethodHelp() - Method in interface org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
-
- 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:
- 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
-
- getPart(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- getParts() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- 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
-
- getRequestProcessorFactoryFactory() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
- 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.
- getServletContext() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- 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
-
- 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.
- getStatus() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
-
- 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
-
- 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
-
- getTypeConverterFactory() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
-
- getTypeConverterFactory() - Method in class org.apache.xmlrpc.server.XmlRpcServer
-
- getTypeConverterFactory() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
- 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
-
- getXmlRpcServer() - Method in class org.apache.xmlrpc.webserver.WebServer
-
- getXmlRpcServletServer() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
- 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
-
- getXmlWriterFactory() - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
- getXMLWriterFactory() - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
-
Returns the XML Writer factory.
- GzipReqWriter(XmlRpcStreamTransport.ReqWriter) - Constructor for class org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- isAsyncStarted() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- isAsyncSupported() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- 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.
- 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
-
- 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
-
- 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
-
- ServletConnection(HttpServlet, Socket) - Constructor for class org.apache.xmlrpc.webserver.ServletConnection
-
Creates a new instance.
- ServletStreamConnection(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
-
- 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.
- 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.
- setContentLengthLong(long) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
-
- 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
-
- setRequestProcessorFactoryFactory(RequestProcessorFactoryFactory) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
- 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
-
- setTypeConverterFactory(TypeConverterFactory) - Method in class org.apache.xmlrpc.server.XmlRpcServer
-
- setTypeConverterFactory(TypeConverterFactory) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
-
- 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
-
- setXmlWriterFactory(XmlWriterFactory) - Method in class org.apache.xmlrpc.client.XmlRpcClient
-
- 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.
- startAsync(ServletRequest, ServletResponse) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- startAsync() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
-
- 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.
- StatelessProcessorFactoryFactory() - Constructor for class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- XmlRpcConfigImpl - Class in org.apache.xmlrpc
-
- XmlRpcConfigImpl() - Constructor for class org.apache.xmlrpc.XmlRpcConfigImpl
-
- XmlRpcController - Class in org.apache.xmlrpc.common
-
- XmlRpcController() - Constructor for class org.apache.xmlrpc.common.XmlRpcController
-
- XmlRpcDateTimeDateFormat - Class in org.apache.xmlrpc.util
-
- 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
-
- XmlRpcHttpConfig - Interface in org.apache.xmlrpc.common
-
Interface of a configuration for HTTP requests.
- XmlRpcHttpRequestConfig - Interface in org.apache.xmlrpc.common
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- XmlRpcResponseParser - Class in org.apache.xmlrpc.parser
-
- 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
-
- XmlRpcServerConfigImpl - Class in org.apache.xmlrpc.server
-
- XmlRpcServerConfigImpl() - Constructor for class org.apache.xmlrpc.server.XmlRpcServerConfigImpl
-
- XmlRpcServerWorker - Class in org.apache.xmlrpc.server
-
- 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
-
- 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
-
- 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
-
- 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.ReqWriter - Interface in org.apache.xmlrpc.client
-
- XmlRpcStreamTransport.ReqWriterImpl - Class in org.apache.xmlrpc.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
-
- 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
-
- 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
-
- 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
-
- XmlRpcTransportFactoryImpl - Class in org.apache.xmlrpc.client
-
- XmlRpcTransportFactoryImpl(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
-
Creates a new instance.
- XmlRpcTransportImpl - Class in org.apache.xmlrpc.client
-
- 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
-
- 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
.