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

A

AMPERSAND_ENTITY - Static variable in class org.apache.xmlrpc.XmlWriter
 
ARRAY - Static variable in class org.apache.xmlrpc.XmlRpc
 
ARRAY - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
AsyncCallback - interface org.apache.xmlrpc.AsyncCallback.
A callback interface for an asynchronous XML-RPC call.
AuthDemo - class org.apache.xmlrpc.AuthDemo.
 
AuthDemo() - Constructor for class org.apache.xmlrpc.AuthDemo
 
AuthenticatedXmlRpcHandler - interface org.apache.xmlrpc.AuthenticatedXmlRpcHandler.
An XML-RPC handler that also handles HTTP authentication.
AuthenticationFailed - exception org.apache.xmlrpc.AuthenticationFailed.
Thrown as the result of an authentication failure.
AuthenticationFailed() - Constructor for class org.apache.xmlrpc.AuthenticationFailed
 
AuthenticationFailed(String) - Constructor for class org.apache.xmlrpc.AuthenticationFailed
 
accept - Variable in class org.apache.xmlrpc.WebServer
 
acceptClient(String) - Method in class org.apache.xmlrpc.WebServer
Add an IP address to the list of accepted clients.
addArrayArg() - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addArrayArgToArray(Vector) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addArrayArgToStruct(Hashtable, String) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addBooleanArg(boolean) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addBooleanArgToArray(Vector, boolean) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addBooleanArgToStruct(Hashtable, String, boolean) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDateArg(long) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDateArgToArray(Vector, long) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDateArgToStruct(Hashtable, String, long) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDefaultHandlers() - Method in class org.apache.xmlrpc.WebServer
Adds the bundled handlers to the server.
addDefaultSystemHandlers() - Method in class org.apache.xmlrpc.SystemHandler
Add the default system handlers.
addDoubleArg(float) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArg(double) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArgToArray(Vector, float) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArgToArray(Vector, double) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArgToStruct(Hashtable, String, float) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArgToStruct(Hashtable, String, double) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addHandler(String, Object) - Method in class org.apache.xmlrpc.DefaultHandlerMapping
Register a handler object with this name.
addHandler(String, Object) - Method in class org.apache.xmlrpc.WebServer
Register a handler object with this name.
addHandler(String, Object) - Method in class org.apache.xmlrpc.XmlRpcServer
 
addIntArg(int) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addIntArgToArray(Vector, int) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addIntArgToStruct(Hashtable, String, int) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addStringArg(String) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addStringArgToArray(Vector, String) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addStringArgToStruct(Hashtable, String, String) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addStructArg() - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addStructArgToArray(Vector) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addStructArgToStruct(Hashtable, String) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addSystemHandler(String, ContextXmlRpcHandler) - Method in class org.apache.xmlrpc.SystemHandler
 
address - Variable in class org.apache.xmlrpc.WebServer
 
allowConnection(Socket) - Method in class org.apache.xmlrpc.WebServer
Checks incoming connections to see if they should be allowed.
arguments - Variable in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
array - Variable in class org.apache.xmlrpc.XmlRpc.Value
 
array - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
 
asyncWorkers - Variable in class org.apache.xmlrpc.XmlRpcClient
 
auth - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
 
auth - Variable in class org.apache.xmlrpc.DefaultXmlRpcTransport
 
auth - Variable in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 
auth - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
auth - Variable in class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
available - Variable in class org.apache.xmlrpc.ServerInputStream
 

B

BASE64 - Static variable in class org.apache.xmlrpc.XmlRpc
 
BASE64 - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
BOOLEAN - Static variable in class org.apache.xmlrpc.XmlRpc
 
BOOLEAN - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
base64 - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
base64 - Static variable in class org.apache.xmlrpc.util.HttpUtil
 
base64Codec - Static variable in class org.apache.xmlrpc.DefaultTypeFactory
 
base64Codec - Static variable in class org.apache.xmlrpc.XmlWriter
 
buf - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
buffer - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
buffer - Variable in class org.apache.xmlrpc.WebServer.Connection
 

C

CLOSING_TAG_START - Static variable in class org.apache.xmlrpc.XmlWriter
 
CONSTRUCTOR_SIGNATURE - Static variable in interface org.apache.xmlrpc.XmlRpcTransportFactory
 
CONSTRUCTOR_SIGNATURE_STRING - Static variable in interface org.apache.xmlrpc.XmlRpcTransportFactory
 
CommonsXmlRpcTransport - class org.apache.xmlrpc.CommonsXmlRpcTransport.
Implementor of the XmlRpcTransport interface using the Apache Commons HttpClient library v2.0 available at http://jakarta.apache.org/commons/httpclient/ Note: Currently this transport is not thread safe
CommonsXmlRpcTransport(URL, HttpClient) - Constructor for class org.apache.xmlrpc.CommonsXmlRpcTransport
Creates a new instance of CommonsXmlRpcTransport
CommonsXmlRpcTransport(URL) - Constructor for class org.apache.xmlrpc.CommonsXmlRpcTransport
 
CommonsXmlRpcTransportFactory - class org.apache.xmlrpc.CommonsXmlRpcTransportFactory.
A transport factory, which uses the Jakarta Commons HttpClient.
CommonsXmlRpcTransportFactory(URL) - Constructor for class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
Creates a new instance with the given server URL.
ContextXmlRpcHandler - interface org.apache.xmlrpc.ContextXmlRpcHandler.
An XML-RPC handler that also handles user authentication.
call - Variable in class org.apache.xmlrpc.XmlRpcClient.XmlRpcClientAsyncThread
 
callback - Variable in class org.apache.xmlrpc.XmlRpcClient.CallData
 
canReUse() - Method in class org.apache.xmlrpc.XmlRpcClientRequestProcessor
Called by the worker management framework to see if this object can be re-used.
canReUse() - Method in class org.apache.xmlrpc.XmlRpcClientResponseProcessor
Called by the worker management framework to see if this worker can be re-used.
canReUse() - Method in class org.apache.xmlrpc.XmlRpcClientWorker
Called by the worker management framework to see if this worker can be re-used.
canonicalizeEncoding(String) - Static method in class org.apache.xmlrpc.XmlWriter
Deprecated. This method will not be visible in 2.0.
cause - Variable in class org.apache.xmlrpc.ParseFailed
 
cause - Variable in class org.apache.xmlrpc.XmlRpcException
The underlying cause of this exception.
cdata - Variable in class org.apache.xmlrpc.XmlRpc
Used to collect character data (CDATA) of parameter values.
cdata - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
characterData(String) - Method in class org.apache.xmlrpc.XmlRpc.Value
Set the character data for the element and interpret it according to the element type.
characterData(String) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
Set the character data for the element and interpret it according to the element type
characters(char[], int, int) - Method in class org.apache.xmlrpc.XmlRpc
Method called by SAX driver.
characters(char[], int, int) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
Method called by SAX driver.
chardata(String) - Method in class org.apache.xmlrpc.XmlWriter
Writes text as PCDATA.
chardata(String) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
checkSocket(Socket) - Method in class org.apache.xmlrpc.WebServer
Deprecated. Use allowConnection(Socket) instead.
clength - Static variable in class org.apache.xmlrpc.WebServer
 
client - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransport
 
client - Variable in class org.apache.xmlrpc.applet.XmlRpcApplet
 
closeConnection() - Method in class org.apache.xmlrpc.LiteXmlRpcTransport
 
code - Variable in class org.apache.xmlrpc.XmlRpcException
The fault code of the exception.
code - Variable in class org.apache.xmlrpc.applet.XmlRpcException
The fault code of the exception.
con - Variable in class org.apache.xmlrpc.DefaultXmlRpcTransport
 
con - Variable in class org.apache.xmlrpc.WebServer.Runner
 
conclose - Static variable in class org.apache.xmlrpc.WebServer
 
conkeep - Static variable in class org.apache.xmlrpc.WebServer
 
connectionTimeout - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
 
count - Variable in class org.apache.xmlrpc.WebServer.Runner
 
createBase64(String) - Method in class org.apache.xmlrpc.DefaultTypeFactory
 
createBase64(String) - Method in interface org.apache.xmlrpc.TypeFactory
Create a local object for a <base64> tag.
createBoolean(String) - Method in class org.apache.xmlrpc.DefaultTypeFactory
 
createBoolean(String) - Method in interface org.apache.xmlrpc.TypeFactory
Create a local object for a <boolean> tag.
createDate(String) - Method in class org.apache.xmlrpc.DefaultTypeFactory
 
