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.
|
getClientpublic 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
XmlRpcTransportpRequest - The request being performed.XmlRpcException - Performing the request failed.