The package contains classes to parse the XML returned from the Secure Global Desktop (SGD) web services. The parsers take the XML and create a tree of {@link com.tarantella.tta.webservices.parser.IResponse} nodes.

XML Definition

The XML returned by the Secure Global Desktop web services has three key elements:

{@link com.tarantella.tta.webservices.IConstantsXML#TAG_RESPONSE}   the document root node
{@link com.tarantella.tta.webservices.IConstantsXML#TAG_OBJECT}   identifies a node as an object
{@link com.tarantella.tta.webservices.IConstantsXML#TAG_ATTRIBUTE}   identifies a node as an attribute of an object