createDate(String) - Method in interface org.apache.xmlrpc.TypeFactory
Create a local object for a <dateTime.iso8601> tag.
createDefaultTransport() - Method in class org.apache.xmlrpc.XmlRpcClient
 
createDouble(String) - Method in class org.apache.xmlrpc.DefaultTypeFactory
 
createDouble(String) - Method in interface org.apache.xmlrpc.TypeFactory
Create a local object for a <double> tag.
createInteger(String) - Method in class org.apache.xmlrpc.DefaultTypeFactory
 
createInteger(String) - Method in interface org.apache.xmlrpc.TypeFactory
Create a local object for an <int> or <i4> tag.
createServerSocket(int, int, InetAddress) - Method in class org.apache.xmlrpc.WebServer
Factory method to manufacture the server socket.
createServerSocket(int, int, InetAddress) - Method in class org.apache.xmlrpc.secure.SecureWebServer
 
createString(String) - Method in class org.apache.xmlrpc.DefaultTypeFactory
 
createString(String) - Method in interface org.apache.xmlrpc.TypeFactory
Create a local object for a <string> tag.
createTransport() - Method in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
 
createTransport() - Method in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 
createTransport() - Method in class org.apache.xmlrpc.XmlRpcClient
 
createTransport() - Method in class org.apache.xmlrpc.XmlRpcClientLite
 
createTransport() - Method in interface org.apache.xmlrpc.XmlRpcTransportFactory
Create a new XML-RPC transport.
createTransport() - Method in class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
createTransportFactory(String, Properties) - Static method in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 
createTypeFactory(String) - Method in class org.apache.xmlrpc.XmlRpc
Creates a new instance of the specified TypeFactory.
createWorker() - Method in class org.apache.xmlrpc.XmlRpcServer
 
creds - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransport
 
ctype - Static variable in class org.apache.xmlrpc.WebServer
 
currentValue - Variable in class org.apache.xmlrpc.XmlRpc
 
currentValue - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 

D

DATE - Static variable in class org.apache.xmlrpc.XmlRpc
 
DATE - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
DEFAULT_HTTPS_PROVIDER - Static variable in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 
DEFAULT_KEY_MANAGER_TYPE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default key manager type.
DEFAULT_KEY_STORE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default key store location.
DEFAULT_KEY_STORE_PASSWORD - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default key store password.
DEFAULT_KEY_STORE_TYPE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default key store format.
DEFAULT_PARSER - Static variable in class org.apache.xmlrpc.XmlRpc
The default parser to use (MinML).
DEFAULT_PROTOCOL_HANDLER_PACKAGES - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default protocol handler packages.
DEFAULT_SECURITY_PROTOCOL - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default security protocol.
DEFAULT_SECURITY_PROVIDER_CLASS - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default security provider class.
DEFAULT_TRUST_STORE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default key store location.
DEFAULT_TRUST_STORE_PASSWORD - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default key store password.
DEFAULT_TRUST_STORE_TYPE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
Default key store format.
DOUBLE - Static variable in class org.apache.xmlrpc.XmlRpc
 
DOUBLE - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
DateTool - class org.apache.xmlrpc.util.DateTool.
Wraps a DateFormat instance to provide thread safety.
DateTool() - Constructor for class org.apache.xmlrpc.util.DateTool
Uses the DateFormat string yyyyMMdd'T'HH:mm:ss.
DefaultHandlerMapping - class org.apache.xmlrpc.DefaultHandlerMapping.
Provide a default handler mapping, used by the XmlRpcServer.
DefaultHandlerMapping() - Constructor for class org.apache.xmlrpc.DefaultHandlerMapping
Create a new mapping.
DefaultTypeDecoder - class org.apache.xmlrpc.DefaultTypeDecoder.
The default implementation of the TypeDecoder interface.
DefaultTypeDecoder() - Constructor for class org.apache.xmlrpc.DefaultTypeDecoder
Creates a new instance.
DefaultTypeFactory - class org.apache.xmlrpc.DefaultTypeFactory.
The default implementation of the TypeFactory interface.
DefaultTypeFactory() - Constructor for class org.apache.xmlrpc.DefaultTypeFactory
Creates a new instance.
DefaultTypeFactory(TimeZone) - Constructor for class org.apache.xmlrpc.DefaultTypeFactory
 
DefaultXmlRpcContext - class org.apache.xmlrpc.DefaultXmlRpcContext.
A basic context object that stores the userName, password and handler mapping.
DefaultXmlRpcContext(String, String, XmlRpcHandlerMapping) - Constructor for class org.apache.xmlrpc.DefaultXmlRpcContext
 
DefaultXmlRpcTransport - class org.apache.xmlrpc.DefaultXmlRpcTransport.
Interface from XML-RPC to the default HTTP transport based on the
DefaultXmlRpcTransport(URL, String) - Constructor for class org.apache.xmlrpc.DefaultXmlRpcTransport
Deprecated. Use setBasicAuthentication instead of passing an encoded authentication String.
DefaultXmlRpcTransport(URL) - Constructor for class org.apache.xmlrpc.DefaultXmlRpcTransport
Create a new DefaultXmlRpcTransport with the specified URL.
DefaultXmlRpcTransportFactory - class org.apache.xmlrpc.DefaultXmlRpcTransportFactory.
Default XML-RPC transport factory, produces HTTP, HTTPS with SSL or TLS based on URI protocol.
DefaultXmlRpcTransportFactory(URL) - Constructor for class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 
DefaultXmlRpcTransportFactory(URL, String) - Constructor for class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
Deprecated. use setBasicAuthentication method instead
dateTool - Static variable in class org.apache.xmlrpc.DefaultTypeFactory
Thread-safe wrapper for the DateFormat object used to parse date/time values.
dateTool - Variable in class org.apache.xmlrpc.XmlWriter
Thread-safe wrapper for the DateFormat object used to parse date/time values.
debug - Static variable in class org.apache.xmlrpc.XmlRpc
Whether to log debugging output.
debug - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
decodeException(Object) - Method in class org.apache.xmlrpc.XmlRpcClientResponseProcessor
Decode an exception from the result returned from the remote server.
decodeRequest(InputStream) - Method in class org.apache.xmlrpc.XmlRpcRequestProcessor
Decode a request from an InputStream to the internal XmlRpcRequest implementation.
decodeResponse(InputStream) - Method in class org.apache.xmlrpc.XmlRpcClientResponseProcessor
Decode an XML-RPC response from the specified InputStream.
defaultContext(String, String) - Method in class org.apache.xmlrpc.XmlRpcWorker
Factory method to return a default context object for the execute() method.
defaultInputEncoding - Static variable in class org.apache.xmlrpc.XmlRpc
Java's name for the input encoding we're using.
deny - Variable in class org.apache.xmlrpc.WebServer
 
denyClient(String) - Method in class org.apache.xmlrpc.WebServer
Add an IP address to the list of denied clients.
dequeue() - Method in class org.apache.xmlrpc.XmlRpcClient
 
determinePort(String[], int) - Static method in class org.apache.xmlrpc.WebServer
Examines command line arguments from argv.
df - Variable in class org.apache.xmlrpc.util.DateTool
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.XmlRpcProxyServlet
 
doubleNewline - Static variable in class org.apache.xmlrpc.WebServer
 

E

EMPTY_BYTE_ARRAY - Static variable in class org.apache.xmlrpc.XmlRpcResponseProcessor
 
Echo - class org.apache.xmlrpc.Echo.
A simple handler which echos its input parameters.
Echo() - Constructor for class org.apache.xmlrpc.Echo
 
emptyElement(String) - Method in class org.apache.xmlrpc.XmlWriter
 
emptyElement(String) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
enc - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
encodeBasicAuthentication(String, String) - Static method in class org.apache.xmlrpc.util.HttpUtil
 
encodeException(Exception, String, int) - Method in class org.apache.xmlrpc.XmlRpcResponseProcessor
Process an exception, and return output in the specified encoding.
encodeException(Exception, String) - Method in class org.apache.xmlrpc.XmlRpcResponseProcessor
Process an exception, and return output in the specified encoding.
encodeRequest(XmlRpcClientRequest, String, OutputStream) - Method in class org.apache.xmlrpc.XmlRpcClientRequestProcessor
Encode a request from the XmlClientRpcRequest implementation to an output stream in the specified character encoding.
encodeRequestBytes(XmlRpcClientRequest, String) - Method in class org.apache.xmlrpc.XmlRpcClientRequestProcessor
Encode a request from the XmlRpcClientRequest implementation to a byte array representing the XML-RPC call, in the specified character encoding.
encodeResponse(Object, String) - Method in class org.apache.xmlrpc.XmlRpcResponseProcessor
Process a successful response, and return output in the specified encoding.
encoding - Static variable in class org.apache.xmlrpc.XmlRpc
Java's name for the encoding we're using.
encodings - Static variable in class org.apache.xmlrpc.XmlWriter
Mapping between Java encoding names and "real" names used in XML prolog.
endClientRequest() - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
Releases connection resources.
endClientRequest() - Method in class org.apache.xmlrpc.DefaultXmlRpcTransport
 
