org.apache.xmlrpc.serializer

Class I2Serializer

Implemented Interfaces:
TypeSerializer

public class I2Serializer
extends TypeSerializerImpl

A TypeSerializer for shorts.

Field Summary

static String
EX_I2_TAG
Fully qualified name of an i2 value.
static String
I2_TAG
Tag name of an i2 value.

Fields inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl

VALUE_TAG, ZERO_ATTRIBUTES

Method Summary

void
write(ContentHandler pHandler, Object pObject)

Methods inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl

write, write, write

Field Details

EX_I2_TAG

public static final String EX_I2_TAG
Fully qualified name of an i2 value.

I2_TAG

public static final String I2_TAG
Tag name of an i2 value.

Method Details

write

public void write(ContentHandler pHandler,
                  Object pObject)
            throws SAXException
Specified by:
write in interface TypeSerializer

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.