Uses of Package
redstone.xmlrpc

Packages that use redstone.xmlrpc
redstone.xmlrpc   
redstone.xmlrpc.handlers   
redstone.xmlrpc.interceptors   
redstone.xmlrpc.serializers   
 

Classes in redstone.xmlrpc used by redstone.xmlrpc
XmlRpcArray
          An Array represents an XML-RPC array in its Java form.
XmlRpcCallback
          Callback interface to implement when using asynchronous invocations with XmlRpcClient.
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 in case of serialization or network problems.
XmlRpcFault
          Exception thrown by the XML-RPC library in case of a fault response.
XmlRpcInvocation
          Contains information about a particular invocation intercepted by an invocation processor.
XmlRpcInvocationHandler
          When receiving XML-RPC messages, XmlRpcServers parse the XML payload and dispatch control to XmlRpcInvocationHandlers that perform the actual processing.
XmlRpcInvocationInterceptor
          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.
XmlRpcSerializer
          The XmlRpcSerializer class converts Java objects to their XML-RPC counterparts according to the XML-RPC specification.
XmlRpcServer
          An XmlRpcServer is responsible for hosting a set of invocation handlers and a set of invocation interceptors.
XmlRpcStruct
          A Struct represents an XML-RPC struct in its Java form.
 

Classes in redstone.xmlrpc used by redstone.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 redstone.xmlrpc used by redstone.xmlrpc.interceptors
XmlRpcInvocation
          Contains information about a particular invocation intercepted by an invocation processor.
XmlRpcInvocationInterceptor
          Invocation processors are called by XmlRpcServers before and after a call is dispathed to its invocation handler.
 

Classes in redstone.xmlrpc used by redstone.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 in case of serialization or network problems.
XmlRpcSerializer
          The XmlRpcSerializer class converts Java objects to their XML-RPC counterparts according to the XML-RPC specification.