org.apache.axis.encoding
Class HexSerializer

java.lang.Object
  |
  +--org.apache.axis.encoding.HexSerializer
All Implemented Interfaces:
java.io.Serializable, Serializer

public class HexSerializer
extends java.lang.Object
implements Serializer

serializer/deserializerFactory for hexBinary.

Author:
Davanum Srinivas
See Also:
XML Schema 3.2.16, Serialized Form

Inner Class Summary
static class HexSerializer.HexDeserializerFactory
           
 
Constructor Summary
HexSerializer()
           
 
Method Summary
 void serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
          Serialize a Hex quantity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexSerializer

public HexSerializer()
Method Detail

serialize

public void serialize(QName name,
                      org.xml.sax.Attributes attributes,
                      java.lang.Object value,
                      SerializationContext context)
               throws java.io.IOException
Serialize a Hex quantity.
Specified by:
serialize in interface Serializer


Copyright © 2001 Apache XML Project. All Rights Reserved.