Uses of Interface
org.apache.xmlrpc.XmlRpcRequest
Packages that use XmlRpcRequest
Package
Description
-
Uses of XmlRpcRequest in org.apache.xmlrpc
Methods in org.apache.xmlrpc with parameters of type XmlRpcRequestModifier and TypeMethodDescriptionXmlRpcHandler.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 XmlRpcRequestFields in org.apache.xmlrpc.client declared as XmlRpcRequestModifier and TypeFieldDescriptionprivate XmlRpcRequestXmlRpcLocalStreamTransport.requestprivate final XmlRpcRequestXmlRpcStreamTransport.ReqWriterImpl.requestMethods in org.apache.xmlrpc.client with parameters of type XmlRpcRequestModifier and TypeMethodDescriptionXmlRpcClient.execute(XmlRpcRequest pRequest) Performs a request with the clients default configuration.XmlRpcClientWorker.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, Throwable pError) Something went wrong, handle error.voidTimingOutCallback.handleError(XmlRpcRequest pRequest, Throwable pError) voidAsyncCallback.handleResult(XmlRpcRequest pRequest, Object pResult) Call went ok, handle result.voidTimingOutCallback.handleResult(XmlRpcRequest pRequest, 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.XmlRpcHttpTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcLiteHttpTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcLocalTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcStreamTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcSunHttpTransport.sendRequest(XmlRpcRequest pRequest) XmlRpcTransport.sendRequest(XmlRpcRequest pRequest) Send an XML-RPC message.Constructors in org.apache.xmlrpc.client with parameters of type XmlRpcRequestModifierConstructorDescription(package private)ByteArrayReqWriter(XmlRpcRequest pRequest) protectedReqWriterImpl(XmlRpcRequest pRequest) -
Uses of XmlRpcRequest in org.apache.xmlrpc.common
Methods in org.apache.xmlrpc.common with parameters of type XmlRpcRequestModifier and TypeMethodDescriptionXmlRpcRequestProcessor.execute(XmlRpcRequest pRequest) Processes the given request and returns a result object.XmlRpcWorker.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 XmlRpcRequestModifier and TypeMethodDescriptionvoidXmlRpcWriter.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 XmlRpcRequestModifier and TypeMethodDescriptionprotected XmlRpcRequestXmlRpcStreamServer.getRequest(XmlRpcStreamRequestConfig pConfig, InputStream pStream) Methods in org.apache.xmlrpc.server with parameters of type XmlRpcRequestModifier and TypeMethodDescriptionReflectiveXmlRpcHandler.execute(XmlRpcRequest pRequest) XmlRpcLocalStreamServer.execute(XmlRpcRequest pRequest) XmlRpcServer.execute(XmlRpcRequest pRequest) Performs the given request.XmlRpcServerWorker.execute(XmlRpcRequest pRequest) private ObjectReflectiveXmlRpcHandler.getInstance(XmlRpcRequest pRequest) RequestProcessorFactoryFactory.RequestProcessorFactory.getRequestProcessor(XmlRpcRequest pRequest) This method is invoked for any request in order to create and configure the request processor.protected ObjectRequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory.getRequestProcessor(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.