|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XmlScanner | |
| oracle.uddi.message | Provides classes that represent the data structures in UDDI API XML messages as well as some utilities related to XML messaging. |
| Uses of XmlScanner in oracle.uddi.message |
| Subinterfaces of XmlScanner in oracle.uddi.message | |
interface |
DomXmlScannerThis interface represents a DOM tree source for the serialized XML content of a UddiElement. |
interface |
ReaderXmlScannerThis interface represents a Reader source for the serialized XML content of a UddiElement. |
| Classes in oracle.uddi.message that implement XmlScanner | |
class |
DefaultXmlScannerThis class is an implementation of both the DomXmlScanner interface and the ReaderXmlScanner interface; that is, it can act as a source DOM tree or a source Reader for UddiElement content. |
| Methods in oracle.uddi.message with parameters of type XmlScanner | |
void |
UddiElement.unmarshall(XmlScanner xmlScanner)Deserializes the content of this UDDI element (thereby populating the element with data) from the source specified by the XmlScanner instance. |
|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||