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

A

AbstractReflectiveHandlerMapping - Class in org.apache.xmlrpc.server
Abstract base class of handler mappings, which are using reflection.
AbstractReflectiveHandlerMapping() - Constructor for class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
AbstractReflectiveHandlerMapping.AuthenticationHandler - Interface in org.apache.xmlrpc.server
An object implementing this interface may be used to validate user names and passwords.
accept - Variable in class org.apache.xmlrpc.webserver.WebServer
 
acceptClient(String) - Method in class org.apache.xmlrpc.webserver.WebServer
Add an IP address to the list of accepted clients.
addCookie(Cookie) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
addDateHeader(String, long) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
addHandler(String, Class) - Method in class org.apache.xmlrpc.server.PropertyHandlerMapping
Adds handlers for the given object to the mapping.
addHeader(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
addHeader(String, String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
addIntHeader(String, int) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.MapParser
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
 
addResult(Object) - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
 
addSystemHandler(PropertyHandlerMapping) - Static method in class org.apache.xmlrpc.metadata.XmlRpcSystemImpl
Adds an instance of this class to the given handler mapping.
addTask(ThreadPool.Task) - Method in class org.apache.xmlrpc.util.ThreadPool
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

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

C

CALENDAR_TAG - Static variable in class org.apache.xmlrpc.serializer.CalendarSerializer
Tag name of a BigDecimal value.
CalendarParser - Class in org.apache.xmlrpc.parser
Parser for integer values.
CalendarParser() - Constructor for class org.apache.xmlrpc.parser.CalendarParser
 
CalendarSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for date values.
CalendarSerializer() - Constructor for class org.apache.xmlrpc.serializer.CalendarSerializer
 
cfg - Variable in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.AtomicParser
 
characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.ByteArrayParser
 
characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.ExtParser
 
characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.MapParser
 
characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
characters(char[], int, int) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
 
CharSetXmlWriterFactory - Class in org.apache.xmlrpc.serializer
An implementation of XmlWriterFactory, which creates instances of org.apache.ws.commons.serialize.CharSetXMLWriter.
CharSetXmlWriterFactory() - Constructor for class org.apache.xmlrpc.serializer.CharSetXmlWriterFactory
 
client - Variable in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
ClientFactory - Class in org.apache.xmlrpc.client.util
The ClientFactory is a useful tool for simplifying the use of Apache XML-RPC.
ClientFactory(XmlRpcClient, TypeConverterFactory) - Constructor for class org.apache.xmlrpc.client.util.ClientFactory
Creates a new instance.
ClientFactory(XmlRpcClient) - Constructor for class org.apache.xmlrpc.client.util.ClientFactory
Creates a new instance.
cloneMe() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
Creates a clone of this client configuration.
close() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
close() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
close() - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
close() - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Closes the connection and ensures, that all resources are being released.
close() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
close() - Method in interface org.apache.xmlrpc.common.ServerStreamConnection
Closes the connection, and frees resources.
close() - Method in class org.apache.xmlrpc.webserver.Connection
 
close() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
 
code - Variable in exception org.apache.xmlrpc.XmlRpcException
The fault code of the exception.
Connection - Class in org.apache.xmlrpc.webserver
Handler for a single clients connection.
Connection(WebServer, XmlRpcStreamServer, Socket) - Constructor for class org.apache.xmlrpc.webserver.Connection
Creates a new webserver connection on the given socket.
containsHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
convert(Object) - Method in interface org.apache.xmlrpc.common.TypeConverter
Converts the given object into the required representation.
convertThrowable(Throwable) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
This method allows to convert the error into another error.
createServerSocket(int, int, InetAddress) - Method in class org.apache.xmlrpc.webserver.WebServer
Factory method to manufacture the server socket.

D

DATA_TAG - Static variable in class org.apache.xmlrpc.serializer.ObjectArraySerializer
Tag name of an arrays data.
DATE_TAG - Static variable in class org.apache.xmlrpc.serializer.CalendarSerializer
Tag name of a date value.
DATE_TAG - Static variable in class org.apache.xmlrpc.serializer.DateSerializer
Tag name of a date value.
DateParser - Class in org.apache.xmlrpc.parser
Parser for integer values.
DateParser(Format) - Constructor for class org.apache.xmlrpc.parser.DateParser
Creates a new instance with the given format.
DateSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for date values.
DateSerializer(Format) - Constructor for class org.apache.xmlrpc.serializer.DateSerializer
Creates a new instance with the given formatter.
DefaultXMLWriterFactory - Class in org.apache.xmlrpc.serializer
The default implementation of XmlWriterFactory tests, whether the CharSetXmlWriterFactory is usable.
DefaultXMLWriterFactory() - Constructor for class org.apache.xmlrpc.serializer.DefaultXMLWriterFactory
Creates a new instance.
deny - Variable in class org.apache.xmlrpc.webserver.WebServer
 
denyClient(String) - Method in class org.apache.xmlrpc.webserver.WebServer
Add an IP address to the list of denied clients.
DOM_TAG - Static variable in class org.apache.xmlrpc.serializer.NodeSerializer
The local name of a dom tag.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Creates a new instance of RequestData for the request.
DOUBLE_TAG - Static variable in class org.apache.xmlrpc.serializer.DoubleSerializer
Tag name of a double value.
DoubleParser - Class in org.apache.xmlrpc.parser
Parser for double values.
DoubleParser() - Constructor for class org.apache.xmlrpc.parser.DoubleParser
 
DoubleSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for doubles.
DoubleSerializer() - Constructor for class org.apache.xmlrpc.serializer.DoubleSerializer
 

E

encodeBasicAuthentication(String, String, String) - Static method in class org.apache.xmlrpc.util.HttpUtil
Creates the Base64 encoded credentials for HTTP Basic Authentication.
encodeRedirectURL(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
encodeRedirectUrl(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
encodeURL(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
encodeUrl(String) - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
endDocument() - Method in class org.apache.xmlrpc.parser.ExtParser
 
endDocument() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.AtomicParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.ByteArrayParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.ExtParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.MapParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.ObjectArrayParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
 
endElement(String, String, String) - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
 
endPrefixMapping(String) - Method in class org.apache.xmlrpc.parser.ExtParser
 
endPrefixMapping(String) - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
endPrefixMapping(String) - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
endValueTag() - Method in class org.apache.xmlrpc.parser.RecursiveTypeParserImpl
 
EX_FLOAT_TAG - Static variable in class org.apache.xmlrpc.serializer.FloatSerializer
Fully qualified name of a float value.
EX_I1_TAG - Static variable in class org.apache.xmlrpc.serializer.I1Serializer
Fully qualified name of an i1 value.
EX_I2_TAG - Static variable in class org.apache.xmlrpc.serializer.I2Serializer
Fully qualified name of an i2 value.
EX_I8_TAG - Static variable in class org.apache.xmlrpc.serializer.I8Serializer
Fully qualified name of an i8 value.
EX_NIL_TAG - Static variable in class org.apache.xmlrpc.serializer.NullSerializer
Qualified tag name of a nil value.
execute(String, Object[]) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(XmlRpcClientConfig, String, Object[]) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the given configuration.
execute(String, List) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(XmlRpcClientConfig, String, List) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the given configuration.
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
Performs a synchronous request.
execute(XmlRpcRequest, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
Performs an synchronous request.
execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.common.XmlRpcRequestProcessor
Processes the given request and returns a result object.
execute(XmlRpcStreamRequestConfig, ServerStreamConnection) - Method in interface org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor
Reads an XML-RPC request from the connection object and processes the request, writing the result to the same connection object.
execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.common.XmlRpcWorker
Performs a synchronous request.
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.ReflectiveXmlRpcHandler
 
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.XmlRpcLocalStreamServer
 
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.XmlRpcServer
Performs the given request.
execute(XmlRpcRequest) - Method in class org.apache.xmlrpc.server.XmlRpcServerWorker
 
execute(XmlRpcStreamRequestConfig, ServerStreamConnection) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Returns, whether the /** Processes a "connection".
execute(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
Processes the servlet request.
execute(XmlRpcRequest) - Method in interface org.apache.xmlrpc.XmlRpcHandler
Performs the request and returns the result object.
executeAsync(String, Object[], AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the clients default configuration.
executeAsync(XmlRpcClientConfig, String, Object[], AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the given configuration.
executeAsync(String, List, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the clients default configuration.
executeAsync(XmlRpcClientConfig, String, List, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs an asynchronous request with the given configuration.
executeAsync(XmlRpcRequest, AsyncCallback) - Method in class org.apache.xmlrpc.client.XmlRpcClient
Performs a request with the clients default configuration.
EXTENSIONS_URI - Static variable in class org.apache.xmlrpc.serializer.XmlRpcWriter
The namespace URI for proprietary XML-RPC extensions.
ExtParser - Class in org.apache.xmlrpc.parser
Base class for parsing external XML representations, like DOM, or JAXB.
ExtParser() - Constructor for class org.apache.xmlrpc.parser.ExtParser
 
ExtSerializer - Class in org.apache.xmlrpc.serializer
Base class for external XML representations, like DOM, or JAXB.
ExtSerializer() - Constructor for class org.apache.xmlrpc.serializer.ExtSerializer
 

F

FLOAT_TAG - Static variable in class org.apache.xmlrpc.serializer.FloatSerializer
Tag name of a float value.
FloatParser - Class in org.apache.xmlrpc.parser
Parser for float values.
FloatParser() - Constructor for class org.apache.xmlrpc.parser.FloatParser
 
FloatSerializer - Class in org.apache.xmlrpc.serializer
A TypeSerializer for floats.
FloatSerializer() - Constructor for class org.apache.xmlrpc.serializer.FloatSerializer
 
flushBuffer() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.xmlrpc.util.XmlRpcDateTimeFormat
 

G

getAttribute(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getAttributeNames() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getAuthenticationHandler() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the authentication handler, if any, or null.
getAuthenticationHandler() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets AbstractReflectiveHandlerMapping.AuthenticationHandler.
getAuthType() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getBasicEncoding() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpConfig
Returns the encoding being used to convert the String "username:password" into bytes.
getBasicEncoding() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
 
getBasicPassword() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Returns the password being used for basic HTTP authentication.
getBasicPassword() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
getBasicUserName() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Returns the user name being used for basic HTTP authentication.
getBasicUserName() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
getBufferSize() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getCause() - Method in exception org.apache.xmlrpc.XmlRpcException
 
getCharacterEncoding() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getCharacterEncoding() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getClient() - Method in class org.apache.xmlrpc.client.util.ClientFactory
Returns the factories client.
getClient() - Method in class org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl
Returns the client operating this factory.
getClient() - Method in class org.apache.xmlrpc.client.XmlRpcTransportImpl
Returns the client, which created this transport.
getClientConfig() - Method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients default configuration.
getConfig() - Method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients default configuration.
getConfig() - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getConfig() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns the request configuration.
getConfig() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the controllers default configuration.
getConfig() - Method in class org.apache.xmlrpc.server.XmlRpcServer
 
getConfig(HttpServletRequest) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
getConfig() - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the request configuration.
getConnection() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns the connection, which is serving the request.
getConnectionTimeout() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Return the connection timeout in milliseconds
getConnectionTimeout() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
getContentLength() - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
 
getContentLength() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getContentLength() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns the requests content length.
getContentType() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getContentType() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
Returns the content type used for the MIME body sent in this response.
getContextPath() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getController() - Method in class org.apache.xmlrpc.client.XmlRpcClientWorker
 
getController() - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
Returns the controller, which operates the type factory.
getController() - Method in interface org.apache.xmlrpc.common.XmlRpcWorker
Returns the workers controller.
getController() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns the factory controller.
getController() - Method in class org.apache.xmlrpc.server.XmlRpcServerWorker
 
getCookies() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getCurrentRequests() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns the number of currently running requests.
getDateHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getDefaultXmlRpcWorkerFactory() - Method in class org.apache.xmlrpc.client.XmlRpcClient
 
getDefaultXmlRpcWorkerFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
Creates the controllers default worker factory.
getDefaultXmlRpcWorkerFactory() - Method in class org.apache.xmlrpc.server.XmlRpcServer
 
getDescription() - Method in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
Returns the error description.
getDocumentLocator() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
Returns the document locator.
getEncoding() - Method in interface org.apache.xmlrpc.common.XmlRpcStreamConfig
Returns the encoding being used for data encoding, when writing to a stream.
getEncoding() - Method in class org.apache.xmlrpc.XmlRpcConfigImpl
 
getErrorCause() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the (optional) exception.
getErrorCode() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the error code.
getErrorMessage() - Method in class org.apache.xmlrpc.parser.XmlRpcResponseParser
If the response contained a fault, returns the error message.
getExtHandler() - Method in class org.apache.xmlrpc.jaxb.JaxbParser
 
getExtHandler() - Method in class org.apache.xmlrpc.parser.ExtParser
Returns a content handler for parsing the actual contents.
getExtHandler() - Method in class org.apache.xmlrpc.parser.NodeParser
 
getHandler(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the XmlRpcHandler with the given name.
getHandler(String) - Method in interface org.apache.xmlrpc.server.XmlRpcHandlerMapping
Return the handler for the specified handler name.
getHandlerMapping() - Method in class org.apache.xmlrpc.server.XmlRpcServer
Returns the servers handler mapping.
getHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getHeaderNames() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getHeaders(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getHttpClient() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory
Returns the factories HttpClient.
getHttpVersion() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getHttpVersion() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns the requests HTTP version.
getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcCommonsTransport
 
getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcLiteHttpTransport
 
getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
 
getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcStreamTransport
Returns the input stream, from which the response is being read.
getInputStream() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransport
 
getInputStream(XmlRpcStreamRequestConfig, ServerStreamConnection) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
getInputStream() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getIntHeader(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getLinkedException() - Method in exception org.apache.xmlrpc.util.XmlRpcIOException
Returns the linked exception, which is the actual cause for this exception.
getListMethods() - Method in interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.listMethods, which is specified as follows: This method may be used to enumerate the methods implemented by the XML-RPC server.
getListMethods() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
getLocalAddr() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getLocale() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getLocale() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getLocales() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getLocalName() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getLocalPort() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getMaxThreads() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the maximum number of concurrent requests.
getMaxThreads() - Method in class org.apache.xmlrpc.util.ThreadPool
Returns the maximum number of concurrent threads.
getMessage() - Method in exception org.apache.xmlrpc.webserver.ServletWebServer.Exception
 
getMethod() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getMethod() - Method in class org.apache.xmlrpc.webserver.RequestData
Returns the request method.
getMethodHelp() - Method in class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
 
getMethodHelp(Class, Method[]) - Static method in class org.apache.xmlrpc.metadata.Util
Returns a help string for the given method, which is applied to the given class.
getMethodHelp(Class, Method) - Static method in class org.apache.xmlrpc.metadata.Util
Returns a help string for the given method, which is applied to the given class.
getMethodHelp(String) - Method in interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.methodSignature, which is specified as follows: This method takes one parameter, the name of a method implemented by the XML-RPC server.
getMethodHelp() - Method in interface org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
This method may be used to implement XmlRpcListableHandlerMapping.getMethodHelp(String).
getMethodHelp(Class, Method[]) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Creates a help string for the given method, when applied to the given class.
getMethodHelp(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
getMethodName() - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getMethodName() - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
Returns the method name being invoked.
getMethodName() - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the requests method name.
getMethodSignature(String) - Method in interface org.apache.xmlrpc.metadata.XmlRpcListableHandlerMapping
This method implements the introspection method system.methodSignature, which is specified as follows: This method takes one parameter, the name of a method implemented by the XML-RPC server.
getMethodSignature(String) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
 
getNonIdentityTransferEncoding(String) - Static method in class org.apache.xmlrpc.util.HttpUtil
Returns, whether the HTTP header value pHeaderValue indicates, that another encoding than "identity" is used.
getNumThreads() - Method in class org.apache.xmlrpc.util.ThreadPool
Returns the number of threads, which have actually been created, as opposed to the number of currently running threads.
getOutputStream(ServerStreamConnection, XmlRpcStreamRequestConfig, OutputStream) - Method in class org.apache.xmlrpc.server.XmlRpcHttpServer
 
getOutputStream(ServerStreamConnection, XmlRpcStreamRequestConfig, OutputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Called to prepare the output stream.
getOutputStream(XmlRpcStreamRequestConfig, ServerStreamConnection, int) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
Called to prepare the output stream, if content length is required.
getOutputStream() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getOutputStream(XmlRpcStreamRequestConfig, ServerStreamConnection, int) - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer
 
getParameter(int) - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getParameter(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getParameter(int) - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the parameter with index pIndex.
getParameterCount() - Method in class org.apache.xmlrpc.client.XmlRpcClientRequestImpl
 
getParameterCount() - Method in interface org.apache.xmlrpc.XmlRpcRequest
Returns the number of parameters.
getParameterMap() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getParameterNames() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getParameterValues(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getParams() - Method in class org.apache.xmlrpc.parser.XmlRpcRequestParser
Returns the parameter list.
getParser(XmlRpcStreamConfig, NamespaceContextImpl, String, String) - Method in interface org.apache.xmlrpc.common.TypeFactory
Creates a parser for a parameter or result object.
getParser(XmlRpcStreamConfig, NamespaceContextImpl, String, String) - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
 
getParser(XmlRpcStreamConfig, NamespaceContextImpl, String, String) - Method in class org.apache.xmlrpc.jaxb.JaxbTypeFactory
 
getPathInfo() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getPathTranslated() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getPort() - Method in class org.apache.xmlrpc.webserver.WebServer
Returns the port, on which the web server is running.
getProtocol() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getQueryString() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getReader() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRealPath(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRemoteAddr() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRemoteHost() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRemotePort() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRemoteUser() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getReplyTimeout() - Method in interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Return the reply timeout in milliseconds
getReplyTimeout() - Method in class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
 
getRequest() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns the request stream.
getRequest(XmlRpcStreamRequestConfig, InputStream) - Method in class org.apache.xmlrpc.server.XmlRpcStreamServer
 
getRequest() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
Returns the servlet request.
getRequestDispatcher(String) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestedSessionId() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestProcessor(XmlRpcRequest) - Method in interface org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestProcessorFactory
This method is invoked for any request in order to create and configure the request processor.
getRequestProcessor(Class, XmlRpcRequest) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
Subclasses may override this method for request specific configuration.
getRequestProcessor(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
Subclasses may override this method for class specific configuration.
getRequestProcessorFactory(Class) - Method in interface org.apache.xmlrpc.server.RequestProcessorFactoryFactory
This method is invoked at startup.
getRequestProcessorFactory(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory
 
getRequestProcessorFactory(Class) - Method in class org.apache.xmlrpc.server.RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory
 
getRequestProcessorFactoryFactory() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the mappings RequestProcessorFactoryFactory.
getRequestProcessorFactoryFactory() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets RequestProcessorFactoryFactory.
getRequestURI() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getRequestURL() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getResponse() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns an output stream, to which the response may be written.
getResponse() - Method in class org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection
Returns the servlet response.
getResult() - Method in class org.apache.xmlrpc.jaxb.JaxbParser
 
getResult() - Method in class org.apache.xmlrpc.parser.NodeParser
 
getResult() - Method in class org.apache.xmlrpc.parser.SerializableParser
 
getResult() - Method in interface org.apache.xmlrpc.parser.TypeParser
Returns the parsed object.
getResult() - Method in class org.apache.xmlrpc.parser.TypeParserImpl
 
getScheme() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getSerializer(XmlRpcStreamConfig, Object) - Method in interface org.apache.xmlrpc.common.TypeFactory
Creates a serializer for the object pObject.
getSerializer(XmlRpcStreamConfig, Object) - Method in class org.apache.xmlrpc.common.TypeFactoryImpl
 
getSerializer(XmlRpcStreamConfig, Object) - Method in class org.apache.xmlrpc.jaxb.JaxbTypeFactory
 
getServerName() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getServerPort() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getServerStreamConnection() - Method in class org.apache.xmlrpc.common.LocalStreamConnection
Returns the servers connection.
getServerURL() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
 
getServerURL() - Method in interface org.apache.xmlrpc.client.XmlRpcHttpClientConfig
Returns the HTTP servers URL.
getServletPath() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getSession() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getSession(boolean) - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getSignature(Method[]) - Static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given methods.
getSignature(Method) - Static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given methods.
getSignature(Object[]) - Static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given parameter set.
getSignature(Method[]) - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Creates a signature for the given method.
getSignatures() - Method in class org.apache.xmlrpc.metadata.ReflectiveXmlRpcMetaDataHandler
 
getSignatures() - Method in interface org.apache.xmlrpc.metadata.XmlRpcMetaDataHandler
This method may be used to implement XmlRpcListableHandlerMapping.getMethodSignature(String).
getSignatureType(Class) - Static method in class org.apache.xmlrpc.metadata.Util
Returns a signature for the given return type or parameter class.
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
 
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.XmlRpcLiteHttpTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLocalStreamTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcLocalTransportFactory
 
getTransport() - Method in class org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory
 
getTransport() - Method in interface org.apache.xmlrpc.client.XmlRpcTransportFactory
Returns an instance of XmlRpcTransport.
getTransportFactory() - Method in class org.apache.xmlrpc.client.XmlRpcClient
Returns the clients transport factory.
getTypeConverter(Class) - Method in interface org.apache.xmlrpc.common.TypeConverterFactory
Creates an instance of TypeFactory, which may be used to create instances of the given class.
getTypeConverter(Class) - Method in class org.apache.xmlrpc.common.TypeConverterFactoryImpl
Returns a type converter for the given class.
getTypeConverterFactory() - Method in interface org.apache.xmlrpc.common.XmlRpcRequestProcessor
Returns the request processors TypeConverterFactory.
getTypeConverterFactory() - Method in class org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping
Returns the mappings TypeConverterFactory.
getTypeConverterFactory() - Method in class org.apache.xmlrpc.server.XmlRpcServer
 
getTypeConverterFactory() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets TypeConverterFactory.
getTypeFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the type factory.
getUserAgent() - Method in class org.apache.xmlrpc.client.XmlRpcHttpTransport
 
getUserPrincipal() - Method in class org.apache.xmlrpc.webserver.HttpServletRequestImpl
 
getWorker() - Method in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns a worker for synchronous processing.
getWorkerFactory() - Method in class org.apache.xmlrpc.common.XmlRpcController
Returns the clients worker factory.
getWriter() - Method in class org.apache.xmlrpc.webserver.HttpServletResponseImpl
 
getXmlRpcServer() - Method in class org.apache.xmlrpc.client.XmlRpcClientConfigImpl
 
getXmlRpcServer() - Method in interface org.apache.xmlrpc.common.XmlRpcRequestProcessorFactory
Returns the XmlRpcRequestProcessor being invoked.
getXmlRpcServer() - Method in class org.apache.xmlrpc.webserver.WebServer
Returns the XmlRpcServer.
getXmlRpcServletServer() - Method in class org.apache.xmlrpc.webserver.XmlRpcServlet
Returns the servlets instance of XmlRpcServletServer.