BEA Systems, Inc.

Uses of Class
weblogic.xml.schema.binding.DeserializationException

Packages that use DeserializationException
weblogic.webservice.encoding   
weblogic.xml.schema.binding Provides a framework for defining a data binding between XML Schema types and Java types. 
 

Uses of DeserializationException in weblogic.webservice.encoding
 

Methods in weblogic.webservice.encoding that throw DeserializationException
 Object SOAPElementCodec.deserialize(weblogic.xml.stream.XMLName name, weblogic.xml.stream.Attribute att, DeserializationContext context)
          Deprecated.  
 Object AttachmentCodec.deserialize(weblogic.xml.stream.XMLName name, weblogic.xml.stream.Attribute att, DeserializationContext context)
          Deprecated.  
 Object SOAPElementCodec.deserialize(weblogic.xml.stream.XMLName name, weblogic.xml.stream.XMLInputStream reader, DeserializationContext context)
          Deprecated.  
 Object AttachmentCodec.deserialize(weblogic.xml.stream.XMLName name, weblogic.xml.stream.XMLInputStream reader, DeserializationContext context)
          Deprecated.  
 

Uses of DeserializationException in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding that throw DeserializationException
 Object Deserializer.deserialize(weblogic.xml.stream.XMLName name, weblogic.xml.stream.Attribute att, DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 Object Deserializer.deserialize(weblogic.xml.stream.XMLName name, weblogic.xml.stream.XMLInputStream reader, DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 Object SoapArrayCodecBase.EntryIterator.next()
           
 

Constructors in weblogic.xml.schema.binding that throw DeserializationException
SoapArrayCodecBase.EntryIterator(weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc, Deserializer component_deserializer, weblogic.xml.stream.XMLInputStream rdr, DeserializationContext ctx)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.