Uses of Interface
org.apache.xmlrpc.XmlRpcRequest

Packages that use XmlRpcRequest
org.apache.xmlrpc   
org.apache.xmlrpc.client   
org.apache.xmlrpc.common   
org.apache.xmlrpc.serializer   
org.apache.xmlrpc.server   
 

Uses of XmlRpcRequest in org.apache.xmlrpc
 

Methods in org.apache.xmlrpc with parameters of type XmlRpcRequest
 java.lang.Object XmlRpcHandler.execute(XmlRpcRequest pRequest)
          Performs the request and returns the result object.
 

Uses of XmlRpcRequest in org.apache.xmlrpc.client
 

Classes in org.apache.xmlrpc.client that implement XmlRpcRequest
 class XmlRpcClientRequestImpl
          Default implementation of XmlRpcRequest.
 

Methods in org.apache.xmlrpc.client with parameters of type XmlRpcRequest
 java.lang.Object XmlRpcLocalTransport.sendRequest(XmlRpcRequest pRequest)
           
 java.lang.Object XmlRpcTransport.sendRequest(XmlRpcRequest pRequest)
          Send an XML-RPC message.
 java.lang.Object XmlRpcLiteHttpTransport.sendRequest(XmlRpcRequest pRequest)
           
protected  void XmlRpcHttpTransport.initHttpHeaders(XmlRpcRequest pRequest)
           
 java.lang.Object XmlRpcHttpTransport.sendRequest(XmlRpcRequest pRequest)
           
protected  XmlRpcStreamTransport.ReqWriter XmlRpcHttpTransport.newReqWriter(XmlRpcRequest pRequest)
           
 java.lang.Object XmlRpcClient.execute(XmlRpcRequest pRequest)
          Performs a request with the clients default configuration.
 void XmlRpcClient.executeAsync(XmlRpcRequest pRequest, AsyncCallback pCallback)
          Performs a request with the clients default configuration.
 java.lang.Object XmlRpcClientWorker.execute(XmlRpcRequest pRequest)
          Performs a synchronous request.
 void XmlRpcClientWorker.execute(XmlRpcRequest pRequest, AsyncCallback pCallback)
          Performs an synchronous request.
protected  void XmlRpcCommonsTransport.initHttpHeaders(XmlRpcRequest pRequest)
           
protected  XmlRpcStreamTransport.ReqWriter XmlRpcStreamTransport.newReqWriter(XmlRpcRequest pRequest)
           
 java.lang.Object XmlRpcStreamTransport.sendRequest(XmlRpcRequest pRequest)
           
 void TimingOutCallback.handleError(XmlRpcRequest pRequest, java.lang.Throwable pError)
           
 void TimingOutCallback.handleResult(XmlRpcRequest pRequest, java.lang.Object pResult)
           
 java.lang.Object XmlRpcSunHttpTransport.sendRequest(XmlRpcRequest pRequest)
           
protected  XmlRpcStreamTransport.ReqWriter XmlRpcLocalStreamTransport.newReqWriter(XmlRpcRequest pRequest)
           
 void AsyncCallback.handleResult(XmlRpcRequest pRequest, java.lang.Object pResult)
          Call went ok, handle result.
 void AsyncCallback.handleError(XmlRpcRequest pRequest, java.lang.Throwable pError)
          Something went wrong, handle error.
 

Constructors in org.apache.xmlrpc.client with parameters of type XmlRpcRequest
XmlRpcStreamTransport.ReqWriterImpl(XmlRpcRequest pRequest)
           
 

Uses of XmlRpcRequest in org.apache.xmlrpc.common
 

Methods in org.apache.xmlrpc.common with parameters of type XmlRpcRequest
 java.lang.Object XmlRpcWorker.execute(XmlRpcRequest pRequest)
          Performs a synchronous request.
 java.lang.Object XmlRpcRequestProcessor.execute(XmlRpcRequest pRequest)
          Processes the given request and returns a result object.
 

Uses of XmlRpcRequest in org.apache.xmlrpc.serializer
 

Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcRequest
 void XmlRpcWriter.write(XmlRpcRequest pRequest)
          Writes a clients request to the output stream.
 

Uses of XmlRpcRequest in org.apache.xmlrpc.server
 

Methods in org.apache.xmlrpc.server that return XmlRpcRequest
protected  XmlRpcRequest XmlRpcStreamServer.getRequest(XmlRpcStreamRequestConfig pConfig, java.io.InputStream pStream)
           
 

Methods in org.apache.xmlrpc.server with parameters of type XmlRpcRequest
 java.lang.Object ReflectiveXmlRpcHandler.execute(XmlRpcRequest pRequest)
           
 java.lang.Object XmlRpcServerWorker.execute(XmlRpcRequest pRequest)
           
 java.lang.Object XmlRpcServer.execute(XmlRpcRequest pRequest)
          Performs the given request.
 java.lang.Object XmlRpcLocalStreamServer.execute(XmlRpcRequest pRequest)
           
 java.lang.Object RequestProcessorFactoryFactory.RequestProcessorFactory.getRequestProcessor(XmlRpcRequest pRequest)
          This method is invoked for any request in order to create and configure the request processor.
protected  java.lang.Object RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory.getRequestProcessor(java.lang.Class pClass, XmlRpcRequest pRequest)
          Subclasses may override this method for request specific configuration.
 boolean AbstractReflectiveHandlerMapping.AuthenticationHandler.isAuthorized(XmlRpcRequest pRequest)
          Returns, whether the user is authenticated and authorized to perform the request.
 



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