endClientRequest() - Method in class org.apache.xmlrpc.LiteXmlRpcTransport
 
endClientRequest() - Method in interface org.apache.xmlrpc.XmlRpcTransport
End an XML-RPC request.
endElement(XmlRpc.Value) - Method in class org.apache.xmlrpc.XmlRpc.Value
Notification that a new child element has been parsed.
endElement(String) - Method in class org.apache.xmlrpc.XmlRpc
Method called by SAX driver.
endElement(String) - Method in class org.apache.xmlrpc.XmlWriter
 
endElement(XmlRpcSupport.Value) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
Notification that a new child element has been parsed.
endElement(String) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
endElement(String) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
Method called by SAX driver.
enqueue(XmlRpcClient.CallData) - Method in class org.apache.xmlrpc.XmlRpcClient
 
error(SAXParseException) - Method in class org.apache.xmlrpc.XmlRpc
 
error(SAXParseException) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
 
errorLevel - Variable in class org.apache.xmlrpc.XmlRpc
 
errorMessage - Variable in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
errorMsg - Variable in class org.apache.xmlrpc.XmlRpc
 
execute(String, Vector, String, String) - Method in class org.apache.xmlrpc.AuthDemo
 
execute(String, Vector, String, String) - Method in interface org.apache.xmlrpc.AuthenticatedXmlRpcHandler
Return the result, or throw an Exception if something went wrong.
execute(String, Vector, XmlRpcContext) - Method in interface org.apache.xmlrpc.ContextXmlRpcHandler
Return the result, or throw an Exception if something went wrong.
execute(String, Vector) - Method in class org.apache.xmlrpc.Echo
Echos parameters.
execute(String, Vector) - Method in class org.apache.xmlrpc.Invoker
main method, sucht methode in object, wenn gefunden dann aufrufen.
execute(String, Vector, XmlRpcContext) - Method in class org.apache.xmlrpc.MultiCall
 
execute(String, Vector, XmlRpcContext) - Method in class org.apache.xmlrpc.SystemHandler
Execute a <ignored>.<name> call by calling the handler for <name> in the the system handler mapping.
execute(String, Vector) - Method in class org.apache.xmlrpc.XmlRpcClient
Generate an XML-RPC request and send it to the server.
execute(XmlRpcClientRequest) - Method in class org.apache.xmlrpc.XmlRpcClient
 
execute(XmlRpcClientRequest, XmlRpcTransport) - Method in class org.apache.xmlrpc.XmlRpcClient
 
execute(XmlRpcClientRequest, XmlRpcTransport) - Method in class org.apache.xmlrpc.XmlRpcClientWorker
 
execute(String, Vector) - Method in interface org.apache.xmlrpc.XmlRpcHandler
Return the result, or throw an Exception if something went wrong.
execute(InputStream) - Method in class org.apache.xmlrpc.XmlRpcServer
Parse the request and execute the handler method, if one is found.
execute(InputStream, String, String) - Method in class org.apache.xmlrpc.XmlRpcServer
Parse the request and execute the handler method, if one is found.
execute(InputStream, XmlRpcContext) - Method in class org.apache.xmlrpc.XmlRpcServer
Parse the request and execute the handler method, if one is found.
execute(InputStream, String, String) - Method in class org.apache.xmlrpc.XmlRpcWorker
Decode, process and encode the response or exception for an XML-RPC request.
execute(InputStream, XmlRpcContext) - Method in class org.apache.xmlrpc.XmlRpcWorker
Decode, process and encode the response or exception for an XML-RPC request.
execute(String) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
execute(String, Vector) - Method in class org.apache.xmlrpc.applet.SimpleXmlRpcClient
 
execute(String, Vector) - Method in class org.apache.xmlrpc.applet.XmlRpcApplet
Calls the XML-RPC server with the specified methodname and argument list.
execute(String, Vector) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
Generate an XML-RPC request and send it to the server.
executeAsync(XmlRpcClientRequest, AsyncCallback, XmlRpcTransport) - Method in class org.apache.xmlrpc.XmlRpcClient.XmlRpcClientAsyncThread
Execute an XML-RPC call and handle asyncronous callback.
executeAsync(String, Vector, AsyncCallback) - Method in class org.apache.xmlrpc.XmlRpcClient
Generate an XML-RPC request and send it to the server in a new thread.
executeAsync(XmlRpcClientRequest, AsyncCallback) - Method in class org.apache.xmlrpc.XmlRpcClient
 
executeAsync(XmlRpcClientRequest, AsyncCallback, XmlRpcTransport) - Method in class org.apache.xmlrpc.XmlRpcClient
 

F

FATAL - Static variable in class org.apache.xmlrpc.XmlRpc
 
FORMAT - Static variable in class org.apache.xmlrpc.util.DateTool
 
fatalError(SAXParseException) - Method in class org.apache.xmlrpc.XmlRpc
 
fatalError(SAXParseException) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
 
fault - Variable in class org.apache.xmlrpc.XmlRpcClientResponseProcessor
Set to true if a fault occured on the server.
fault - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
finalize() - Method in class org.apache.xmlrpc.LiteXmlRpcTransport
 
first - Variable in class org.apache.xmlrpc.XmlRpcClient
 
forceUnicode(String) - Static method in class org.apache.xmlrpc.XmlWriter
 
format - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
format(Date) - Method in class org.apache.xmlrpc.util.DateTool
 

G

GREATER_THAN_ENTITY - Static variable in class org.apache.xmlrpc.XmlWriter
 
getBytes() - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
getCause() - Method in class org.apache.xmlrpc.ParseFailed
 
getCause() - Method in class org.apache.xmlrpc.XmlRpcException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getDefaultInputEncoding() - Static method in class org.apache.xmlrpc.XmlRpc
Return the default input encoding.
getEncoding() - Method in class org.apache.xmlrpc.XmlRpc
Return the encoding, transforming to the canonical name if possible.
getErrorMessage() - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
getHandler(String) - Method in class org.apache.xmlrpc.DefaultHandlerMapping
Find the handler and its method name for a given method.
getHandler(String) - Method in interface org.apache.xmlrpc.XmlRpcHandlerMapping
Return the handler for the specified handler name.
getHandlerMapping() - Method in class org.apache.xmlrpc.DefaultXmlRpcContext
 
getHandlerMapping() - Method in interface org.apache.xmlrpc.XmlRpcContext
Get the XML-RPC handler mapping for the server handling the request.
getHandlerMapping() - Method in class org.apache.xmlrpc.XmlRpcServer
Return the current XmlRpcHandlerMapping.
getInputEncoding() - Method in class org.apache.xmlrpc.XmlRpc
Get the input encoding for this XmlRpc instance.
getKeepAlive() - Static method in class org.apache.xmlrpc.XmlRpc
get current HTTP keepalive mode.
getKeyManagerType() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the key manager type.
getKeyStore() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the key store location.
getKeyStorePassword() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the key store password.
getKeyStoreType() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the key store format.
getMaxThreads() - Static method in class org.apache.xmlrpc.XmlRpc
Gets the maximum number of threads used at any given moment.
getMaxThreads() - Method in class org.apache.xmlrpc.XmlRpcClient
Get the MaxThreads for this Client
getMaxThreads() - Method in class org.apache.xmlrpc.XmlRpcServer
Get the MaxThreads for this Server
getMethodName() - Method in interface org.apache.xmlrpc.XmlRpcClientRequest
 
getMethodName() - Method in class org.apache.xmlrpc.XmlRpcRequest
 
getMethodName() - Method in interface org.apache.xmlrpc.XmlRpcServerRequest
 
getParameter(int) - Method in interface org.apache.xmlrpc.XmlRpcClientRequest
 
getParameter(int) - Method in class org.apache.xmlrpc.XmlRpcRequest
 
getParameter(int) - Method in interface org.apache.xmlrpc.XmlRpcServerRequest
 
