Public Member Functions | Private Member Functions
org.apache.xmlrpc.client.XmlRpcLocalTransport Class Reference
Inheritance diagram for org.apache.xmlrpc.client.XmlRpcLocalTransport:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Object sendRequest (XmlRpcRequest pRequest) throws XmlRpcException
 XmlRpcLocalTransport (XmlRpcClient pClient)

Private Member Functions

boolean isExtensionType (Object pObject)

Detailed Description

The default implementation of a local transport.

Definition at line 36 of file XmlRpcLocalTransport.java.


Constructor & Destructor Documentation

Creates a new instance.

Parameters:
pClientThe client, which creates the transport.

Definition at line 40 of file XmlRpcLocalTransport.java.


Member Function Documentation

boolean org.apache.xmlrpc.client.XmlRpcLocalTransport.isExtensionType ( Object  pObject) [inline, private]

Definition at line 44 of file XmlRpcLocalTransport.java.

Send an XML-RPC message. This method is called to send a message to the other party.

Parameters:
pRequestThe request being performed.
Returns:
Result object, if invoking the remote method was successfull.
Exceptions:
XmlRpcExceptionPerforming the request failed.

Implements org.apache.xmlrpc.client.XmlRpcTransport.

Definition at line 80 of file XmlRpcLocalTransport.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