Uses of Interface
org.apache.xmlrpc.XmlRpcRequest
-
Packages that use XmlRpcRequest Package Description 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 Modifier and Type Method Description java.lang.ObjectXmlRpcHandler. 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 Modifier and Type Class Description classXmlRpcClientRequestImplDefault implementation ofXmlRpcRequest.Fields in org.apache.xmlrpc.client declared as XmlRpcRequest Modifier and Type Field Description private XmlRpcRequestXmlRpcLocalStreamTransport. requestprivate XmlRpcRequestXmlRpcStreamTransport.ReqWriterImpl. requestMethods in org.apache.xmlrpc.client with parameters of type XmlRpcRequest Modifier and Type Method Description java.lang.ObjectXmlRpcClient. execute(XmlRpcRequest pRequest)Performs a request with the clients default configuration.java.lang.ObjectXmlRpcClientWorker. execute(XmlRpcRequest pRequest)Performs a synchronous request.voidXmlRpcClientWorker. execute(XmlRpcRequest pRequest, AsyncCallback pCallback)Performs an synchronous request.voidXmlRpcClient. executeAsync(XmlRpcRequest pRequest, AsyncCallback pCallback)Performs a request with the clients default configuration.voidAsyncCallback. handleError(XmlRpcRequest pRequest, java.lang.Throwable pError)Something went wrong, handle error.voidTimingOutCallback. handleError(XmlRpcRequest pRequest, java.lang.Throwable pError)voidAsyncCallback. handleResult(XmlRpcRequest pRequest, java.lang.Object pResult)Call went ok, handle result.voidTimingOutCallback. handleResult(XmlRpcRequest pRequest, java.lang.Object pResult)protected voidXmlRpcCommonsTransport. initHttpHeaders(XmlRpcRequest pRequest)protected voidXmlRpcHttpTransport. initHttpHeaders(XmlRpcRequest pRequest)protected voidXmlRpcSun15HttpTransport. initHttpHeaders(XmlRpcRequest pRequest)protected XmlRpcStreamTransport.ReqWriterXmlRpcHttpTransport. newReqWriter(XmlRpcRequest pRequest)protected XmlRpcStreamTransport.ReqWriterXmlRpcLocalStreamTransport. newReqWriter(XmlRpcRequest pRequest)protected XmlRpcStreamTransport.ReqWriterXmlRpcStreamTransport. newReqWriter(XmlRpcRequest pRequest)Creates a new instance ofXmlRpcStreamTransport.ReqWriter.java.lang.ObjectXmlRpcHttpTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcLiteHttpTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcLocalTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcStreamTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcSunHttpTransport. sendRequest(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcTransport. sendRequest(XmlRpcRequest pRequest)Send an XML-RPC message.Constructors in org.apache.xmlrpc.client with parameters of type XmlRpcRequest Constructor Description ByteArrayReqWriter(XmlRpcRequest pRequest)ReqWriterImpl(XmlRpcRequest pRequest) -
Uses of XmlRpcRequest in org.apache.xmlrpc.common
Methods in org.apache.xmlrpc.common with parameters of type XmlRpcRequest Modifier and Type Method Description java.lang.ObjectXmlRpcRequestProcessor. execute(XmlRpcRequest pRequest)Processes the given request and returns a result object.java.lang.ObjectXmlRpcWorker. execute(XmlRpcRequest pRequest)Performs a synchronous request. -
Uses of XmlRpcRequest in org.apache.xmlrpc.serializer
Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcRequest Modifier and Type Method Description voidXmlRpcWriter. 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 Modifier and Type Method Description protected XmlRpcRequestXmlRpcStreamServer. getRequest(XmlRpcStreamRequestConfig pConfig, java.io.InputStream pStream)Methods in org.apache.xmlrpc.server with parameters of type XmlRpcRequest Modifier and Type Method Description java.lang.ObjectReflectiveXmlRpcHandler. execute(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcLocalStreamServer. execute(XmlRpcRequest pRequest)java.lang.ObjectXmlRpcServer. execute(XmlRpcRequest pRequest)Performs the given request.java.lang.ObjectXmlRpcServerWorker. execute(XmlRpcRequest pRequest)private java.lang.ObjectReflectiveXmlRpcHandler. getInstance(XmlRpcRequest pRequest)java.lang.ObjectRequestProcessorFactoryFactory.RequestProcessorFactory. getRequestProcessor(XmlRpcRequest pRequest)This method is invoked for any request in order to create and configure the request processor.protected java.lang.ObjectRequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory. getRequestProcessor(java.lang.Class pClass, XmlRpcRequest pRequest)Subclasses may override this method for request specific configuration.booleanAbstractReflectiveHandlerMapping.AuthenticationHandler. isAuthorized(XmlRpcRequest pRequest)Returns, whether the user is authenticated and authorized to perform the request.
-