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

A

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(double) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArg(float) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArgToArray(Vector, double) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArgToArray(Vector, float) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArgToStruct(Hashtable, String, double) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
addDoubleArgToStruct(Hashtable, String, float) - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
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.DefaultHandlerMapping
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
 
allowConnection(Socket) - Method in class org.apache.xmlrpc.WebServer
Checks incoming connections to see if they should be allowed.
AsyncCallback - interface org.apache.xmlrpc.AsyncCallback.
A callback interface for an asynchronous XML-RPC call.
asyncWorkers - Variable in class org.apache.xmlrpc.XmlRpcClient
 
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
 

B

Base64 - class org.apache.xmlrpc.Base64.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.xmlrpc.Base64
 

C

cause - Variable in class org.apache.xmlrpc.ParseFailed
 
characters(char[], int, int) - Method in class org.apache.xmlrpc.XmlRpc
Method called by SAX driver.
checkSocket(Socket) - Method in class org.apache.xmlrpc.WebServer
Deprecated. Use allowConnection(Socket) instead.
clength - Static variable in class org.apache.xmlrpc.WebServer
 
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.
conclose - Static variable in class org.apache.xmlrpc.WebServer
 
conkeep - Static variable in class org.apache.xmlrpc.WebServer
 
ContextXmlRpcHandler - interface org.apache.xmlrpc.ContextXmlRpcHandler.
An XML-RPC handler that also handles user authentication.
convertE2J(ESValue) - Static method in class org.apache.xmlrpc.fesi.FesiRpcUtil
 
convertJ2E(Object, Evaluator) - Static method in class org.apache.xmlrpc.fesi.FesiRpcUtil
 
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.
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.
createWorker() - Method in class org.apache.xmlrpc.XmlRpcServer
 
ctype - Static variable in class org.apache.xmlrpc.WebServer
 

D

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.
debug - Static variable in class org.apache.xmlrpc.XmlRpc
Whether to log debugging output.
decode(byte[]) - Static method in class org.apache.xmlrpc.Base64
Decodes Base64 data into octects
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_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.
defaultContext(String, String) - Method in class org.apache.xmlrpc.XmlRpcWorker
Factory method to return a default context object for the execute() method.
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.
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.
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
 
deleteProperty(String, int) - Method in class org.apache.xmlrpc.fesi.FesiRpcServer
 
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.
determinePort(String[], int) - Static method in class org.apache.xmlrpc.WebServer
Examines command line arguments from argv.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.xmlrpc.XmlRpcProxyServlet
 
doubleNewline - Static variable in class org.apache.xmlrpc.WebServer
 

E

Echo - class org.apache.xmlrpc.Echo.
A simple handler which echos its input parameters.
Echo() - Constructor for class org.apache.xmlrpc.Echo
 
encode(byte[]) - Static method in class org.apache.xmlrpc.Base64
Encodes hex octects into Base64.
endElement(String) - Method in class org.apache.xmlrpc.XmlRpc
Method called by SAX driver.
error(SAXParseException) - Method in class org.apache.xmlrpc.XmlRpc
 
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, 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.XmlRpcServer
Parse the request and execute the handler method, if one is found.
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.Echo
Echos parameters.
execute(String, Vector) - Method in class org.apache.xmlrpc.XmlRpcClient
Generate an XML-RPC request and send it to the server.
execute(String, Vector) - Method in interface org.apache.xmlrpc.XmlRpcHandler
Return the result, or throw an Exception if something went wrong.
execute(String, Vector) - Method in class org.apache.xmlrpc.Invoker
main method, sucht methode in object, wenn gefunden dann aufrufen.
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.SimpleXmlRpcClient
 
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, String, String) - Method in class org.apache.xmlrpc.AuthDemo
 
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, XmlRpcContext) - Method in interface org.apache.xmlrpc.ContextXmlRpcHandler
Return the result, or throw an Exception if something went wrong.
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.

F

fatalError(SAXParseException) - Method in class org.apache.xmlrpc.XmlRpc
 
FesiRpcExtension - class org.apache.xmlrpc.fesi.FesiRpcExtension.
An extension to transparently call and serve XML-RPC from the FESI EcmaScript interpreter.
FesiRpcExtension() - Constructor for class org.apache.xmlrpc.fesi.FesiRpcExtension
 
