Public Member Functions | Private Attributes
org.apache.xmlrpc.server.XmlRpcServerWorker Class Reference
Inheritance diagram for org.apache.xmlrpc.server.XmlRpcServerWorker:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Object execute (XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcController getController ()
 XmlRpcServerWorker (XmlRpcServerWorkerFactory pFactory)

Private Attributes

final XmlRpcServerWorkerFactory factory

Detailed Description

Server specific implementation of XmlRpcWorker.

Definition at line 30 of file XmlRpcServerWorker.java.


Constructor & Destructor Documentation

Creates a new instance.

Parameters:
pFactoryThe factory creating the worker.

Definition at line 36 of file XmlRpcServerWorker.java.


Member Function Documentation

Performs a synchronous request. The client worker extends this interface with the ability to perform asynchronous requests.

Parameters:
pRequestThe request being performed.
Returns:
The requests result.
Exceptions:
XmlRpcExceptionPerforming the request failed.

Implements org.apache.xmlrpc.common.XmlRpcWorker.

Definition at line 42 of file XmlRpcServerWorker.java.

Returns the workers controller.

Returns:
The controller, an instance of org.apache.xmlrpc.client.XmlRpcClient, or org.apache.xmlrpc.server.XmlRpcServer.

Implements org.apache.xmlrpc.common.XmlRpcWorker.

Definition at line 40 of file XmlRpcServerWorker.java.


Member Data Documentation

Definition at line 31 of file XmlRpcServerWorker.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50