Java API

oracle.uddi.message
Interface XmlScanner

All Known Subinterfaces:
DomXmlScanner, ReaderXmlScanner

public abstract interface XmlScanner

This interface represents a source for the deserialization of UddiElement content from some data format. Element content can be marshalled (serialized) to and unmarshalled (deserialized) from various data formats by methods in UddiElement. See that class for more information.


Method Summary
TypeMethod
 void close()
           
 

Method Detail

close

public void close()
           throws UnmarshallException

Java API

Copyright © 2001 - Oracle Corporation