Package | Description |
---|---|
org.apache.xmlrpc | |
org.apache.xmlrpc.client | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.serializer | |
org.apache.xmlrpc.server |
Modifier and Type | Method and Description |
---|---|
Object |
XmlRpcHandler.execute(XmlRpcRequest pRequest)
Performs the request and returns the result object.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcClientRequestImpl
Default implementation of
XmlRpcRequest . |
Modifier and Type | Method and Description |
---|---|
Object |
XmlRpcClient.execute(XmlRpcRequest pRequest)
Performs a request with the clients default configuration.
|
Object |
XmlRpcClientWorker.execute(XmlRpcRequest pRequest)
Performs a synchronous request.
|
void |
XmlRpcClientWorker.execute(XmlRpcRequest pRequest,
AsyncCallback pCallback)
Performs an synchronous request.
|
void |
XmlRpcClient.executeAsync(XmlRpcRequest pRequest,
AsyncCallback pCallback)
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) |
protected void |
XmlRpcCommonsTransport.initHttpHeaders(XmlRpcRequest pRequest) |
protected void |
XmlRpcHttpTransport.initHttpHeaders(XmlRpcRequest pRequest) |
protected void |
XmlRpcSun15HttpTransport.initHttpHeaders(XmlRpcRequest pRequest) |
protected XmlRpcStreamTransport.ReqWriter |
XmlRpcStreamTransport.newReqWriter(XmlRpcRequest pRequest)
Creates a new instance of
XmlRpcStreamTransport.ReqWriter . |
protected XmlRpcStreamTransport.ReqWriter |
XmlRpcHttpTransport.newReqWriter(XmlRpcRequest pRequest) |
protected XmlRpcStreamTransport.ReqWriter |
XmlRpcLocalStreamTransport.newReqWriter(XmlRpcRequest pRequest) |
Object |
XmlRpcLocalTransport.sendRequest(XmlRpcRequest pRequest) |
Object |
XmlRpcTransport.sendRequest(XmlRpcRequest pRequest)
Send an XML-RPC message.
|
Object |
XmlRpcSunHttpTransport.sendRequest(XmlRpcRequest pRequest) |
Object |
XmlRpcLiteHttpTransport.sendRequest(XmlRpcRequest pRequest) |
Object |
XmlRpcStreamTransport.sendRequest(XmlRpcRequest pRequest) |
Object |
XmlRpcHttpTransport.sendRequest(XmlRpcRequest pRequest) |
Constructor and Description |
---|
ReqWriterImpl(XmlRpcRequest pRequest) |
Modifier and Type | Method and Description |
---|---|
Object |
XmlRpcWorker.execute(XmlRpcRequest pRequest)
Performs a synchronous request.
|
Object |
XmlRpcRequestProcessor.execute(XmlRpcRequest pRequest)
Processes the given request and returns a
result object.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcWriter.write(XmlRpcRequest pRequest)
Writes a clients request to the output stream.
|
Modifier and Type | Method and Description |
---|---|
protected XmlRpcRequest |
XmlRpcStreamServer.getRequest(XmlRpcStreamRequestConfig pConfig,
InputStream pStream) |
Modifier and Type | Method and Description |
---|---|
Object |
ReflectiveXmlRpcHandler.execute(XmlRpcRequest pRequest) |
Object |
XmlRpcLocalStreamServer.execute(XmlRpcRequest pRequest) |
Object |
XmlRpcServerWorker.execute(XmlRpcRequest pRequest) |
Object |
XmlRpcServer.execute(XmlRpcRequest pRequest)
Performs the given request.
|
protected Object |
RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory.getRequestProcessor(Class pClass,
XmlRpcRequest pRequest)
Subclasses may override this method for request specific configuration.
|
Object |
RequestProcessorFactoryFactory.RequestProcessorFactory.getRequestProcessor(XmlRpcRequest pRequest)
This method is invoked for any request in order to create and
configure the request processor.
|
boolean |
AbstractReflectiveHandlerMapping.AuthenticationHandler.isAuthorized(XmlRpcRequest pRequest)
Returns, whether the user is authenticated and
authorized to perform the request.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.