public class XmlRpcLocalTransport extends XmlRpcTransportImpl
| コンストラクタと説明 |
|---|
XmlRpcLocalTransport(XmlRpcClient pClient)
Creates a new instance.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.Object |
sendRequest(org.apache.xmlrpc.XmlRpcRequest pRequest)
Send an XML-RPC message.
|
getClientpublic XmlRpcLocalTransport(XmlRpcClient pClient)
pClient - The client, which creates the transport.public java.lang.Object sendRequest(org.apache.xmlrpc.XmlRpcRequest pRequest)
throws org.apache.xmlrpc.XmlRpcException
XmlRpcTransportpRequest - The request being performed.org.apache.xmlrpc.XmlRpcException - Performing the request failed.