org.apache.xmlrpc
Interface XmlRpcTransport
- CommonsXmlRpcTransport, DefaultXmlRpcTransport, LiteXmlRpcTransport
public interface XmlRpcTransport
Interface from XML-RPC to an underlying transport, most likely base on HTTP.
$Id: XmlRpcTransport.java 233919 2005-04-22 10:26:17Z hgomez $
endClientRequest
public void endClientRequest()
throws XmlRpcClientException
End an XML-RPC request. This method is called by the XmlRpcClient when then
request has been sent and the response (or an exception) recieved.
sendXmlRpc
public InputStream sendXmlRpc(byte[] request)
throws IOException,
XmlRpcClientException
Send an XML-RPC message. This method is called to send a message to the
other party.
request
- the request in network encoding.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.