- ObjectArraySerializer - Class in marquee.xmlrpc.serializers
-
- ObjectArraySerializer() - Constructor for class marquee.xmlrpc.serializers.ObjectArraySerializer
-
- OK - Static variable in class marquee.xmlrpc.XmlRpcServerConnection
-
Byte array for an HTTP OK header
- onException(int, String, String, String, List, Throwable) - Method in class marquee.xmlrpc.processors.DebugInvocationProcessor
-
Prints trace info on the method, its arguments, and the exception it threw.
- onException(int, String, String, String, List, Throwable) - Method in class marquee.xmlrpc.processors.FilterInvocationProcessor
-
Does nothing.
- onException(int, String, String, String, List, Throwable) - Method in class marquee.xmlrpc.processors.SessionInvocationProcessor
-
Does nothing.
- onException(XmlRpcException) - Method in interface marquee.xmlrpc.XmlRpcCallback
-
Called by the XmlRpcClient when an exception was raised during
the call.
- onException(int, String, String, String, List, Throwable) - Method in interface marquee.xmlrpc.XmlRpcInvocationProcessor
-
Called by an XmlRpcServer when the supplied method throws an exception.
- onFault(int, String) - Method in interface marquee.xmlrpc.XmlRpcCallback
-
Called by the XmlRpcClient when a fault response was received
from the server.
- onResult(Object) - Method in interface marquee.xmlrpc.XmlRpcCallback
-
Called by the XmlRpcClient when a response was received from
the server.