Java API

oracle.uddi.message
Interface DomXmlScanner

All Known Implementing Classes:
DefaultXmlScanner

public abstract interface DomXmlScanner
extends XmlScanner

This interface represents a DOM tree source for the serialized XML content of a UddiElement. An instance of this interface will be initialized with a DOM element which should contain the tree of content which gets deserialized. See UddiElement for more information on marshalling and unmarshalling element content.

You must call a method on an instance of UddiElementFactory to create an instance of this interface. You should not invoke the init() method of this interface; it will be done for you.


Method Summary
TypeMethod
 org.w3c.dom.Element getSourceElement()
           
 void init(org.w3c.dom.Element el)
           
 
Methods inherited from interface oracle.uddi.message.XmlScanner
close
 

Method Detail

init

public void init(org.w3c.dom.Element el)

getSourceElement

public org.w3c.dom.Element getSourceElement()

Java API

Copyright © 2001 - Oracle Corporation