Uses of Interface org.apache.xmlrpc.XmlRpcClientRequest

Uses in package org.apache.xmlrpc

Classes implementing org.apache.xmlrpc.XmlRpcClientRequest

class
Default implementation of an XML-RPC request for both client and server.

Constructors with parameter type org.apache.xmlrpc.XmlRpcClientRequest

Make a call to be queued and then executed by the next free async thread

Fields of type org.apache.xmlrpc.XmlRpcClientRequest

XmlRpcClientRequest

Methods with parameter type org.apache.xmlrpc.XmlRpcClientRequest

void
XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequest request, String encoding, OutputStream out)
Encode a request from the XmlClientRpcRequest implementation to an output stream in the specified character encoding.
byte[]
Encode a request from the XmlRpcClientRequest implementation to a byte array representing the XML-RPC call, in the specified character encoding.
Object
Object
Object
void
void
void
Execute an XML-RPC call and handle asyncronous callback.

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.