Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

oracle.uddi.message
Interface ReaderXmlScanner

All Superinterfaces:
XmlScanner
All Known Implementing Classes:
DefaultXmlScanner

public interface ReaderXmlScanner
extends XmlScanner

This interface represents a Reader source for the serialized XML content of a UddiElement. An instance of this interface will be initialized with a Reader object from which the XML content can be 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
 void init(java.io.Reader reader)
           

 

Methods inherited from interface oracle.uddi.message.XmlScanner
close

 

Method Detail

init

public void init(java.io.Reader reader)

Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Copyright © 2001, 2003, Oracle. All rights reserved.