Uses of Class
de.timroes.axmlrpc.XMLRPCException
-
Packages that use XMLRPCException Package Description de.timroes.axmlrpc de.timroes.axmlrpc.serializer -
-
Uses of XMLRPCException in de.timroes.axmlrpc
Subclasses of XMLRPCException in de.timroes.axmlrpc Modifier and Type Class Description classXMLRPCServerExceptionThis exception will be thrown if the server returns an error.classXMLRPCTimeoutExceptionWill be thrown when a call to the server times out.Methods in de.timroes.axmlrpc with parameters of type XMLRPCException Modifier and Type Method Description voidXMLRPCCallback. onError(long id, XMLRPCException error)This callback is called whenever an error occurs during the method call.Methods in de.timroes.axmlrpc that throw XMLRPCException Modifier and Type Method Description java.lang.ObjectXMLRPCClient. call(java.lang.String method, java.lang.Object... params)Call a remote procedure on the server.static org.w3c.dom.ElementXMLUtil. getOnlyChildElement(org.w3c.dom.NodeList list)Returns the only child element in a given NodeList.static java.lang.StringXMLUtil. getOnlyTextContent(org.w3c.dom.NodeList list)Returns the text node from a given NodeList.java.lang.StringCall. getXML(boolean debugMode)Return an xml representation of the method call as specified in http://www.xmlrpc.com/spec. -
Uses of XMLRPCException in de.timroes.axmlrpc.serializer
Methods in de.timroes.axmlrpc.serializer that throw XMLRPCException Modifier and Type Method Description java.lang.ObjectArraySerializer. deserialize(org.w3c.dom.Element content)java.lang.ObjectBase64Serializer. deserialize(org.w3c.dom.Element content)java.lang.ObjectBooleanSerializer. deserialize(org.w3c.dom.Element content)java.lang.ObjectDateTimeSerializer. deserialize(java.lang.String dateStr)java.lang.ObjectDateTimeSerializer. deserialize(org.w3c.dom.Element content)java.lang.ObjectDoubleSerializer. deserialize(org.w3c.dom.Element content)java.lang.ObjectIntSerializer. deserialize(org.w3c.dom.Element content)java.lang.ObjectNullSerializer. deserialize(org.w3c.dom.Element content)java.lang.ObjectSerializer. deserialize(org.w3c.dom.Element content)This method takes an xml type element and deserialize it to an object.java.lang.ObjectSerializerHandler. deserialize(org.w3c.dom.Element element)Deserializes an incoming xml element to an java object.java.lang.ObjectStringSerializer. deserialize(org.w3c.dom.Element content)java.lang.ObjectStructSerializer. deserialize(org.w3c.dom.Element content)XmlElementSerializerHandler. serialize(java.lang.Object object)Serialize an object to its representation as an xml element.
-