Package org.apache.xmlrpc.client
Class XmlRpcLocalTransport
java.lang.Object
org.apache.xmlrpc.client.XmlRpcTransportImpl
org.apache.xmlrpc.client.XmlRpcLocalTransport
- All Implemented Interfaces:
XmlRpcTransport
The default implementation of a local transport.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
isExtensionType
(Object pObject) sendRequest
(XmlRpcRequest pRequest) Send an XML-RPC message.Methods inherited from class org.apache.xmlrpc.client.XmlRpcTransportImpl
getClient
-
Constructor Details
-
XmlRpcLocalTransport
Creates a new instance.- Parameters:
pClient
- The client, which creates the transport.
-
-
Method Details
-
isExtensionType
-
sendRequest
Description copied from interface:XmlRpcTransport
Send an XML-RPC message. This method is called to send a message to the other party.- Parameters:
pRequest
- The request being performed.- Returns:
- Result object, if invoking the remote method was successfull.
- Throws:
XmlRpcException
- Performing the request failed.
-