org.apache.xmlrpc
public interface XmlRpcTransport
Since: 1.2
Version: $Id: XmlRpcTransport.java 233919 2005-04-22 10:26:17Z hgomez $
Method Summary | |
---|---|
void | endClientRequest()
End an XML-RPC request. |
InputStream | sendXmlRpc(byte[] request)
Send an XML-RPC message. |
Throws: XmlRpcClientException if an exception occurs in the transport.
Parameters: request the request in network encoding.
Throws: IOException if an IOException occurs in the IO level of the transport. XmlRpcClientException if an exception occurs in the transport.