org.apache.xmlrpc.client
public interface XmlRpcTransport
Interface from XML-RPC to an underlying transport, most likely based on HTTP.
Replaces the interfaceorg.apache.xmlrpc.client
from Apache XML-RPC
2.0, which has actually been a stream based transport.Since: 3.0
Method Summary | |
---|---|
Object | sendRequest(XmlRpcRequest pRequest) Send an XML-RPC message. |
Parameters: pRequest The request being performed.
Returns: Result object, if invoking the remote method was successfull.
Throws: XmlRpcException Performing the request failed.