|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeserializationException | |
---|---|
weblogic.webservice.encoding | Deprecated. Provides classes for 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/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |