Package | Description |
---|---|
org.apache.xmlrpc |
Modifier and Type | Method and Description |
---|---|
protected XmlRpcTransport |
XmlRpcClient.createTransport() |
XmlRpcTransport |
XmlRpcTransportFactory.createTransport()
Create a new XML-RPC transport.
|
XmlRpcTransport |
CommonsXmlRpcTransportFactory.createTransport() |
XmlRpcTransport |
DefaultXmlRpcTransportFactory.createTransport() |
static XmlRpcTransportFactory |
DefaultXmlRpcTransportFactory.createTransportFactory(java.lang.String transport,
java.util.Properties properties) |
protected XmlRpcException |
XmlRpcClientResponseProcessor.decodeException(java.lang.Object result)
Decode an exception from the result returned from the remote server.
|
java.lang.Object |
XmlRpcClientResponseProcessor.decodeResponse(java.io.InputStream is)
Decode an XML-RPC response from the specified InputStream.
|
void |
XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequest request,
java.lang.String encoding,
java.io.OutputStream out)
Encode a request from the XmlClientRpcRequest implementation to an
output stream in the specified character encoding.
|
byte[] |
XmlRpcClientRequestProcessor.encodeRequestBytes(XmlRpcClientRequest request,
java.lang.String encoding)
Encode a request from the XmlRpcClientRequest implementation to a
byte array representing the XML-RPC call, in the specified character
encoding.
|
void |
XmlRpcTransport.endClientRequest()
End an XML-RPC request.
|
void |
DefaultXmlRpcTransport.endClientRequest() |
void |
CommonsXmlRpcTransport.endClientRequest()
Releases connection resources.
|
java.lang.Object |
XmlRpcClientWorker.execute(XmlRpcClientRequest xmlRpcRequest,
XmlRpcTransport transport) |
java.io.InputStream |
XmlRpcTransport.sendXmlRpc(byte[] request)
Send an XML-RPC message.
|
java.io.InputStream |
CommonsXmlRpcTransport.sendXmlRpc(byte[] request) |
void |
DefaultXmlRpcTransportFactory.setHTTPSTransport(java.lang.String transport,
java.util.Properties properties) |
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.