getParameterCount() - Method in interface org.apache.xmlrpc.XmlRpcClientRequest
 
getParameterCount() - Method in class org.apache.xmlrpc.XmlRpcRequest
 
getParameters() - Method in class org.apache.xmlrpc.XmlRpcRequest
 
getParameters() - Method in interface org.apache.xmlrpc.XmlRpcServerRequest
 
getPassword() - Method in class org.apache.xmlrpc.DefaultXmlRpcContext
 
getPassword() - Method in interface org.apache.xmlrpc.XmlRpcContext
Get the password specified in the outer request.
getProperties() - Static method in class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
getProtocolHandlerPackages() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the protocol handler packages.
getRunner() - Method in class org.apache.xmlrpc.WebServer
 
getSecurityProtocol() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the security protocol.
getSecurityProviderClass() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the security provider class.
getServerTimeZone() - Method in class org.apache.xmlrpc.XmlRpc
 
getTimeZone() - Method in class org.apache.xmlrpc.XmlRpcClient
 
getTrustStore() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the key store location.
getTrustStorePassword() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the trust store password.
getTrustStoreType() - Static method in class org.apache.xmlrpc.secure.SecurityTool
Get the key store format.
getURL() - Method in class org.apache.xmlrpc.XmlRpcClient
Return the URL for this XML-RPC client.
getUserName() - Method in class org.apache.xmlrpc.DefaultXmlRpcContext
 
getUserName() - Method in interface org.apache.xmlrpc.XmlRpcContext
Get the username specified in the outer request.
getWorker(boolean) - Method in class org.apache.xmlrpc.XmlRpcClient
 
getWorker() - Method in class org.apache.xmlrpc.XmlRpcServer
Hands out pooled workers.
gzip - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransport
 

H

HTTP_11 - Static variable in class org.apache.xmlrpc.WebServer
 
HttpUtil - class org.apache.xmlrpc.util.HttpUtil.
Provides utility functions useful in HTTP communications
HttpUtil() - Constructor for class org.apache.xmlrpc.util.HttpUtil
 
handle(Socket) - Method in class org.apache.xmlrpc.WebServer.Runner
Handles the client connection on socket.
handleError(Exception, URL, String) - Method in interface org.apache.xmlrpc.AsyncCallback
Something went wrong, handle error.
handleResult(Object, URL, String) - Method in interface org.apache.xmlrpc.AsyncCallback
Call went ok, handle result.
handlerMapping - Variable in class org.apache.xmlrpc.DefaultXmlRpcContext
 
handlerMapping - Variable in class org.apache.xmlrpc.XmlRpcServer
We want the $default handler to always be available.
handlerMapping - Variable in class org.apache.xmlrpc.XmlRpcWorker
 
handlers - Variable in class org.apache.xmlrpc.DefaultHandlerMapping
 
hasWrittenProlog - Variable in class org.apache.xmlrpc.XmlWriter
Whether the XML prolog has been written.
hashCode() - Method in class org.apache.xmlrpc.XmlRpc.Value
This is a performance hack to get the type of a value without casting the Object.
hashCode() - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
This is a performance hack to get the type of a value without casting the Object.
host - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
hostname - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
http11 - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransport
 
httpsTransportFactory - Variable in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 

I

INTEGER - Static variable in class org.apache.xmlrpc.XmlRpc
 
INTEGER - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
ISO8859_1 - Static variable in class org.apache.xmlrpc.XmlWriter
Java's name for the ISO-8859-1 encoding.
Invoker - class org.apache.xmlrpc.Invoker.
Introspects handlers using Java Reflection to call methods matching a XML-RPC call.
Invoker(Object) - Constructor for class org.apache.xmlrpc.Invoker
 
in - Variable in class org.apache.xmlrpc.ServerInputStream
 
init(ServletConfig) - Method in class org.apache.xmlrpc.XmlRpcProxyServlet
 
init() - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
initClient() - Method in class org.apache.xmlrpc.applet.XmlRpcApplet
Initialize the XML-RPC client, trying to get the port number from the applet parameter tags.
initClient(int) - Method in class org.apache.xmlrpc.applet.XmlRpcApplet
Initialize the XML-RPC client with the specified port and the server this applet came from.
initClient(int, String) - Method in class org.apache.xmlrpc.applet.XmlRpcApplet
Initialize the XML-RPC client with the specified port and request path and the server this applet came from.
initConnection() - Method in class org.apache.xmlrpc.LiteXmlRpcTransport
 
input - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
input - Variable in class org.apache.xmlrpc.WebServer.Connection
 
inputEncoding - Variable in class org.apache.xmlrpc.XmlRpc
 
invokeHandler(Object, XmlRpcServerRequest, XmlRpcContext) - Static method in class org.apache.xmlrpc.XmlRpcWorker
Pass the specified request to the handler.
invokeTarget - Variable in class org.apache.xmlrpc.Invoker
 
isValidXMLChar(char) - Static method in class org.apache.xmlrpc.XmlWriter
Section 2.2 of the XML spec describes which Unicode code points are valid in XML: #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] Code points outside this set must be entity encoded to be represented in XML.
isXmlRpcDouble(Object) - Method in class org.apache.xmlrpc.DefaultTypeDecoder
 
isXmlRpcDouble(Object) - Method in interface org.apache.xmlrpc.TypeDecoder
Test if a local object translates to a <double> tag.
isXmlRpcI4(Object) - Method in class org.apache.xmlrpc.DefaultTypeDecoder
 
isXmlRpcI4(Object) - Method in interface org.apache.xmlrpc.TypeDecoder
Test if a local object translates to an <i4> tag.

J

JSXmlRpcApplet - class org.apache.xmlrpc.applet.JSXmlRpcApplet.
An applet that can be accessed via LiveConnect from JavaScript.
JSXmlRpcApplet() - Constructor for class org.apache.xmlrpc.applet.JSXmlRpcApplet
 

K

KEY_MANAGER_TYPE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
KEY_STORE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
KEY_STORE_PASSWORD - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
KEY_STORE_TYPE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
keepalive - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
keepalive - Static variable in class org.apache.xmlrpc.XmlRpc
Wheter to use HTTP Keep-Alive headers.
keyManagerType - Static variable in class org.apache.xmlrpc.secure.SecurityTool
The type of key manager to be used by the secure web server.
keyStore - Static variable in class org.apache.xmlrpc.secure.SecurityTool
Path to the key store that will be used by the secure web server.
keyStorePassword - Static variable in class org.apache.xmlrpc.secure.SecurityTool
Password used to access the key store.
keyStoreType - Static variable in class org.apache.xmlrpc.secure.SecurityTool
Format to be used for the key store.

L

LESS_THAN_ENTITY - Static variable in class org.apache.xmlrpc.XmlWriter
 
LiteXmlRpcTransport - class org.apache.xmlrpc.LiteXmlRpcTransport.
Interface from XML-RPC to a 'lite' HTTP implementation.
LiteXmlRpcTransport(URL) - Constructor for class org.apache.xmlrpc.LiteXmlRpcTransport
Create a new DefaultXmlRpcTransport with the specified URL.
last - Variable in class org.apache.xmlrpc.XmlRpcClient
 
listener - Variable in class org.apache.xmlrpc.WebServer
 
loaded - Variable in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 

M

MultiCall - class org.apache.xmlrpc.MultiCall.
The system.multicall handler performs several RPC calls at a time.
MultiCall() - Constructor for class org.apache.xmlrpc.MultiCall
 
main(String[]) - Static method in class org.apache.xmlrpc.WebServer
This can be called from command line, but you'll have to edit and recompile to change the server port or handler objects.
main(String[]) - Static method in class org.apache.xmlrpc.XmlRpcClient
Just for testing.
main(String[]) - Static method in class org.apache.xmlrpc.XmlRpcClientLite
Just for testing.
main(String[]) - Static method in class org.apache.xmlrpc.secure.SecureWebServer
This can be called from command line, but you'll have to edit and recompile to change the server port or handler objects.
main(String[]) - Static method in class org.apache.xmlrpc.secure.SecureXmlRpcClient
Just for testing.
mark(int) - Method in class org.apache.xmlrpc.ServerInputStream
 
markSupported() - Method in class org.apache.xmlrpc.ServerInputStream
 
markedAvailable - Variable in class org.apache.xmlrpc.ServerInputStream
 
matches(byte[]) - Method in class org.apache.xmlrpc.WebServer.AddressMatcher
 
