A B C D E F G H I K L M N O P R S T U V W X

X

XmlClient - class marquee.xmlrpc.objectcomm.example.XmlClient.
 
XmlEmployeeService - class marquee.xmlrpc.objectcomm.example.XmlEmployeeService.
 
XmlEmployeeService() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlEmployeeService
 
XmlRmiClient - class marquee.xmlrpc.objectcomm.example.XmlRmiClient.
 
XmlRmiClient() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlRmiClient
 
XmlRmiEmployeeService - class marquee.xmlrpc.objectcomm.example.XmlRmiEmployeeService.
 
XmlRmiEmployeeService() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlRmiEmployeeService
 
XmlRmiServer - class marquee.xmlrpc.objectcomm.example.XmlRmiServer.
 
XmlRmiServer() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlRmiServer
 
XmlRpcCallback - interface marquee.xmlrpc.XmlRpcCallback.
XmlRpcClient - class marquee.xmlrpc.XmlRpcClient.
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 marquee.xmlrpc.XmlRpcClientConnection.
A connection from a client to a server.
XmlRpcClientConnectionFactory - interface marquee.xmlrpc.XmlRpcClientConnectionFactory.
A factory for Connections.
XmlRpcCustomSerializer - interface marquee.xmlrpc.XmlRpcCustomSerializer.
Java objects are serialized into XML-RPC values using instances of classes implementing the XmlRpcCustomSerializer class.
XmlRpcDispatcher - class marquee.xmlrpc.XmlRpcDispatcher.
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 marquee.xmlrpc.XmlRpcException.
The exception thrown by the XML-RPC library.
XmlRpcException(String) - Constructor for class marquee.xmlrpc.XmlRpcException
Creates a new exception with the supplied message and error code 0.
XmlRpcException(String, Throwable) - Constructor for class marquee.xmlrpc.XmlRpcException
Creates a new exception with the supplied message and error code 0.
XmlRpcException(String, boolean) - Constructor for class marquee.xmlrpc.XmlRpcException
Creates a new exception with the supplied message and error code 0.
XmlRpcException(int, String) - Constructor for class marquee.xmlrpc.XmlRpcException
Creates a new exception with the supplied message and supplied error code.
XmlRpcException(int, String, Throwable) - Constructor for class marquee.xmlrpc.XmlRpcException
Creates a new exception with the supplied message and supplied error code.
XmlRpcInvocationHandler - interface marquee.xmlrpc.XmlRpcInvocationHandler.
When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing.
XmlRpcInvocationProcessor - interface marquee.xmlrpc.XmlRpcInvocationProcessor.
Invocation processors are called by XmlRpcServers before and after a call is dispathed to its invocation handler.
XmlRpcParser - class marquee.xmlrpc.XmlRpcParser.
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 marquee.xmlrpc.XmlRpcProxy.
An XmlRpcProxy lets you use the services of an XML-RPC server through regular Java interfaces.
XmlRpcSerializer - class marquee.xmlrpc.XmlRpcSerializer.
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 marquee.xmlrpc.XmlRpcServer.
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 marquee.xmlrpc.XmlRpcServerConnection.
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 marquee.xmlrpc.testing.XmlRpcValidator.
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 marquee.xmlrpc.objectcomm.example.XmlServer.
 
XmlServer() - Constructor for class marquee.xmlrpc.objectcomm.example.XmlServer
 

A B C D E F G H I K L M N O P R S T U V W X