Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

org.apache.soap.encoding.soapenc
Class DoubleObjectDeserializer

java.lang.Object
  |
  +--org.apache.soap.encoding.soapenc.DoubleObjectDeserializer
All Implemented Interfaces:
Deserializer

public class DoubleObjectDeserializer
extends java.lang.Object
implements Deserializer

This deserializer can be used to deserialize something into a Double. Its needed when defining mappings for base types via the deployment descriptor (or equivalent on the client-side). Covers deserialization of floating special values INF, -INF, NaN.


Constructor Summary
DoubleObjectDeserializer()
           

 

Method Summary
 Bean unmarshall(java.lang.String inScopeEncStyle, QName elementType, Node src, XMLJavaMappingRegistry xjmr, SOAPContext ctx)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DoubleObjectDeserializer

public DoubleObjectDeserializer()
Method Detail

unmarshall

public Bean unmarshall(java.lang.String inScopeEncStyle,
QName elementType,
Node src,
XMLJavaMappingRegistry xjmr,
SOAPContext ctx)
                throws java.lang.IllegalArgumentException
Specified by:
unmarshall in interface Deserializer
java.lang.IllegalArgumentException

Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01