Uses of Interface org.apache.xmlrpc.XmlRpcRequest

Uses in package org.apache.xmlrpc.serializer

Methods with parameter type org.apache.xmlrpc.XmlRpcRequest

void
Writes a clients request to the output stream.

Uses in package org.apache.xmlrpc.common

Methods with parameter type org.apache.xmlrpc.XmlRpcRequest

Object
Processes the given request and returns a result object.
Object
Performs a synchronous request.

Uses in package org.apache.xmlrpc.client

Classes implementing org.apache.xmlrpc.XmlRpcRequest

class
Default implementation of XmlRpcRequest.

Constructors with parameter type org.apache.xmlrpc.XmlRpcRequest

Methods with parameter type org.apache.xmlrpc.XmlRpcRequest

Object
Performs a request with the clients default configuration.
Object
Performs a synchronous request.
void
Performs an synchronous request.
void
Performs a request with the clients default configuration.
void
AsyncCallback.handleError(XmlRpcRequest pRequest, Throwable pError)
Something went wrong, handle error.
void
TimingOutCallback.handleError(XmlRpcRequest pRequest, Throwable pError)
void
AsyncCallback.handleResult(XmlRpcRequest pRequest, Object pResult)
Call went ok, handle result.
void
TimingOutCallback.handleResult(XmlRpcRequest pRequest, Object pResult)
void
void
XmlRpcStreamTransport.ReqWriter
XmlRpcStreamTransport.ReqWriter
XmlRpcStreamTransport.ReqWriter
Object
Send an XML-RPC message.
Object
Send an XML-RPC message.
Object
Object
Send an XML-RPC message.
Object
Object
Send an XML-RPC message.

Uses in package org.apache.xmlrpc

Methods with parameter type org.apache.xmlrpc.XmlRpcRequest

Object
Performs the request and returns the result object.

Uses in package org.apache.xmlrpc.server

Methods with parameter type org.apache.xmlrpc.XmlRpcRequest

Object
Performs the request and returns the result object.
Object
Object
Performs the given request.
Object
Object
Subclasses may override this method for request specific configuration.
Object
This method is invoked for any request in order to create and configure the request processor.
boolean
Returns, whether the user is authenticated and authorized to perform the request.

Methods with return type org.apache.xmlrpc.XmlRpcRequest

XmlRpcRequest

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.