maxThreads - Static variable in class org.apache.xmlrpc.XmlRpc
The maximum number of threads which can be used concurrently.
maxThreads - Variable in class org.apache.xmlrpc.XmlRpcClient
The maximum number of threads which can be used concurrently, by defaut use the one defined in XmlRpc
maxThreads - Variable in class org.apache.xmlrpc.XmlRpcServer
The maximum number of threads which can be used concurrently, by defaut use the one defined in XmlRpc
method - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransport
 
methodName - Variable in class org.apache.xmlrpc.XmlRpc
 
methodName - Variable in class org.apache.xmlrpc.XmlRpcRequest
 
methodName - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
multicall(Vector, XmlRpcContext) - Method in class org.apache.xmlrpc.MultiCall
 

N

NONE - Static variable in class org.apache.xmlrpc.XmlRpc
 
nbrWorkers - Variable in class org.apache.xmlrpc.XmlRpcServer
 
newline - Static variable in class org.apache.xmlrpc.WebServer
 
next - Variable in class org.apache.xmlrpc.XmlRpcClient.CallData
 
nextMemberName - Variable in class org.apache.xmlrpc.XmlRpc.Value
 
nextMemberName - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
 

O

objectParsed(Object) - Method in class org.apache.xmlrpc.XmlRpc
This method is called when a root level object has been parsed.
objectParsed(Object) - Method in class org.apache.xmlrpc.XmlRpcClientResponseProcessor
 
objectParsed(Object) - Method in class org.apache.xmlrpc.XmlRpcRequestProcessor
Called when an object to be added to the argument list has been parsed.
objectParsed(Object) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
Called when the return value has been parsed.
ok - Static variable in class org.apache.xmlrpc.WebServer
 
openHostnameVerifier - Static variable in class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
openTrustManager - Static variable in class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
org.apache.xmlrpc - package org.apache.xmlrpc
 
org.apache.xmlrpc.applet - package org.apache.xmlrpc.applet
 
org.apache.xmlrpc.secure - package org.apache.xmlrpc.secure
 
org.apache.xmlrpc.secure.sunssl - package org.apache.xmlrpc.secure.sunssl
 
org.apache.xmlrpc.util - package org.apache.xmlrpc.util
 
output - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
output - Variable in class org.apache.xmlrpc.WebServer.Connection
 

P

PROCESSING_ERROR_FLAG - Static variable in class org.apache.xmlrpc.XmlRpcClientWorker
Used as an internal marker value in XmlRpcClientWorker.execute(XmlRpcClientRequest, XmlRpcTransport).
PROLOG - Static variable in class org.apache.xmlrpc.XmlWriter
 
PROLOG_END - Static variable in class org.apache.xmlrpc.XmlWriter
 
PROLOG_START - Static variable in class org.apache.xmlrpc.XmlWriter
 
PROTOCOL_HANDLER_PACKAGES - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
ParseFailed - exception org.apache.xmlrpc.ParseFailed.
Thrown as the result of an parse failure.
ParseFailed(String) - Constructor for class org.apache.xmlrpc.ParseFailed
 
ParseFailed(Exception) - Constructor for class org.apache.xmlrpc.ParseFailed
 
parameters - Variable in class org.apache.xmlrpc.XmlRpcRequest
 
paranoid - Variable in class org.apache.xmlrpc.WebServer
 
parse(InputStream) - Method in class org.apache.xmlrpc.XmlRpc
Parse the input stream.
parse(InputStream) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
Parse the input stream.
parse(String) - Method in class org.apache.xmlrpc.util.DateTool
 
parseAuth(String) - Method in class org.apache.xmlrpc.WebServer.Connection
 
parserClass - Static variable in class org.apache.xmlrpc.XmlRpc
The class name of SAX parser to use.
password - Variable in class org.apache.xmlrpc.DefaultXmlRpcContext
 
password - Variable in class org.apache.xmlrpc.WebServer.Connection
 
pattern - Variable in class org.apache.xmlrpc.WebServer.AddressMatcher
 
pool - Variable in class org.apache.xmlrpc.XmlRpcClient
 
pool - Variable in class org.apache.xmlrpc.XmlRpcServer
 
port - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
port - Variable in class org.apache.xmlrpc.WebServer
 
protocolHandlerPackages - Static variable in class org.apache.xmlrpc.secure.SecurityTool
The protocol handler package to use for the secure web server.

R

RECOVERABLE - Static variable in class org.apache.xmlrpc.XmlRpc
 
read() - Method in class org.apache.xmlrpc.ServerInputStream
 
read(byte[]) - Method in class org.apache.xmlrpc.ServerInputStream
 
read(byte[], int, int) - Method in class org.apache.xmlrpc.ServerInputStream
 
readCdata - Variable in class org.apache.xmlrpc.XmlRpc
 
readCdata - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
readLine() - Method in class org.apache.xmlrpc.LiteXmlRpcTransport
 
readLine() - Method in class org.apache.xmlrpc.WebServer.Connection
 
releaseWorker(XmlRpcClientWorker, boolean) - Method in class org.apache.xmlrpc.XmlRpcClient
Release possibly big per-call object references to allow them to be garbage collected
removeHandler(String) - Method in class org.apache.xmlrpc.DefaultHandlerMapping
Remove a handler object that was previously registered with this server.
removeHandler(String) - Method in class org.apache.xmlrpc.WebServer
Remove a handler object that was previously registered with this server.
removeHandler(String) - Method in class org.apache.xmlrpc.XmlRpcServer
 
removeSystemHandler(String) - Method in class org.apache.xmlrpc.SystemHandler
 
repoolRunner(WebServer.Runner) - Method in class org.apache.xmlrpc.WebServer
Put runner back into WebServer.threadpool.
request - Variable in class org.apache.xmlrpc.XmlRpcClient.CallData
 
requestParams - Variable in class org.apache.xmlrpc.XmlRpcRequestProcessor
 
requestProcessor - Variable in class org.apache.xmlrpc.XmlRpcClientWorker
 
requestProcessor - Variable in class org.apache.xmlrpc.XmlRpcWorker
 
reset() - Method in class org.apache.xmlrpc.ServerInputStream
 
reset() - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
responseProcessor - Variable in class org.apache.xmlrpc.XmlRpcClientWorker
 
responseProcessor - Variable in class org.apache.xmlrpc.XmlRpcWorker
 
result - Variable in class org.apache.xmlrpc.XmlRpcClientResponseProcessor
The result of the XML-RPC operation.
result - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
rgzip - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransport
 
run() - Method in class org.apache.xmlrpc.WebServer.Connection
 
run() - Method in class org.apache.xmlrpc.WebServer.Runner
Delegates to con.run().
run() - Method in class org.apache.xmlrpc.WebServer
Listens for client requests until stopped.
run() - Method in class org.apache.xmlrpc.XmlRpcClient.XmlRpcClientAsyncThread
 
runners - Variable in class org.apache.xmlrpc.WebServer
 

S

SECURITY_PROTOCOL - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
SECURITY_PROVIDER_CLASS - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
SINGLE_TAG_END - Static variable in class org.apache.xmlrpc.XmlWriter
 
STAR - Static variable in class org.apache.xmlrpc.WebServer
 
STRING - Static variable in class org.apache.xmlrpc.XmlRpc
 
STRING - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
STRUCT - Static variable in class org.apache.xmlrpc.XmlRpc
 
STRUCT - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
SecureWebServer - class org.apache.xmlrpc.secure.SecureWebServer.
A minimal web server that exclusively handles XML-RPC requests over a secure channel.
SecureWebServer(int) - Constructor for class org.apache.xmlrpc.secure.SecureWebServer
Creates a secure web server configured to run on the specified port number.
SecureWebServer(int, InetAddress) - Constructor for class org.apache.xmlrpc.secure.SecureWebServer
Creates a secure web server configured to run on the specified port number and IP address.
SecureWebServer(int, InetAddress, XmlRpcServer) - Constructor for class org.apache.xmlrpc.secure.SecureWebServer
Creates a secure web server at the specified port number and IP address.
SecureXmlRpcClient - class org.apache.xmlrpc.secure.SecureXmlRpcClient.
A multithreaded, reusable XML-RPC client object.
SecureXmlRpcClient(URL) - Constructor for class org.apache.xmlrpc.secure.SecureXmlRpcClient
Construct a XML-RPC client with this URL.
SecureXmlRpcClient(String) - Constructor for class org.apache.xmlrpc.secure.SecureXmlRpcClient
Construct a XML-RPC client for the URL represented by this String.
SecureXmlRpcClient(String, int) - Constructor for class org.apache.xmlrpc.secure.SecureXmlRpcClient
Construct a XML-RPC client for the specified hostname and port.
SecurityConstants - interface org.apache.xmlrpc.secure.SecurityConstants.
 
