public class XmlRpcLocalTransport extends XmlRpcTransportImpl
Constructor and Description |
---|
XmlRpcLocalTransport(XmlRpcClient pClient)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
isExtensionType(java.lang.Object pObject) |
java.lang.Object |
sendRequest(XmlRpcRequest pRequest)
Send an XML-RPC message.
|
getClient
public XmlRpcLocalTransport(XmlRpcClient pClient)
pClient
- The client, which creates the transport.private boolean isExtensionType(java.lang.Object pObject)
public java.lang.Object sendRequest(XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcTransport
pRequest
- The request being performed.XmlRpcException
- Performing the request failed.