Package org.astrogrid.samp.xmlrpc.internal
Implementation of pluggable XML-RPC layer which requires
no external dependencies.
-
Class Summary Class Description InternalClient XML-RPC client implementation suitable for use with SAMP.InternalClientFactory Freestanding SampXmlRpcClientFactory implementation.InternalServer SampXmlRpcServer implementation without external dependencies.InternalServerFactory Freestanding SampXmlRpcServerFactory implementation.RpcLoggingInternalClient InternalClient subclass which additionally logs all XML-RPC calls/responses to an output stream.RpcLoggingInternalClientFactory Freestanding ClientFactory implementation which logs all XML-RPC calls/responses to standard output.RpcLoggingInternalServer InternalServer subclass which additionally logs all XML-RPC calls/responses to an output stream.RpcLoggingInternalServerFactory Freestanding ServerFactory implementation which logs all XML-RPC calls/responses to standard output.XmlLoggingInternalClient InternalClient subclass which additionally logs all XML-RPC calls/responses to an output stream.XmlLoggingInternalClientFactory Freestanding ClientFactory implementation which logs all incoming and outgoing HTTP data.XmlLoggingInternalServer Freestanding InternalServer implementation which logs all incoming and outgoing HTTP data.XmlLoggingInternalServerFactory Freestanding ServerFactory implementation which logs all incoming and outgoing HTTP data.XmlRpcCall Represents the content of an XML-RPC methodCall element.XmlUtils Utilities for XML manipulations required by SAMP/XML-RPC.