Package | Description |
---|---|
de.timroes.axmlrpc | |
de.timroes.axmlrpc.serializer |
Modifier and Type | Class and Description |
---|---|
class |
XMLRPCServerException
This exception will be thrown if the server returns an error.
|
class |
XMLRPCTimeoutException
Will be thrown when a call to the server times out.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLRPCCallback.onError(long id,
XMLRPCException error)
This callback is called whenever an error occurs during the method call.
|
Modifier and Type | Method and Description |
---|---|
Object |
XMLRPCClient.call(String method,
Object... params)
Call a remote procedure on the server.
|
static Element |
XMLUtil.getOnlyChildElement(NodeList list)
Returns the only child element in a given NodeList.
|
static String |
XMLUtil.getOnlyTextContent(NodeList list)
Returns the text node from a given NodeList.
|
String |
Call.getXML(boolean debugMode)
Return an xml representation of the method call as specified in
http://www.xmlrpc.com/spec.
|
Modifier and Type | Method and Description |
---|---|
Object |
NullSerializer.deserialize(Element content) |
Object |
IntSerializer.deserialize(Element content) |
Object |
DoubleSerializer.deserialize(Element content) |
Object |
BooleanSerializer.deserialize(Element content) |
Object |
DateTimeSerializer.deserialize(Element content) |
Object |
Serializer.deserialize(Element content)
This method takes an xml type element and deserialize it to an object.
|
Object |
SerializerHandler.deserialize(Element element)
Deserializes an incoming xml element to an java object.
|
Object |
StringSerializer.deserialize(Element content) |
Object |
ArraySerializer.deserialize(Element content) |
Object |
Base64Serializer.deserialize(Element content) |
Object |
StructSerializer.deserialize(Element content) |
Object |
DateTimeSerializer.deserialize(String dateStr) |
XmlElement |
SerializerHandler.serialize(Object object)
Serialize an object to its representation as an xml element.
|
Copyright © 2016. All rights reserved.