public class

DateCodec

extends Object
java.lang.Object
   ↳ com.sforce.ws.bind.DateCodec

Class Overview

Taken from axis:

The DateSerializer deserializes a Date. Much of the work is done in the base class.

Summary

Fields
private static final SimpleDateFormat zulu
Public Constructors
DateCodec()
Public Methods
Calendar deserialize(String source)
The simple deserializer provides most of the stuff.
String getValueAsString(Object value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final SimpleDateFormat zulu

Public Constructors

public DateCodec ()

Public Methods

public Calendar deserialize (String source)

The simple deserializer provides most of the stuff. We just need to override makeValue().

Parameters
source Source
Returns
  • calendar

public String getValueAsString (Object value)

Parameters
value