Package com.sforce.ws.bind
Class CalendarCodec
java.lang.Object
com.sforce.ws.bind.CalendarCodec
The CalendarSerializer deserializes a dateTime.
Much of the work is done in the base class.
- Since:
- 1.0 Dec 2, 2005
- Version:
- 1.0
- Author:
- Sam Ruby (rubys@us.ibm.com) Modified for JAX-RPC @author Rich Scheuerle (scheu@us.ibm.com), http://cheenath.com adopted from Apache AXIS
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(String source) The simple deserializer provides most of the stuff.static SimpleDateFormatgetValueAsString(Object value)
-
Field Details
-
DATE_FORMAT
- See Also:
-
GMT
- See Also:
-
-
Constructor Details
-
CalendarCodec
public CalendarCodec()
-
-
Method Details
-
getDateFormat
-
getValueAsString
-
deserialize
The simple deserializer provides most of the stuff. We just need to override makeValue().- Parameters:
source- source string to deserialize- Returns:
- calendar created
-