com.sforce.ws.bind
Class CalendarCodec
java.lang.Object
com.sforce.ws.bind.CalendarCodec
public class CalendarCodec
- extends Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarCodec
public CalendarCodec()
getValueAsString
public String getValueAsString(Object value)
deserialize
public Calendar deserialize(String source)
- The simple deserializer provides most of the stuff.
We just need to override makeValue().
- Parameters:
source - source string to deserialize
- Returns:
- calendar created
Copyright © 2013. All Rights Reserved.