Uses of Package
marquee.xmlrpc

Packages that use marquee.xmlrpc
marquee.xmlrpc   
marquee.xmlrpc.connections   
marquee.xmlrpc.handlers   
marquee.xmlrpc.objectcomm   
marquee.xmlrpc.processors   
marquee.xmlrpc.serializers   
marquee.xmlrpc.testing   
 

Classes in marquee.xmlrpc used by marquee.xmlrpc
XmlRpcCallback
          
XmlRpcClientConnection
          A connection from a client to a server.
XmlRpcCustomSerializer
          Java objects are serialized into XML-RPC values using instances of classes implementing the XmlRpcCustomSerializer class.
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.
XmlRpcException
          The exception thrown by the XML-RPC library.
XmlRpcInvocationHandler
          When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing.
XmlRpcInvocationProcessor
          Invocation processors are called by XmlRpcServers before and after a call is dispathed to its invocation handler.
XmlRpcParser
          An XmlRpcParser converts inbound XML-RPC messages to their Java counterparts through the use of a SAX compliant parser.
XmlRpcServer
          An XmlRpcServer is responsible for hosting a set of invocation handlers and a set of invocation processors.
XmlRpcServerConnection
          Handles a connection to a client in a separate thread.
 

Classes in marquee.xmlrpc used by marquee.xmlrpc.connections
XmlRpcClientConnection
          A connection from a client to a server.
XmlRpcClientConnectionFactory
          A factory for Connections.
 

Classes in marquee.xmlrpc used by marquee.xmlrpc.handlers
XmlRpcInvocationHandler
          When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing.
 

Classes in marquee.xmlrpc used by marquee.xmlrpc.objectcomm
XmlRpcCustomSerializer
          Java objects are serialized into XML-RPC values using instances of classes implementing the XmlRpcCustomSerializer class.
XmlRpcException
          The exception thrown by the XML-RPC library.
XmlRpcInvocationHandler
          When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing.
XmlRpcProxy
          An XmlRpcProxy lets you use the services of an XML-RPC server through regular Java interfaces.
XmlRpcServer
          An XmlRpcServer is responsible for hosting a set of invocation handlers and a set of invocation processors.
 

Classes in marquee.xmlrpc used by marquee.xmlrpc.processors
XmlRpcInvocationProcessor
          Invocation processors are called by XmlRpcServers before and after a call is dispathed to its invocation handler.
 

Classes in marquee.xmlrpc used by marquee.xmlrpc.serializers
XmlRpcCustomSerializer
          Java objects are serialized into XML-RPC values using instances of classes implementing the XmlRpcCustomSerializer class.
XmlRpcException
          The exception thrown by the XML-RPC library.
 

Classes in marquee.xmlrpc used by marquee.xmlrpc.testing
XmlRpcInvocationHandler
          When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing.