Frames | No Frames |
Classes implementing org.apache.xmlrpc.XmlRpcContext | |
class | A basic context object that stores the userName, password and
handler mapping. |
Methods with parameter type org.apache.xmlrpc.XmlRpcContext | |
byte[] | Parse the request and execute the handler method, if one is
found. |
byte[] | Decode, process and encode the response or exception for an XML-RPC
request. |
Object | Return the result, or throw an Exception if something went wrong. |
Object | Return the result, or throw an Exception if something went wrong. |
Object | Execute a <ignored>.<name> call by calling the handler for
<name> in the the system handler mapping. |
Object | Pass the specified request to the handler. |
Vector |
Methods with return type org.apache.xmlrpc.XmlRpcContext | |
XmlRpcContext | XmlRpcWorker.defaultContext(String user, String password) Factory method to return a default context object for the execute() method. |