SecurityTool - class org.apache.xmlrpc.secure.SecurityTool.
 
SecurityTool() - Constructor for class org.apache.xmlrpc.secure.SecurityTool
 
ServerInputStream - class org.apache.xmlrpc.ServerInputStream.
 
ServerInputStream(BufferedInputStream, int) - Constructor for class org.apache.xmlrpc.ServerInputStream
 
SimpleXmlRpcClient - class org.apache.xmlrpc.applet.SimpleXmlRpcClient.
A simple XML-RPC client.
SimpleXmlRpcClient(URL) - Constructor for class org.apache.xmlrpc.applet.SimpleXmlRpcClient
Construct a XML-RPC client with this URL.
SimpleXmlRpcClient(String) - Constructor for class org.apache.xmlrpc.applet.SimpleXmlRpcClient
Construct a XML-RPC client for the URL represented by this String.
SimpleXmlRpcClient(String, int) - Constructor for class org.apache.xmlrpc.applet.SimpleXmlRpcClient
Construct a XML-RPC client for the specified hostname and port.
SunSSLTransportFactory - class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory.
Interface from XML-RPC to the HTTPS transport based on the
SunSSLTransportFactory(Properties) - Constructor for class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
SystemHandler - class org.apache.xmlrpc.SystemHandler.
Wraps calls to the XML-RPC standard system.* methods (such as system.multicall).
SystemHandler() - Constructor for class org.apache.xmlrpc.SystemHandler
Creates a new instance.
SystemHandler(XmlRpcHandlerMapping) - Constructor for class org.apache.xmlrpc.SystemHandler
Deprecated. use new SystemHandler() and addDefaultSystemHandlers() instead.
SystemHandler(XmlRpcServer) - Constructor for class org.apache.xmlrpc.SystemHandler
Deprecated. use new SystemHandler() and addDefaultSystemHandlers() instead.
saxDrivers - Static variable in class org.apache.xmlrpc.XmlRpc
 
securityProtocol - Static variable in class org.apache.xmlrpc.secure.SecurityTool
The security protocol to be used by the secure web server.
securityProviderClass - Static variable in class org.apache.xmlrpc.secure.SecurityTool
Class name of the security provider to be used by the secure web server.
sendRequest(byte[]) - Method in class org.apache.xmlrpc.LiteXmlRpcTransport
 
sendXmlRpc(byte[]) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
 
sendXmlRpc(byte[]) - Method in class org.apache.xmlrpc.DefaultXmlRpcTransport
 
sendXmlRpc(byte[]) - Method in class org.apache.xmlrpc.LiteXmlRpcTransport
 
sendXmlRpc(byte[]) - Method in interface org.apache.xmlrpc.XmlRpcTransport
Send an XML-RPC message.
server - Static variable in class org.apache.xmlrpc.WebServer
 
serverSocket - Variable in class org.apache.xmlrpc.WebServer
 
