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
S
SERVER
- Static variable in class marquee.xmlrpc.
XmlRpcServerConnection
Byte array for the server header
STRING
- Static variable in class marquee.xmlrpc.
XmlRpcParser
The hash value of
elements
STRUCT
- Static variable in class marquee.xmlrpc.
XmlRpcParser
The hash value of
elements
Serializer
- class marquee.xmlrpc.objectcomm.
Serializer
.
This XmlRpcCustomSerializer serializes any Java object as an Xml-Rpc struct with a special member named "#ClassName".
Serializer()
- Constructor for class marquee.xmlrpc.objectcomm.
Serializer
Server
- class marquee.xmlrpc.objectcomm.
Server
.
A convenience class for using the object communication extension on the server side.
Server()
- Constructor for class marquee.xmlrpc.objectcomm.
Server
Default constructor which automatically register the required Serializers
ServerInputStream
- class marquee.xmlrpc.util.
ServerInputStream
.
The input stream returns -1 when the amount of bytes specified at construction has been read.
ServerInputStream(InputStream, int)
- Constructor for class marquee.xmlrpc.util.
ServerInputStream
ServletExample
- class marquee.xmlrpc.testing.
ServletExample
.
A simple servlet example with two invocation handlers; en Echo handler and an XmlRpcClient hooked up to the spellchecking service.
ServletExample()
- Constructor for class marquee.xmlrpc.testing.
ServletExample
ServletExample.ExampleInvocationHandler
- class marquee.xmlrpc.testing.
ServletExample.ExampleInvocationHandler
.
ServletExample.ExampleInvocationHandler()
- Constructor for class marquee.xmlrpc.testing.
ServletExample.ExampleInvocationHandler
SessionExampleClient
- class marquee.xmlrpc.testing.
SessionExampleClient
.
A client application making multiple calls into the SessionExampleServer service that should be running locally before executing.
SessionExampleClient()
- Constructor for class marquee.xmlrpc.testing.
SessionExampleClient
SessionExampleServer
- class marquee.xmlrpc.testing.
SessionExampleServer
.
This example demonstrates the use of the SessionInvocationProcess which, in turn, is an example of how invocation processors may be used.
SessionExampleServer()
- Constructor for class marquee.xmlrpc.testing.
SessionExampleServer
SessionExampleServer.SessionExampleHandler
- class marquee.xmlrpc.testing.
SessionExampleServer.SessionExampleHandler
.
A sample handler.
SessionExampleServer.SessionExampleHandler()
- Constructor for class marquee.xmlrpc.testing.
SessionExampleServer.SessionExampleHandler
SessionInvocationProcessor
- class marquee.xmlrpc.processors.
SessionInvocationProcessor
.
The SessionProcessor allows invocation handlers to store client state in session objects between invocations.
SessionInvocationProcessor()
- Constructor for class marquee.xmlrpc.processors.
SessionInvocationProcessor
SocketConnectionFactory
- class marquee.xmlrpc.connections.
SocketConnectionFactory
.
A factory for raw socket connections.
SocketConnectionFactory(String, int, String)
- Constructor for class marquee.xmlrpc.connections.
SocketConnectionFactory
Initializes the factory to create connections to the XML-RPC server at the given host, on the given port and path.
SpellingChecker
- class marquee.xmlrpc.testing.
SpellingChecker
.
Shows how a Java interface may be used to create a proxy to an XML-RPC server.
SpellingChecker()
- Constructor for class marquee.xmlrpc.testing.
SpellingChecker
serialize(Object, StringBuffer)
- Method in interface marquee.xmlrpc.
XmlRpcCustomSerializer
Asks the custom serializer to serialize the supplied value into the supplied string buffer.
serialize(Object, StringBuffer)
- Static method in class marquee.xmlrpc.
XmlRpcSerializer
Converts the supplied Java object to its XML-RPC counterpart according to the XML-RPC specification.
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.objectcomm.
Serializer
Serializes
value
to
output
.
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
BooleanArraySerializer
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
CollectionSerializer
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
DoubleArraySerializer
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
FloatArraySerializer
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
HashtableSerializer
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
IntArraySerializer
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
MapSerializer
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
ObjectArraySerializer
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
ReflectiveSerializer
serialize(Object, StringBuffer)
- Method in class marquee.xmlrpc.serializers.
VectorSerializer
setDocumentLocator(Locator)
- Method in class marquee.xmlrpc.
XmlRpcParser
setDriver(String)
- Static method in class marquee.xmlrpc.
XmlRpcParser
Sets the SAX driver to use whan parsing XML-RPC messages and responses.
setDriver(Class)
- Static method in class marquee.xmlrpc.
XmlRpcParser
Sets the SAX driver to use whan parsing XML-RPC messages and responses.
setEntryPoints(String[])
- Method in class marquee.xmlrpc.handlers.
ReflectiveInvocationHandler
Assigns a list of method names that are used when invoking methods on this handler.
setGzip(boolean)
- Method in interface marquee.xmlrpc.
XmlRpcClientConnection
Sets whether or not the server should be informed that the request will be gzip encoded.
setKeepAlive(boolean)
- Method in class marquee.xmlrpc.
XmlRpcClient
Determines if the client object should try to keep the socket connection to the server alive or not.
setKeepAlive(boolean)
- Method in interface marquee.xmlrpc.
XmlRpcClientConnection
Sets whether or not the server will be asked to make the connection persistent.
setLimits(int, int)
- Static method in class marquee.xmlrpc.
XmlRpcServerConnection
Sets the maximum allowed number of simultaneously active connections, and the number of connections that should be pooled.
setOutputContentLength(int)
- Method in interface marquee.xmlrpc.
XmlRpcClientConnection
Sets the number of bytes that will be written, i.e.
setRequireSerializeable(boolean)
- Static method in class marquee.xmlrpc.objectcomm.
Serializer
Sets if the Serilizer should require transferred objects to implement java.io.Serializable.
setSessionTimeout(int)
- Static method in class marquee.xmlrpc.processors.
SessionInvocationProcessor
Sets the timout value for sessions, expressed in minutes.
setZipStream(boolean)
- Method in class marquee.xmlrpc.
XmlRpcClient
Determines if the XML payload sent to the server should be zipped or not.
simpleStructReturnTest(int)
- Method in class marquee.xmlrpc.handlers.
Validator
This handler takes one parameter, and returns a struct containing three elements, times10, times100 and times1000, the result of multiplying the number by 10, 100 and 1000.
skip(long)
- Method in class marquee.xmlrpc.util.
ServerInputStream
startDocument()
- Method in class marquee.xmlrpc.
XmlRpcParser
startElement(String, AttributeList)
- Method in class marquee.xmlrpc.
XmlRpcClient
Override the startElement() method inherited from XmlRpcParser.
startElement(String, AttributeList)
- Method in class marquee.xmlrpc.
XmlRpcParser
Called by SAX driver when a new element has been found in the message.
storeEmployee(Employee)
- Method in interface marquee.xmlrpc.objectcomm.example.
EmployeeServiceInterface
storeEmployee(Employee)
- Method in class marquee.xmlrpc.objectcomm.example.
XmlEmployeeService
storeEmployee(Employee)
- Method in class marquee.xmlrpc.objectcomm.example.
XmlRmiEmployeeService
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