BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.xml.schema.binding
Interface Deserializer

All Known Implementing Classes:
AbstractCodec

public interface Deserializer
extends javax.xml.rpc.encoding.Deserializer, javax.xml.rpc.encoding.DeserializerFactory

A Deserialzer is responsible for taking an xml instance of some Schema Type and creating and populating a corresponding Java Object.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.Object deserialize(XMLName name, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 java.lang.Object deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 
Methods inherited from interface javax.xml.rpc.encoding.Deserializer
getMechanismType
 
Methods inherited from interface javax.xml.rpc.encoding.DeserializerFactory
getDeserializerAs, getSupportedMechanismTypes
 

Method Detail

deserialize

public java.lang.Object deserialize(XMLName name,
                                    XMLInputStream reader,
                                    weblogic.xml.schema.binding.DeserializationContext context)
                             throws DeserializationException
Take an XML instance, create and populate the corresponding Object. deserialize may be called recusively as needed to build contained Objects thus building up the full graph of contained Objects.

Parameters:
name - The expected name of the XML element
reader - The XML stream containing the XML to deserialize
DeserializationContext - The context passed to each invocation
Throws:
DeserializationException - If an error occurs

deserialize

public java.lang.Object deserialize(XMLName name,
                                    Attribute att,
                                    weblogic.xml.schema.binding.DeserializationContext context)
                             throws DeserializationException
Take an XML instance, create and populate the corresponding Object. deserialize may be called recusively as needed to build contained Objects thus building up the full graph of contained Objects.

Parameters:
name - The expected name of the XML element
att - The attribute containing the value to deserialize
DeserializationContext - The context passed to each invocation
Throws:
DeserializationException - If an error occurs

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81