- parse(InputStream) - Method in class marquee.xmlrpc.XmlRpcParser
-
Parses the XML-RPC message contained in the supplied input stream.
- postProcess(int, String, String, String, List, Object) - Method in class marquee.xmlrpc.processors.DebugInvocationProcessor
-
Prints trace info on the method, its arguments, and its return value.
- postProcess(int, String, String, String, List, Object) - Method in class marquee.xmlrpc.processors.FilterInvocationProcessor
-
Does nothing.
- postProcess(int, String, String, String, List, Object) - Method in class marquee.xmlrpc.processors.SessionInvocationProcessor
-
Does nothing.
- postProcess(int, String, String, String, List, Object) - Method in interface marquee.xmlrpc.XmlRpcInvocationProcessor
-
Called by an XmlRpcServer after the supplied method has been called.
- preProcess(int, String, String, String, List) - Method in class marquee.xmlrpc.processors.AllowInvocationProcessor
-
- preProcess(int, String, String, String, List) - Method in class marquee.xmlrpc.processors.DebugInvocationProcessor
-
Does nothing.
- preProcess(int, String, String, String, List) - Method in class marquee.xmlrpc.processors.FilterInvocationProcessor
-
Examines the caller IP and the method to see if the invocation should be performed.
- preProcess(int, String, String, String, List) - Method in class marquee.xmlrpc.processors.SessionInvocationProcessor
-
Associates the calling thread (the thread handling the invocation) with the IP address
of the client.
- preProcess(int, String, String, String, List) - Method in interface marquee.xmlrpc.XmlRpcInvocationProcessor
-
Called by an XmlRpcServer before the method with the supplied name is called.
- printException(Throwable) - Method in class marquee.xmlrpc.util.ExceptionPrintWriter
-
Prints short information on the supplied exception.
- println(char[]) - Method in class marquee.xmlrpc.util.ExceptionPrintWriter
-
Overrides println() to only print the first rows of a stack trace.
- println(Object) - Method in class marquee.xmlrpc.util.ExceptionPrintWriter
-
Overrides println() to only print the first rows of a stack trace.
- processingInstruction(String, String) - Method in class marquee.xmlrpc.XmlRpcParser
-
- Proxy - Class in marquee.xmlrpc.objectcomm
-
Performs the same tasks as the XmlRpcProxy but also supports arbitrary Java objects as
return values.