Package de.timroes.axmlrpc
-
Interface Summary Interface Description XMLRPCCallback The XMLRPCCallback interface must be implemented by a listener for an asynchronous call to a server method. -
Class Summary Class Description AuthenticationManager The AuthenticationManager handle basic HTTP authentication.Call A Call object represents a call of a remote methode.XMLRPCClient An XMLRPCClient is a client used to make XML-RPC (Extensible Markup Language Remote Procedure Calls).XMLUtil This class provides some utility methods for the use with the Java DOM parser. -
Exception Summary Exception Description XMLRPCException The exception is thrown whenever the remote procedure call fails in some point.XMLRPCRuntimeException XMLRPCServerException This exception will be thrown if the server returns an error.XMLRPCTimeoutException Will be thrown when a call to the server times out.