Public Member Functions
org.apache.xmlrpc.client.XmlRpcTransport Interface Reference
Inheritance diagram for org.apache.xmlrpc.client.XmlRpcTransport:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Object sendRequest (XmlRpcRequest pRequest) throws XmlRpcException

Detailed Description

Interface from XML-RPC to an underlying transport, most likely based on HTTP. Replaces the interface org.apache.xmlrpc.client from Apache XML-RPC 2.0, which has actually been a stream based transport.

Since:
3.0

Definition at line 30 of file XmlRpcTransport.java.


Member Function Documentation

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.

Implemented in org.apache.xmlrpc.client.XmlRpcStreamTransport, org.apache.xmlrpc.client.XmlRpcHttpTransport, org.apache.xmlrpc.client.XmlRpcLocalTransport, org.apache.xmlrpc.client.XmlRpcLiteHttpTransport, and org.apache.xmlrpc.client.XmlRpcSunHttpTransport.


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


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