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.| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.Object |
sendRequest(org.apache.xmlrpc.XmlRpcRequest pRequest)
Send an XML-RPC message.
|
java.lang.Object sendRequest(org.apache.xmlrpc.XmlRpcRequest pRequest)
throws org.apache.xmlrpc.XmlRpcException
pRequest - The request being performed.org.apache.xmlrpc.XmlRpcException - Performing the request failed.