|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
The package contains classes to parse the XML returned from the Secure Global Desktop (SGD) web services.
See:
Description
Interface Summary | |
---|---|
IResponse | The interface defines the nodes of parse trees created from XML returned by Secure Global Desktop (SGD) web services. |
IResponseFactory | Interface to create IResponse nodes. |
Class Summary | |
---|---|
DefaultResponseFactory | Default factory for creating IResponse nodes. |
GeneralParser | The GeneralParser class parses XML and returns a tree of IResponse nodes. |
PreOrderEnumeration | The class implements a pre-order traversal of a tree of IResponse nodes. |
ResponseParser | The ResponseParser class parses XML and returns a tree of IResponse nodes. |
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 IResponse
nodes.
The XML returned by the Secure Global Desktop web services has three key elements:
IConstantsXML.TAG_RESPONSE |
the document root node | |
IConstantsXML.TAG_OBJECT |
identifies a node as an object | |
IConstantsXML.TAG_ATTRIBUTE |
identifies a node as an attribute of an object |
|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |