public interface XmlRpcTransport
| Modifier and Type | Method and Description |
|---|---|
void |
endClientRequest()
End an XML-RPC request.
|
java.io.InputStream |
sendXmlRpc(byte[] request)
Send an XML-RPC message.
|
java.io.InputStream sendXmlRpc(byte[] request)
throws java.io.IOException,
XmlRpcClientException
request - the request in network encoding.java.io.IOException - if an IOException occurs in the IO level of the transport.XmlRpcClientException - if an exception occurs in the transport.void endClientRequest()
throws XmlRpcClientException
XmlRpcClientException - if an exception occurs in the transport.Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.