Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

org.apache.soap.encoding.soapenc
Class FloatObjectDeserializer

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

public class FloatObjectDeserializer
extends java.lang.Object
implements Deserializer

This deserializer can be used to deserialize something into a Float. 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
FloatObjectDeserializer()
           

 

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

FloatObjectDeserializer

public FloatObjectDeserializer()
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® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

Copyright © 2001 The Apache Software Foundation. All rights reserved.