com.sforce.ws.bind
Class DateCodec
java.lang.Object
com.sforce.ws.bind.DateCodec
public class DateCodec
- extends Object
Taken from axis:
The DateSerializer deserializes a Date. Much of the work is done in the
base class.
- Author:
- Sam Ruby (rubys@us.ibm.com)
Modified for JAX-RPC @author Rich Scheuerle (scheu@us.ibm.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateCodec
public DateCodec()
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
- Returns:
- calendar
Copyright © 2012. All Rights Reserved.