FesiRpcServer - class org.apache.xmlrpc.fesi.FesiRpcServer.
An ESObject that makes its properties (sub-objects) callable via XML-RPC.
FesiRpcServer(int, ESObject, Evaluator) - Constructor for class org.apache.xmlrpc.fesi.FesiRpcServer
Create an XML-RPC server listening on a specific port.
FesiRpcServer(WebServer, ESObject, Evaluator) - Constructor for class org.apache.xmlrpc.fesi.FesiRpcServer
Create an XML-RPC server with an already existing WebServer.
FesiRpcUtil - class org.apache.xmlrpc.fesi.FesiRpcUtil.
 
FesiRpcUtil() - Constructor for class org.apache.xmlrpc.fesi.FesiRpcUtil
 
FORMAT - Static variable in class org.apache.xmlrpc.util.DateTool
 
format(Date) - Method in class org.apache.xmlrpc.util.DateTool
 

G

getCause() - Method in class org.apache.xmlrpc.ParseFailed
 
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 interface org.apache.xmlrpc.XmlRpcHandlerMapping
Return the handler for the specified handler name.
getHandler(String) - Method in class org.apache.xmlrpc.DefaultHandlerMapping
Find the handler and its method name for a given method.
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.DefaultXmlRpcContext
 
getHandlerMapping() - Method in class org.apache.xmlrpc.XmlRpcServer
Return the current XmlRpcHandlerMapping.
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.
getMethodName() - Method in class org.apache.xmlrpc.XmlRpcRequest
 
getParameter(int) - Method in class org.apache.xmlrpc.XmlRpcRequest
 
getParameters() - Method in class org.apache.xmlrpc.XmlRpcRequest
 
getPassword() - Method in interface org.apache.xmlrpc.XmlRpcContext
Get the password specified in the outer request.
getPassword() - Method in class org.apache.xmlrpc.DefaultXmlRpcContext
 
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.
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 interface org.apache.xmlrpc.XmlRpcContext
Get the username specified in the outer request.
getUserName() - Method in class org.apache.xmlrpc.DefaultXmlRpcContext
 
getWorker() - Method in class org.apache.xmlrpc.XmlRpcServer
Hands out pooled workers.

H

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.XmlRpcWorker
 

I

init() - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
init(ServletConfig) - Method in class org.apache.xmlrpc.XmlRpcProxyServlet
 
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.
initializeExtension(Evaluator) - Method in class org.apache.xmlrpc.fesi.FesiRpcExtension
 
invokeHandler(Object, XmlRpcRequest, XmlRpcContext) - Static method in class org.apache.xmlrpc.XmlRpcWorker
Pass the specified request to the handler.
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
 
isArrayByteBase64(byte[]) - Static method in class org.apache.xmlrpc.Base64
 
isBase64(byte) - Static method in class org.apache.xmlrpc.Base64
 
isBase64(String) - Static method in class org.apache.xmlrpc.Base64
 

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
 

L

listener - Variable in class org.apache.xmlrpc.WebServer
 
loaded - Variable in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 

M

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.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.secure.SecureXmlRpcClient
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.
methodName - Variable in class org.apache.xmlrpc.XmlRpcRequest
 
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
 
multicall(Vector, XmlRpcContext) - Method in class org.apache.xmlrpc.MultiCall
 

N

newline - Static variable in class org.apache.xmlrpc.WebServer
 

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.XmlRpcRequestProcessor
Called when an object to be added to the argument list has been parsed.
ok - Static variable in class org.apache.xmlrpc.WebServer
 
org.apache.xmlrpc - package org.apache.xmlrpc
 
org.apache.xmlrpc.applet - package org.apache.xmlrpc.applet
 
org.apache.xmlrpc.fesi - package org.apache.xmlrpc.fesi
 
org.apache.xmlrpc.secure - package org.apache.xmlrpc.secure
 
org.apache.xmlrpc.util - package org.apache.xmlrpc.util
 

P

parameters - Variable in class org.apache.xmlrpc.XmlRpcRequest
 
parse(String) - Method in class org.apache.xmlrpc.util.DateTool
 
ParseFailed - exception org.apache.xmlrpc.ParseFailed.
Thrown as the result of an parse failure.
ParseFailed(Exception) - Constructor for class org.apache.xmlrpc.ParseFailed
 
ParseFailed(String) - Constructor for class org.apache.xmlrpc.ParseFailed
 
password - Variable in class org.apache.xmlrpc.DefaultXmlRpcContext
 
pool - Variable in class org.apache.xmlrpc.XmlRpcClient
 
