Package | Description |
---|---|
org.apache.xmlrpc |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXmlRpcContext
A basic context object that stores the userName, password and
handler mapping.
|
Modifier and Type | Method and Description |
---|---|
protected XmlRpcContext |
XmlRpcWorker.defaultContext(java.lang.String user,
java.lang.String password)
Factory method to return a default context object for the execute() method.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
XmlRpcWorker.execute(java.io.InputStream is,
XmlRpcContext context)
Decode, process and encode the response or exception for an XML-RPC
request.
|
byte[] |
XmlRpcServer.execute(java.io.InputStream is,
XmlRpcContext context)
Parse the request and execute the handler method, if one is
found.
|
java.lang.Object |
ContextXmlRpcHandler.execute(java.lang.String method,
java.util.Vector params,
XmlRpcContext context)
Return the result, or throw an Exception if something went wrong.
|
java.lang.Object |
MultiCall.execute(java.lang.String method,
java.util.Vector params,
XmlRpcContext context) |
java.lang.Object |
SystemHandler.execute(java.lang.String method,
java.util.Vector params,
XmlRpcContext context)
Execute a <ignored>.<name> call by calling the handler for
<name> in the the system handler mapping.
|
protected static java.lang.Object |
XmlRpcWorker.invokeHandler(java.lang.Object handler,
XmlRpcServerRequest request,
XmlRpcContext context)
Pass the specified request to the handler.
|
java.util.Vector |
MultiCall.multicall(java.util.Vector requests,
XmlRpcContext context) |
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.