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

Part no. B12024-03
September 2004

oracle.soap.encoding.soapenc
Class FloatSerializer

java.lang.Object
  |
  +--oracle.soap.encoding.soapenc.FloatSerializer
All Implemented Interfaces:
Serializer

public class FloatSerializer
extends java.lang.Object
implements Serializer

Serializer/Deserializer for Float using SOAP-ENC encoding style.


Field Summary
static java.lang.Float POSITIVE_INFINITY
           

 

Constructor Summary
FloatSerializer()
           

 

Method Summary
 void marshall(java.lang.String inScopeEncStyle, java.lang.Class javaType, java.lang.Object src, java.lang.Object context, java.io.Writer sink, NSStack nsStack, XMLJavaMappingRegistry xjmr, SOAPContext ctx)
           

 

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

 

Field Detail

POSITIVE_INFINITY

public static final java.lang.Float POSITIVE_INFINITY
Constructor Detail

FloatSerializer

public FloatSerializer()
Method Detail

marshall

public void marshall(java.lang.String inScopeEncStyle,
                     java.lang.Class javaType,
                     java.lang.Object src,
                     java.lang.Object context,
                     java.io.Writer sink,
NSStack nsStack,
XMLJavaMappingRegistry xjmr,
SOAPContext ctx)
              throws java.lang.IllegalArgumentException,
                     java.io.IOException
Specified by:
marshall in interface Serializer
java.lang.IllegalArgumentException
java.io.IOException

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

Part no. B12024-03
September 2004

Copyright © 2003, 2004, Oracle. All rights reserved.