Package com.flat502.rox.marshal.xmlrpc

Provides classes for marshalling and unmarshalling XML-RPC messages.

See:
          Description

Interface Summary
XmlNode An extremely thin interface representing the information the marshaller needs from an XML parser.
XmlRpcConstants Various constants defined by the XML-RPC specification.
XmlRpcConstants.ContentTypes  
XmlRpcConstants.Formats Various constants defined miscellaneous formatting conventions defined by the XML-RPC specification.
XmlRpcConstants.Types Constants defining the tag names used for XML-RPC values.
 

Class Summary
DomMethodCallUnmarshaller A DOM basedMethodCallUnmarshaller implementation.
DomMethodResponseUnmarshaller A DOM basedMethodResponseUnmarshaller implementation.
DomUnmarshaller Abstract base class containing common unmarshalling logic for the DOM based unmarshaller.
SaxMethodCallUnmarshaller Parse XML RPC method call using SAX
SaxMethodResponseUnmarshaller Parse XML RPC method response using SAX.
SaxParserPool Maintains a pool of SAX parsers and unmarshallers.
SaxUnmarshaller Marshal an XML-RPC method call using easy (v1) SAX.
TestUnmarshallingPerf  
XmlRpcConstants.Tags  
XmlRpcMarshaller This class supports marshalling of XML-RPC values, not execution.
XmlRpcMarshallerJ5 A sub-class of XmlRpcMarshaller providing support for Java 5.
XmlRpcMethod This is the base class for XML-RPC method calls and responses.
XmlRpcMethodCall An instance of this class represents an XML-RPC method call.
XmlRpcMethodFault An instance of this class represents an XML-RPC method call fault.
XmlRpcMethodResponse An instance of this class represents an XML-RPC method call response.
XmlRpcMethodUnmarshaller  
XmlRpcSaxParser Simple XML parser, for internal XML RPC usage.
XmlRpcSaxParserFactory SAXParserFactory for instantiating XmlRpcSaxParser's
 

Exception Summary
XmlRpcFaultException  
 

Package com.flat502.rox.marshal.xmlrpc Description

Provides classes for marshalling and unmarshalling XML-RPC messages.

This package provides the default marshalling implementation for RoX.