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(XMLName name, Attribute att, DeserializationContext context)
          Deprecated.  
 Object AttachmentCodec.deserialize(XMLName name, Attribute att, DeserializationContext context)
          Deprecated.  
 Object SOAPElementCodec.deserialize(XMLName name, XMLInputStream reader, DeserializationContext context)
          Deprecated.  
 Object AttachmentCodec.deserialize(XMLName name, 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(XMLName name, Attribute att, DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 Object Deserializer.deserialize(XMLName name, 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, XMLInputStream rdr, DeserializationContext ctx)
           
 


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