|
Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.uddi.message | Provides classes that represent the data structures in UDDI API XML messages. |
Uses of XmlScanner in oracle.uddi.message |
Subinterfaces of XmlScanner in oracle.uddi.message | |
Type | Name |
---|---|
interface |
DomXmlScanner
This interface represents a DOM tree source for the serialized XML content of a UddiElement . |
interface |
ReaderXmlScanner
This interface represents a Reader source for the serialized XML content of a UddiElement . |
Classes in oracle.uddi.message that implement XmlScanner | |
Type | Name |
---|---|
class |
DefaultXmlScanner
This 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 | |
Type | Name |
---|---|
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. |
|
Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |