|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpcException | |
org.apache.xmlrpc |
Uses of XmlRpcException in org.apache.xmlrpc |
Methods in org.apache.xmlrpc that throw XmlRpcException | |
void |
XmlWriter.writeObject(java.lang.Object obj)
Writes the XML representation of a supported Java object type. |
protected void |
XmlWriter.chardata(java.lang.String text)
Writes text as PCDATA . |
byte[] |
XmlRpcResponseProcessor.processResponse(java.lang.Object responseParam,
java.lang.String encoding)
Process a successful response, and return output in the specified encoding. |
(package private) void |
XmlRpcResponseProcessor.writeResponse(java.lang.Object param,
XmlWriter writer)
Writes an XML-RPC response to the XML writer. |
(package private) void |
XmlRpcResponseProcessor.writeError(int code,
java.lang.String message,
XmlWriter writer)
Writes an XML-RPC error response to the XML writer. |
java.lang.Object |
XmlRpcClient.execute(java.lang.String method,
java.util.Vector params)
Generate an XML-RPC request and send it to the server. |
(package private) java.lang.Object |
XmlRpcClient.Worker.execute(java.lang.String method,
java.util.Vector params)
Execute an XML-RPC call. |
(package private) void |
XmlRpcClient.Worker.writeRequest(XmlWriter writer,
java.lang.String method,
java.util.Vector params)
Generate an XML-RPC request from a method name and a parameter vector. |
(package private) java.lang.Object |
XmlRpcClientLite.LiteWorker.execute(java.lang.String method,
java.util.Vector params)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |