|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.uddi.message.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. See UddiElement for more information about marshalling and unmarshalling element content.
| Constructor Summary | |
DefaultXmlScanner()This constructor should not be called by clients of the API. | |
| Method Summary | |
void |
close()Closes the XmlScanner and relinquishes any underlying resources. |
org.w3c.dom.Element |
getSourceElement()Returns the DOM element which will be the source of the element content; it should contain the input DOM tree. |
void |
init(org.w3c.dom.Element el)Initializes the XmlScanner as a DomXmlScanner. |
void |
init(java.io.Reader reader)Initializes the XmlScanner as a ReaderXmlScanner. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultXmlScanner()
UddiClient.| Method Detail |
public void init(java.io.Reader reader)
init in interface ReaderXmlScannerpublic void init(org.w3c.dom.Element el)
init in interface DomXmlScannerpublic org.w3c.dom.Element getSourceElement()
getSourceElement in interface DomXmlScanner
public void close()
throws UnmarshallException
close in interface XmlScannerUnmarshallException
|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||