Java API

Uses of Class
oracle.uddi.message.UnmarshallException

Packages that use.*
PackageDescription
oracle.uddi.message Provides classes that represent the data structures in UDDI API XML messages. 
oracle.uddi.message.datatype.binding   
oracle.uddi.message.request   
oracle.uddi.message.util   
 

Uses of UnmarshallException in oracle.uddi.message
 

Methods in oracle.uddi.message that throw UnmarshallException
TypeName
 void DefaultXmlScanner.close()
          Closes the XmlScanner and relinquishes any underlying resources.
 void UddiElement.unmarshall(XmlScanner xmlScanner)
          Deserializes the content of this UDDI element (thereby populating the element with data) from the source specified by the XmlScanner instance.
 void XmlScanner.close()
           
 

Uses of UnmarshallException in oracle.uddi.message.datatype.binding
 

Constructors in oracle.uddi.message.datatype.binding that throw UnmarshallException
TypeName
TModelInstanceInfo.TModelInstanceInfo(org.w3c.dom.Element el)
           
 

Uses of UnmarshallException in oracle.uddi.message.request
 

Constructors in oracle.uddi.message.request that throw UnmarshallException
TypeName
DiscardAuthToken.DiscardAuthToken(org.w3c.dom.Element el)
           
 

Uses of UnmarshallException in oracle.uddi.message.util
 

Methods in oracle.uddi.message.util that throw UnmarshallException
TypeName
static FindQualifierConstants FindQualifierConstants.valueOf(java.lang.String value)
           
 


Java API

Copyright © 2001 - Oracle Corporation