- FLAGS_8BYTE_INT - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
The client will be able to handle 8 byte integer values (longs).
- FLAGS_APACHE_WS - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
This flag should be used if the server is an apache ws xmlrpc server.
- FLAGS_DEBUG - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
Activate debug mode.
- FLAGS_DEFAULT_TYPE_STRING - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, a value with a missing type tag, will be parsed
as a string element.
- FLAGS_ENABLE_COOKIES - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag, the client will be able to handle cookies, meaning saving cookies
from the server and sending it with every other request again.
- FLAGS_FORWARD - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the client will forward the request, if
the 301 or 302 HTTP status code has been received.
- FLAGS_IGNORE_NAMESPACES - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the
XMLRPCClient
ignores all namespaces
used within the response from the server.
- FLAGS_IGNORE_STATUSCODE - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the XML-RPC client will ignore the HTTP status
code of the response from the server.
- FLAGS_NIL - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
The client will be able to send null values.
- FLAGS_NO_STRING_DECODE - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
This prevents the decoding of incoming strings, meaning & and <
won't be decoded to the & sign and the "less then" sign.
- FLAGS_NO_STRING_ENCODE - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
By default outgoing string values will be encoded according to specification.
- FLAGS_NONE - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
No flags should be set.
- FLAGS_SSL_IGNORE_ERRORS - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
This flag disables all SSL warnings.
- FLAGS_SSL_IGNORE_INVALID_CERT - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the client will ignore all unverified SSL/TLS
certificates.
- FLAGS_SSL_IGNORE_INVALID_HOST - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the client will ignore, if the URL doesn't match
the SSL Certificate.
- FLAGS_STRICT - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
The client should parse responses strict to specification.
- FLAGS_USE_SYSTEM_PROXY - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the
XMLRPCClient
will use the system http
proxy to connect to the XML-RPC server.
- fr.turri.jiso8601 - package fr.turri.jiso8601
-
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.ArraySerializer
-
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.Base64Serializer
-
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.BooleanSerializer
-
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.DateTimeSerializer
-
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.DoubleSerializer
-
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.IntSerializer
-
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.NullSerializer
-
- serialize(Object) - Method in interface de.timroes.axmlrpc.serializer.Serializer
-
This method takes an object and returns a representation as a string
containing the right xml type tag.
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.SerializerHandler
-
Serialize an object to its representation as an xml element.
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.StringSerializer
-
- serialize(Object) - Method in class de.timroes.axmlrpc.serializer.StructSerializer
-
- Serializer - Interface in de.timroes.axmlrpc.serializer
-
A Serializer is responsible to serialize a specific type of data to
an xml tag and deserialize the content of this xml tag back to an object.
- SerializerHandler - Class in de.timroes.axmlrpc.serializer
-
The serializer handler serializes and deserialized objects.
- setAuthData(String, String) - Method in class de.timroes.axmlrpc.AuthenticationManager
-
Set the username and password that should be used to perform basic
http authentication.
- setAuthentication(HttpURLConnection) - Method in class de.timroes.axmlrpc.AuthenticationManager
-
Set the authentication at the HttpURLConnection.
- setContent(String) - Method in class de.timroes.axmlrpc.xmlcreator.XmlElement
-
Set the content of this xml tag.
- setCustomHttpHeader(String, String) - Method in class de.timroes.axmlrpc.XMLRPCClient
-
Set a HTTP header field to a custom value.
- setLoginData(String, String) - Method in class de.timroes.axmlrpc.XMLRPCClient
-
Set the username and password that should be used to perform basic
http authentication.
- setProxy(Proxy) - Method in class de.timroes.axmlrpc.XMLRPCClient
-
Sets a proxy to use for this client.
- setRootElement(XmlElement) - Method in class de.timroes.axmlrpc.xmlcreator.SimpleXMLCreator
-
Set the root element of the xml tree.
- setTimeout(int) - Method in class de.timroes.axmlrpc.XMLRPCClient
-
Sets the time in seconds after which a call should timeout.
- setUserAgentString(String) - Method in class de.timroes.axmlrpc.XMLRPCClient
-
Sets the user agent string.
- SimpleXMLCreator - Class in de.timroes.axmlrpc.xmlcreator
-
This is a very simple xml creator.
- SimpleXMLCreator() - Constructor for class de.timroes.axmlrpc.xmlcreator.SimpleXMLCreator
-
- StringSerializer - Class in de.timroes.axmlrpc.serializer
-
- StringSerializer(boolean, boolean) - Constructor for class de.timroes.axmlrpc.serializer.StringSerializer
-
- StructSerializer - Class in de.timroes.axmlrpc.serializer
-
- StructSerializer() - Constructor for class de.timroes.axmlrpc.serializer.StructSerializer
-