com.sforce.ws.bind
Class CalendarCodec

java.lang.Object
  extended by 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

Constructor Summary
CalendarCodec()
           
 
Method Summary
 Calendar deserialize(String source)
          The simple deserializer provides most of the stuff.
 String getValueAsString(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarCodec

public CalendarCodec()
Method Detail

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 © 2014. All Rights Reserved.