| 
 | Oracle Application Server Web Services UDDI Client API Reference 10g (9.0.4) Part No. B10396-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 | |
|  org.w3c.dom.Element | getSourceElement() | 
|  void | init(org.w3c.dom.Element el) | 
| Methods inherited from interface oracle.uddi.message.XmlScanner | 
| close | 
| Method Detail | 
public void init(org.w3c.dom.Element el)
public org.w3c.dom.Element getSourceElement()
| 
 | Oracle Application Server Web Services UDDI Client API Reference 10g (9.0.4) Part No. B10396-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||