|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlRpcTransport
Interface from XML-RPC to an underlying transport, most likely base on HTTP.
| Method Summary | |
|---|---|
void |
endClientRequest()
End an XML-RPC request. |
java.io.InputStream |
sendXmlRpc(byte[] request)
Send an XML-RPC message. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||