Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
P
Proxy
- class marquee.xmlrpc.objectcomm.
Proxy
.
Performs the same tasks as the XmlRpcProxy but also supports arbitrary Java objects as return values.
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 interface marquee.xmlrpc.
XmlRpcInvocationProcessor
Called by an XmlRpcServer after the supplied method has been called.
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.
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.
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.
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X