- XmlClient - Class in marquee.xmlrpc.objectcomm.example
-
- XmlEmployeeService - Class in marquee.xmlrpc.objectcomm.example
-
- XmlEmployeeService() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlEmployeeService
-
- XmlRmiClient - Class in marquee.xmlrpc.objectcomm.example
-
- XmlRmiClient() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlRmiClient
-
- XmlRmiEmployeeService - Class in marquee.xmlrpc.objectcomm.example
-
- XmlRmiEmployeeService() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlRmiEmployeeService
-
- XmlRmiServer - Class in marquee.xmlrpc.objectcomm.example
-
- XmlRmiServer() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlRmiServer
-
- XmlRpcCallback - Interface in marquee.xmlrpc
-
- XmlRpcClient - Class in marquee.xmlrpc
-
An XmlRpcClient represents a connection to an XML-RPC enabled server.
- XmlRpcClient(String, int, String) - Constructor for class marquee.xmlrpc.XmlRpcClient
-
Creates a new client with the ability to send XML-RPC messages
to the given host, on the given port and path.
- XmlRpcClient(URL) - Constructor for class marquee.xmlrpc.XmlRpcClient
-
Creates a new client with the ability to send XML-RPC messages
the the server at the given URL.
- XmlRpcClientConnection - Interface in marquee.xmlrpc
-
A connection from a client to a server.
- XmlRpcClientConnectionFactory - Interface in marquee.xmlrpc
-
A factory for Connection
s.
- XmlRpcCustomSerializer - Interface in marquee.xmlrpc
-
Java objects are serialized into XML-RPC values using instances of
classes implementing the XmlRpcCustomSerializer class.
- XmlRpcDispatcher - Class in marquee.xmlrpc
-
Objects of the XmlRpcDispather class performs the actual parsing of
inbound XML-RPC messages received by an XmlRpcServer and are
responsible for invoking handlers and dealing with their return
values and exceptions.
- XmlRpcDispatcher() - Constructor for class marquee.xmlrpc.XmlRpcDispatcher
-
- XmlRpcException - Exception in marquee.xmlrpc
-
The exception thrown by the XML-RPC library.
- XmlRpcException(String) - Constructor for exception marquee.xmlrpc.XmlRpcException
-
Creates a new exception with the supplied message and error code 0.
- XmlRpcException(String, Throwable) - Constructor for exception marquee.xmlrpc.XmlRpcException
-
Creates a new exception with the supplied message and error code 0.
- XmlRpcException(String, boolean) - Constructor for exception marquee.xmlrpc.XmlRpcException
-
Creates a new exception with the supplied message and error code 0.
- XmlRpcException(int, String) - Constructor for exception marquee.xmlrpc.XmlRpcException
-
Creates a new exception with the supplied message and supplied error code.
- XmlRpcException(int, String, Throwable) - Constructor for exception marquee.xmlrpc.XmlRpcException
-
Creates a new exception with the supplied message and supplied error code.
- XmlRpcInvocationHandler - Interface in marquee.xmlrpc
-
When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch
control to XmlRpcInvocationHandlers that perform the actual processing.
- XmlRpcInvocationProcessor - Interface in marquee.xmlrpc
-
Invocation processors are called by XmlRpcServers before and after a call is
dispathed to its invocation handler.
- XmlRpcParser - Class in marquee.xmlrpc
-
An XmlRpcParser converts inbound XML-RPC messages to their Java counterparts through
the use of a SAX compliant parser.
- XmlRpcParser() - Constructor for class marquee.xmlrpc.XmlRpcParser
-
- XmlRpcProxy - Class in marquee.xmlrpc
-
An XmlRpcProxy lets you use the services of an XML-RPC server through regular
Java interfaces.
- XmlRpcSerializer - Class in marquee.xmlrpc
-
The XmlRpcSerializer class converts Java objects to their XML-RPC counterparts
according to the XML-RPC specification.
- XmlRpcSerializer() - Constructor for class marquee.xmlrpc.XmlRpcSerializer
-
- XmlRpcServer - Class in marquee.xmlrpc
-
An XmlRpcServer is responsible for hosting a set of invocation handlers and a set of
invocation processors.
- XmlRpcServer() - Constructor for class marquee.xmlrpc.XmlRpcServer
-
- XmlRpcServerConnection - Class in marquee.xmlrpc
-
Handles a connection to a client in a separate thread.
- XmlRpcServerConnection() - Constructor for class marquee.xmlrpc.XmlRpcServerConnection
-
Marks the thread with a prefix and sequence number so we may trace which thread
is doing what.
- XmlRpcValidator - Class in marquee.xmlrpc.testing
-
Starts a server with an invocation handler containing implementation of
the validation suite used by the XML-RPC validator web application at
http://validator.xmlrpc.com.
- XmlRpcValidator() - Constructor for class marquee.xmlrpc.testing.XmlRpcValidator
-
- XmlServer - Class in marquee.xmlrpc.objectcomm.example
-
- XmlServer() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlServer
-