setBasicAuthentication(String, String) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
Sets Authentication for this client, very basic for now user/password
setBasicAuthentication(String) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
Sets Authentication for this client.
setBasicAuthentication(String) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
Sets Authentication for this client.
setBasicAuthentication(String, String) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
Sets Authentication for this client.
setBasicAuthentication(String, String) - Method in class org.apache.xmlrpc.DefaultXmlRpcTransport
Sets Authentication for this client.
setBasicAuthentication(String, String) - Method in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
Sets Authentication for this client.
setBasicAuthentication(String, String) - Method in class org.apache.xmlrpc.LiteXmlRpcTransport
Sets Authentication for this client.
setBasicAuthentication(String, String) - Method in class org.apache.xmlrpc.XmlRpcClient
Deprecated. Authentication is now handled by each XmlRpcTransport
setConnectionTimeout(int) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
Sets the timeout until a connection is etablished.
setConnectionTimeout(int) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
Sets the timeout until a connection is etablished.
setDebug(boolean) - Static method in class org.apache.xmlrpc.XmlRpc
Switch debugging output on/off.
setDebug(boolean) - Static method in class org.apache.xmlrpc.applet.XmlRpcSupport
Switch debugging output on/off.
setDefaultInputEncoding(String) - Static method in class org.apache.xmlrpc.XmlRpc
Set the default input encoding of the XML.
setDriver(String) - Static method in class org.apache.xmlrpc.XmlRpc
Set the SAX Parser to be used.
setDriver(Class) - Static method in class org.apache.xmlrpc.XmlRpc
Set the SAX Parser to be used by directly passing the Class object.
setEncoding(String) - Static method in class org.apache.xmlrpc.XmlRpc
Set the encoding of the XML.
setGzip(boolean) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
Transport make use of the 'Accept-Encoding: gzip', so compliant HTTP servers could return HTTP reply compressed with gzip
setHTTPSTransport(String, Properties) - Method in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 
setHttp11(boolean) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
Make use of HTTP 1.1
setInputEncoding(String) - Method in class org.apache.xmlrpc.XmlRpc
Set the input encoding for this XmlRpc instance.
setKeepAlive(boolean) - Static method in class org.apache.xmlrpc.XmlRpc
Switch HTTP keepalive on/off.
setKeyManagerType(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the key manager type.
setKeyStore(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the key store location.
setKeyStorePassword(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the key store password.
setKeyStoreType(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the key store format.
setMaxThreads(int) - Static method in class org.apache.xmlrpc.XmlRpc
Sets the maximum number of threads used at any given moment.
setMaxThreads(int) - Method in class org.apache.xmlrpc.XmlRpcClient
Set the MaxThreads for this Client
setMaxThreads(int) - Method in class org.apache.xmlrpc.XmlRpcServer
Set the MaxThreads for this Client
setParanoid(boolean) - Method in class org.apache.xmlrpc.WebServer
Switch client filtering on/off.
setProperty(String, Object) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
 
setProperty(String, Object) - Method in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 
setProperty(String, Object) - Method in interface org.apache.xmlrpc.XmlRpcTransportFactory
Set a property for all newly created transports.
setProperty(String, Object) - Method in class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
setProtocolHandlerPackages(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the protocol handler packages.
setRGzip(boolean) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
Transport make use of the 'Content-Encoding: gzip' and send HTTP request compressed with gzip : works only with some compliant HTTP servers like Apache 2.x using SetInputFilter DEFLATE.
setSecurityProtocol(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the security protocol.
setSecurityProviderClass(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the security provider class.
setServerTimeZone(TimeZone) - Method in class org.apache.xmlrpc.XmlRpc
 
setTimeZone(TimeZone) - Method in class org.apache.xmlrpc.XmlRpcClient
 
setTimeZone(TimeZone) - Method in class org.apache.xmlrpc.util.DateTool
 
setTimeout(int) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
Sets the socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
setTimeout(int) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
Sets the socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
setTrustStore(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the key store location.
setTrustStorePassword(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the trust store password.
setTrustStoreType(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the key store format.
setType(int) - Method in class org.apache.xmlrpc.XmlRpc.Value
Set the type of this value.
setType(int) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
Set the type of this value.
setTypeDecoder(TypeDecoder) - Static method in class org.apache.xmlrpc.XmlWriter
 
setUserAgent(String) - Method in class org.apache.xmlrpc.CommonsXmlRpcTransport
Set the UserAgent for this client
setup() - Method in class org.apache.xmlrpc.secure.SecureXmlRpcClient
This allows us to setup
setup() - Static method in class org.apache.xmlrpc.secure.SecurityTool
 
setupServerSocket(int) - Method in class org.apache.xmlrpc.WebServer
Initializes this server's listener socket with the specified attributes, assuring that a socket timeout has been set.
shutdown() - Method in class org.apache.xmlrpc.WebServer
Stop listening on the server port.
skip(long) - Method in class org.apache.xmlrpc.ServerInputStream
 
socket - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
socket - Variable in class org.apache.xmlrpc.WebServer.Connection
 
start() - Method in class org.apache.xmlrpc.WebServer
Spawns a new thread which binds this server to the port it's configured to accept connections on.
startElement(String, AttributeList) - Method in class org.apache.xmlrpc.XmlRpc
Method called by SAX driver.
startElement(String, AttributeList) - Method in class org.apache.xmlrpc.XmlRpcClientResponseProcessor
Overrides method in XmlRpc to handle fault repsonses.
startElement(String) - Method in class org.apache.xmlrpc.XmlWriter
 
startElement(String) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
startElement(String, AttributeList) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
Method called by SAX driver.
storedPassword - Variable in class org.apache.xmlrpc.XmlRpcClient
 
storedUser - Variable in class org.apache.xmlrpc.XmlRpcClient
 
struct - Variable in class org.apache.xmlrpc.XmlRpc.Value
 
struct - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
 
systemMapping - Variable in class org.apache.xmlrpc.SystemHandler
 

T

TRANSPORT_AUTH - Static variable in interface org.apache.xmlrpc.XmlRpcTransportFactory
 
TRANSPORT_HOSTNAMEVERIFIER - Static variable in class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
TRANSPORT_TRUSTMANAGER - Static variable in class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
TRANSPORT_URL - Static variable in interface org.apache.xmlrpc.XmlRpcTransportFactory
 
TRUST_MANAGER_TYPE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
TRUST_STORE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
TRUST_STORE_PASSWORD - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
TRUST_STORE_TYPE - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
TypeDecoder - interface org.apache.xmlrpc.TypeDecoder.
Allows developers to customize the types translated to the XML-RPC <i4> and <double> .
TypeFactory - interface org.apache.xmlrpc.TypeFactory.
Allows server developers to customize the type of Java objects created for a corresponding XML-RPC type.
targetClass - Variable in class org.apache.xmlrpc.Invoker
 
thread - Variable in class org.apache.xmlrpc.WebServer.Runner
 
threadpool - Variable in class org.apache.xmlrpc.WebServer
 
timeout - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
 
toHTTPBytes(String) - Static method in class org.apache.xmlrpc.WebServer
Returns the US-ASCII encoded byte representation of text for HTTP use (as per section 2.2 of RFC 2068).
toString() - Method in class org.apache.xmlrpc.XmlRpc.Value
 
toString() - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
 
toString() - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
transport - Variable in class org.apache.xmlrpc.XmlRpcClient.CallData
 
transportFactory - Variable in class org.apache.xmlrpc.XmlRpcClient
 
transports - Static variable in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 
trustStore - Static variable in class org.apache.xmlrpc.secure.SecurityTool
Path to the key store that will be used by the secure web server.
trustStorePassword - Static variable in class org.apache.xmlrpc.secure.SecurityTool
Password used to access the key store.
trustStoreType - Static variable in class org.apache.xmlrpc.secure.SecurityTool
Format to be used for the key store.
type - Variable in class org.apache.xmlrpc.XmlRpc.Value
 
type - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
 
typeDecoder - Static variable in class org.apache.xmlrpc.XmlWriter
Class to delegate type decoding to.
typeFactory - Variable in class org.apache.xmlrpc.XmlRpc
 
types - Static variable in class org.apache.xmlrpc.XmlRpc
The list of valid XML elements used for RPC.
types - Static variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
tz - Variable in class org.apache.xmlrpc.XmlRpc
 
tz - Variable in class org.apache.xmlrpc.XmlRpcClient
 
tz - Variable in class org.apache.xmlrpc.XmlRpcClientRequestProcessor
 

U

UTF16 - Static variable in class org.apache.xmlrpc.XmlWriter
Java's name for the UTF-16 encoding.
UTF8 - Static variable in class org.apache.xmlrpc.XmlWriter
Java's name for the UTF-8 encoding.
uri - Variable in class org.apache.xmlrpc.LiteXmlRpcTransport
 
url - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransport
 
url - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransportFactory
 
url - Variable in class org.apache.xmlrpc.DefaultXmlRpcTransport
 
url - Variable in class org.apache.xmlrpc.DefaultXmlRpcTransportFactory
 
url - Variable in class org.apache.xmlrpc.XmlRpcClient
 
url - Variable in class org.apache.xmlrpc.applet.SimpleXmlRpcClient
 
url - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
url - Variable in class org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
 
user - Variable in class org.apache.xmlrpc.WebServer.Connection
 
userAgentHeader - Variable in class org.apache.xmlrpc.CommonsXmlRpcTransport
 
userName - Variable in class org.apache.xmlrpc.DefaultXmlRpcContext
 

V

value - Variable in class org.apache.xmlrpc.XmlRpc.Value
 
value - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport.Value
 
values - Variable in class org.apache.xmlrpc.XmlRpc
 
values - Variable in class org.apache.xmlrpc.applet.XmlRpcSupport
 
version - Static variable in class org.apache.xmlrpc.XmlRpc
The version string used in HTTP communication.

W

WebServer - class org.apache.xmlrpc.WebServer.
A minimal web server that exclusively handles XML-RPC requests.
WebServer(int) - Constructor for class org.apache.xmlrpc.WebServer
Creates a web server at the specified port number.
WebServer(int, InetAddress) - Constructor for class org.apache.xmlrpc.WebServer
Creates a web server at the specified port number and IP address.
WebServer(int, InetAddress, XmlRpcServer) - Constructor for class org.apache.xmlrpc.WebServer
Creates a web server at the specified port number and IP address.
WebServer.AddressMatcher - class org.apache.xmlrpc.WebServer.AddressMatcher.
 
WebServer.AddressMatcher(String) - Constructor for class org.apache.xmlrpc.WebServer.AddressMatcher
 
WebServer.Connection - class org.apache.xmlrpc.WebServer.Connection.
 
WebServer.Connection(Socket) - Constructor for class org.apache.xmlrpc.WebServer.Connection
 
WebServer.Runner - class org.apache.xmlrpc.WebServer.Runner.
Responsible for handling client connections.
WebServer.Runner() - Constructor for class org.apache.xmlrpc.WebServer.Runner
 
worker - Variable in class org.apache.xmlrpc.XmlRpcClient.XmlRpcClientAsyncThread
 
workers - Variable in class org.apache.xmlrpc.XmlRpcClient
 
write(char[], int, int) - Method in class org.apache.xmlrpc.XmlWriter
A mostly pass-through implementation wrapping OutputStreamWriter.write() which assures that the XML prolog is written before any other data.
write(char) - Method in class org.apache.xmlrpc.XmlWriter
A mostly pass-through implementation wrapping OutputStreamWriter.write() which assures that the XML prolog is written before any other data.
write(String, int, int) - Method in class org.apache.xmlrpc.XmlWriter
A mostly pass-through implementation wrapping OutputStreamWriter.write() which assures that the XML prolog is written before any other data.
write(byte[]) - Method in class org.apache.xmlrpc.XmlWriter
This is used to write out the Base64 output...
write(byte[]) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
write(char[]) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
write(String) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
writeBadRequest(String, String) - Method in class org.apache.xmlrpc.WebServer.Connection
 
writeCharacterReference(char) - Method in class org.apache.xmlrpc.XmlWriter
Writes characters like '\r' (0xd) as "&#13;".
writeError(int, String, XmlWriter) - Method in class org.apache.xmlrpc.XmlRpcResponseProcessor
Writes an XML-RPC error response to the XML writer.
writeObject(Object) - Method in class org.apache.xmlrpc.XmlWriter
Writes the XML representation of a supported Java object type.
writeObject(Object, XmlRpcSupport.XmlWriter) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
Writes the XML representation of a supported Java object to the XML writer.
writeRequest(XmlRpcSupport.XmlWriter, String, Vector) - Method in class org.apache.xmlrpc.applet.XmlRpcSupport
Generate an XML-RPC request from a method name and a parameter vector.
writeResponse(byte[], String, boolean) - Method in class org.apache.xmlrpc.WebServer.Connection
 
writeResponse(Object, XmlWriter) - Method in class org.apache.xmlrpc.XmlRpcResponseProcessor
Writes an XML-RPC response to the XML writer.
writeUnauthorized(String, String) - Method in class org.apache.xmlrpc.WebServer.Connection
 
wwwAuthenticate - Static variable in class org.apache.xmlrpc.WebServer
 

X

XmlRpc - class org.apache.xmlrpc.XmlRpc.
This abstract base class provides basic capabilities for XML-RPC, like parsing of parameters or encoding Java objects into XML-RPC format.
XmlRpc() - Constructor for class org.apache.xmlrpc.XmlRpc
Creates a new instance with the TypeFactory set to an instance of the class named by the org.apache.xmlrpc.TypeFactory System property.
XmlRpc(String) - Constructor for class org.apache.xmlrpc.XmlRpc
Creates a new instance with the specified TypeFactory.
XmlRpc.Value - class org.apache.xmlrpc.XmlRpc.Value.
This represents a XML-RPC value parsed from the request.
XmlRpc.Value() - Constructor for class org.apache.xmlrpc.XmlRpc.Value
Constructor.
XmlRpcApplet - class org.apache.xmlrpc.applet.XmlRpcApplet.
An applet that provides basic XML-RPC client functionality.
XmlRpcApplet() - Constructor for class org.apache.xmlrpc.applet.XmlRpcApplet
 
XmlRpcClient - class org.apache.xmlrpc.XmlRpcClient.
A multithreaded, reusable XML-RPC client object.
XmlRpcClient(URL, XmlRpcTransportFactory) - Constructor for class org.apache.xmlrpc.XmlRpcClient
Construct a XML-RPC client with this URL and a specified transport factory.
XmlRpcClient(URL) - Constructor for class org.apache.xmlrpc.XmlRpcClient
Construct a XML-RPC client with this URL.
XmlRpcClient(String) - Constructor for class org.apache.xmlrpc.XmlRpcClient
Construct a XML-RPC client for the URL represented by this String.
XmlRpcClient(String, int) - Constructor for class org.apache.xmlrpc.XmlRpcClient
Construct a XML-RPC client for the specified hostname and port.
XmlRpcClient.CallData - class org.apache.xmlrpc.XmlRpcClient.CallData.
 
XmlRpcClient.CallData(XmlRpcClientRequest, AsyncCallback, XmlRpcTransport) - Constructor for class org.apache.xmlrpc.XmlRpcClient.CallData
Make a call to be queued and then executed by the next free async thread
XmlRpcClient.XmlRpcClientAsyncThread - class org.apache.xmlrpc.XmlRpcClient.XmlRpcClientAsyncThread.
 
XmlRpcClient.XmlRpcClientAsyncThread(XmlRpcClientWorker, XmlRpcClient.CallData) - Constructor for class org.apache.xmlrpc.XmlRpcClient.XmlRpcClientAsyncThread
 
XmlRpcClientException - exception org.apache.xmlrpc.XmlRpcClientException.
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 class org.apache.xmlrpc.XmlRpcClientException
Create an XmlRpcClientException with the given message and underlying cause exception.
XmlRpcClientLite - class org.apache.xmlrpc.XmlRpcClientLite.
A multithreaded, reusable XML-RPC client object.
XmlRpcClientLite(URL) - Constructor for class org.apache.xmlrpc.XmlRpcClientLite
Construct a XML-RPC client with this URL.
XmlRpcClientLite(String) - Constructor for class org.apache.xmlrpc.XmlRpcClientLite
Construct a XML-RPC client for the URL represented by this String.
XmlRpcClientLite(String, int) - Constructor for class org.apache.xmlrpc.XmlRpcClientLite
Construct a XML-RPC client for the specified hostname and port.
XmlRpcClientRequest - interface org.apache.xmlrpc.XmlRpcClientRequest.
Interface to an XML-RPC request made by a client.
XmlRpcClientRequestProcessor - class org.apache.xmlrpc.XmlRpcClientRequestProcessor.
Process an XML-RPC client request into a byte array or directly onto an OutputStream.
XmlRpcClientRequestProcessor(TimeZone) - Constructor for class org.apache.xmlrpc.XmlRpcClientRequestProcessor
Creates a new instance.
XmlRpcClientResponseProcessor - class org.apache.xmlrpc.XmlRpcClientResponseProcessor.
Process an XML-RPC server response from a byte array or an InputStream into an Object.
XmlRpcClientResponseProcessor(TimeZone) - Constructor for class org.apache.xmlrpc.XmlRpcClientResponseProcessor
Creates a new instance.
XmlRpcClientWorker - class org.apache.xmlrpc.XmlRpcClientWorker.
Tie together the XmlRequestProcessor and XmlResponseProcessor to handle a request serially in a single thread.
XmlRpcClientWorker(TimeZone) - Constructor for class org.apache.xmlrpc.XmlRpcClientWorker
 
XmlRpcClientWorker(XmlRpcClientRequestProcessor, XmlRpcClientResponseProcessor) - Constructor for class org.apache.xmlrpc.XmlRpcClientWorker
 
XmlRpcContext - interface org.apache.xmlrpc.XmlRpcContext.
The minimal context that an XML-RPC request will occur in.
XmlRpcException - exception org.apache.xmlrpc.XmlRpcException.
This is thrown by the XmlRpcClient if the remote server reported an error.
XmlRpcException(int, String) - Constructor for class org.apache.xmlrpc.XmlRpcException
 
XmlRpcException(int, String, Throwable) - Constructor for class org.apache.xmlrpc.XmlRpcException
Creates an instance with the specified message and root cause exception.
XmlRpcException - exception org.apache.xmlrpc.applet.XmlRpcException.
This is thrown by the XmlRpcClient if the remote server reported an error.
XmlRpcException(int, String) - Constructor for class org.apache.xmlrpc.applet.XmlRpcException
 
XmlRpcHandler - interface org.apache.xmlrpc.XmlRpcHandler.
The XML-RPC server uses this interface to call a method of an RPC handler.
XmlRpcHandlerMapping - interface org.apache.xmlrpc.XmlRpcHandlerMapping.
Maps from a handler name to a handler object.
XmlRpcProxyServlet - class org.apache.xmlrpc.XmlRpcProxyServlet.
A HttpServlet that acts as a XML-RPC proxy.
XmlRpcProxyServlet() - Constructor for class org.apache.xmlrpc.XmlRpcProxyServlet
 
XmlRpcRequest - class org.apache.xmlrpc.XmlRpcRequest.
Default implementation of an XML-RPC request for both client and server.
XmlRpcRequest(String, Vector) - Constructor for class org.apache.xmlrpc.XmlRpcRequest
 
XmlRpcRequestProcessor - class org.apache.xmlrpc.XmlRpcRequestProcessor.
Process an InputStream and produce an XmlRpcServerRequest.
XmlRpcRequestProcessor() - Constructor for class org.apache.xmlrpc.XmlRpcRequestProcessor
Creates a new instance.
XmlRpcResponseProcessor - class org.apache.xmlrpc.XmlRpcResponseProcessor.
Process an Object and produce byte array that represents the specified encoding of the output as an XML-RPC response.
XmlRpcResponseProcessor() - Constructor for class org.apache.xmlrpc.XmlRpcResponseProcessor
Creates a new instance.
XmlRpcServer - class org.apache.xmlrpc.XmlRpcServer.
A multithreaded, reusable XML-RPC server object.
XmlRpcServer() - Constructor for class org.apache.xmlrpc.XmlRpcServer
Construct a new XML-RPC server.
XmlRpcServerRequest - interface org.apache.xmlrpc.XmlRpcServerRequest.
Interface to an XML-RPC request made to the server.
XmlRpcSupport - class org.apache.xmlrpc.applet.XmlRpcSupport.
FIXME: Leverage the XmlRpc class.
XmlRpcSupport(URL) - Constructor for class org.apache.xmlrpc.applet.XmlRpcSupport
 
XmlRpcSupport.Value - class org.apache.xmlrpc.applet.XmlRpcSupport.Value.
This represents an XML-RPC Value while the request is being parsed.
XmlRpcSupport.Value() - Constructor for class org.apache.xmlrpc.applet.XmlRpcSupport.Value
Constructor.
XmlRpcSupport.XmlWriter - class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter.
A quick and dirty XML writer.
XmlRpcSupport.XmlWriter(StringBuffer) - Constructor for class org.apache.xmlrpc.applet.XmlRpcSupport.XmlWriter
 
XmlRpcTransport - interface org.apache.xmlrpc.XmlRpcTransport.
Interface from XML-RPC to an underlying transport, most likely base on HTTP.
XmlRpcTransportFactory - interface org.apache.xmlrpc.XmlRpcTransportFactory.
Interface from XML-RPC to an underlying transport, most likely base on HTTP.
XmlRpcWorker - class org.apache.xmlrpc.XmlRpcWorker.
Tie together the XmlRequestProcessor and XmlResponseProcessor to handle a request serially in a single thread.
XmlRpcWorker(XmlRpcHandlerMapping) - Constructor for class org.apache.xmlrpc.XmlRpcWorker
Create a new instance that will use the specified mapping.
XmlWriter - class org.apache.xmlrpc.XmlWriter.
A XML writer intended for single-thread usage.
XmlWriter(OutputStream, String) - Constructor for class org.apache.xmlrpc.XmlWriter
Creates a new instance.
xmlrpc - Variable in class org.apache.xmlrpc.WebServer
 
xmlrpc - Variable in class org.apache.xmlrpc.XmlRpcProxyServlet
 

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

Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.