org.apache.xmlrpc.serializer

Class CalendarSerializer

Implemented Interfaces:
TypeSerializer

public class CalendarSerializer
extends TypeSerializerImpl

A TypeSerializer for date values.

Field Summary

static String
CALENDAR_TAG
Tag name of a BigDecimal value.
static String
DATE_TAG
Tag name of a date value.

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

VALUE_TAG, ZERO_ATTRIBUTES

Method Summary

void
write(ContentHandler pHandler, Object pObject)
Writes the object pObject to the SAX handler pHandler.

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

write, write, write

Field Details

CALENDAR_TAG

public static final String CALENDAR_TAG
Tag name of a BigDecimal value.

DATE_TAG

public static final String DATE_TAG
Tag name of a date value.

Method Details

write

public void write(ContentHandler pHandler,
                  Object pObject)
            throws SAXException
Writes the object pObject to the SAX handler pHandler.
Specified by:
write in interface TypeSerializer
Parameters:
pHandler - The destination handler.
pObject - The object being written.

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