Public Member Functions | Static Public Attributes | Private Attributes
org.apache.xmlrpc.serializer.DateSerializer Class Reference
Inheritance diagram for org.apache.xmlrpc.serializer.DateSerializer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DateSerializer (Format pFormat)
void write (ContentHandler pHandler, Object pObject) throws SAXException

Static Public Attributes

static final String DATE_TAG = "dateTime.iso8601"

Private Attributes

final Format format

Detailed Description

A TypeSerializer for date values.

Definition at line 29 of file DateSerializer.java.


Constructor & Destructor Documentation

Creates a new instance with the given formatter.

Definition at line 38 of file DateSerializer.java.


Member Function Documentation

void org.apache.xmlrpc.serializer.DateSerializer.write ( ContentHandler  pHandler,
Object  pObject 
) throws SAXException [inline]

Writes the object pObject to the SAX handler pHandler.

Parameters:
pHandlerThe destination handler.
pObjectThe object being written.
Exceptions:
SAXExceptionWriting the object failed.

Implements org.apache.xmlrpc.serializer.TypeSerializer.

Definition at line 42 of file DateSerializer.java.


Member Data Documentation

final String org.apache.xmlrpc.serializer.DateSerializer.DATE_TAG = "dateTime.iso8601" [static]

Tag name of a date value.

Definition at line 32 of file DateSerializer.java.

Definition at line 34 of file DateSerializer.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50