processException(Exception, String) - Method in class org.apache.xmlrpc.XmlRpcResponseProcessor
Process an exception, and return output in the specified encoding.
processRequest(InputStream) - Method in class org.apache.xmlrpc.XmlRpcRequestProcessor
Process a request.
processResponse(Object, String) - Method in class org.apache.xmlrpc.XmlRpcResponseProcessor
Process a successful response, and return output in the specified encoding.
PROTOCOL_HANDLER_PACKAGES - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
putProperty(String, ESValue, int) - Method in class org.apache.xmlrpc.fesi.FesiRpcServer
 

R

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.DefaultHandlerMapping
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
 
requestProcessor - Variable in class org.apache.xmlrpc.XmlRpcWorker
 
reset() - Method in class org.apache.xmlrpc.applet.JSXmlRpcApplet
 
responseProcessor - Variable in class org.apache.xmlrpc.XmlRpcWorker
 
run() - Method in class org.apache.xmlrpc.WebServer
Listens for client requests until stopped.
runners - Variable in class org.apache.xmlrpc.WebServer
 

S

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(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.
SecureXmlRpcClient(URL) - Constructor for class org.apache.xmlrpc.secure.SecureXmlRpcClient
Construct a XML-RPC client with this URL.
SECURITY_PROTOCOL - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
SECURITY_PROVIDER_CLASS - Static variable in interface org.apache.xmlrpc.secure.SecurityConstants
 
SecurityConstants - interface org.apache.xmlrpc.secure.SecurityConstants.
 
securityProviderClass - Static variable in class org.apache.xmlrpc.secure.SecurityTool
Class name of the security provider to be used by the secure web server.
SecurityTool - class org.apache.xmlrpc.secure.SecurityTool.
 
SecurityTool() - Constructor for class org.apache.xmlrpc.secure.SecurityTool
 
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.XmlRpcClient
Sets Authentication for this client.
setDebug(boolean) - Static method in class org.apache.xmlrpc.XmlRpc
Switch debugging output on/off.
setDriver(Class) - Static method in class org.apache.xmlrpc.XmlRpc
Set the SAX Parser to be used by directly passing the Class object.
setDriver(String) - Static method in class org.apache.xmlrpc.XmlRpc
Set the SAX Parser to be used.
setEncoding(String) - Static method in class org.apache.xmlrpc.XmlRpc
Set the encoding of the XML.
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.
setParanoid(boolean) - Method in class org.apache.xmlrpc.WebServer
Switch client filtering on/off.
setProtocolHandlerPackages(String) - Static method in class org.apache.xmlrpc.secure.SecurityTool
Set the protocol handler packages.
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.
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.
setup() - Static method in class org.apache.xmlrpc.secure.SecurityTool
 
setup() - Method in class org.apache.xmlrpc.secure.SecureXmlRpcClient
This allows us to setup
shutdown() - Method in class org.apache.xmlrpc.WebServer
Stop listening on the server port.
SimpleXmlRpcClient - class org.apache.xmlrpc.applet.SimpleXmlRpcClient.
A simple XML-RPC client.
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.
SimpleXmlRpcClient(URL) - Constructor for class org.apache.xmlrpc.applet.SimpleXmlRpcClient
Construct a XML-RPC client with this URL.
srv - Variable in class org.apache.xmlrpc.fesi.FesiRpcServer
 
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.
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.

T

threadpool - Variable in class org.apache.xmlrpc.WebServer
 
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).
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
 
TypeFactory - interface org.apache.xmlrpc.TypeFactory.
Allows server developers to customize the type of Java objects created for a corresponding XML-RPC type.

U

url - Variable in class org.apache.xmlrpc.XmlRpcClient
 
userName - Variable in class org.apache.xmlrpc.DefaultXmlRpcContext
 

V

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.
workers - Variable in class org.apache.xmlrpc.XmlRpcClient
 
wwwAuthenticate - Static variable in class org.apache.xmlrpc.WebServer
 

X

xmlrpc - Variable in class org.apache.xmlrpc.WebServer
 
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.
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(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(URL) - Constructor for class org.apache.xmlrpc.XmlRpcClient
Construct a XML-RPC client with this URL.
XmlRpcClientLite - class org.apache.xmlrpc.XmlRpcClientLite.
A multithreaded, reusable XML-RPC client object.
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.
XmlRpcClientLite(URL) - Constructor for class org.apache.xmlrpc.XmlRpcClientLite
Construct a XML-RPC client with this URL.
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 - 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.XmlRpcException
 
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.
Encapsulates an XML-RPC request.
XmlRpcRequest(String, Vector) - Constructor for class org.apache.xmlrpc.XmlRpcRequest
 
XmlRpcRequestProcessor - class org.apache.xmlrpc.XmlRpcRequestProcessor.
Process an InputStream and produce and XmlRpcRequest.
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
 
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.
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.

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.