BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.soap.codec
Class DateTimeCodec

java.lang.Object
  |
  +--weblogic.soap.codec.DateTimeCodec

public class DateTimeCodec
extends java.lang.Object

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
DateTimeCodec()
           
 
Method Summary
static java.util.Date decode(java.lang.String str)
           
static java.lang.String encode(java.util.Date date)
           
static java.util.Calendar getCalendar(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeCodec

public DateTimeCodec()
Method Detail

decode

public static java.util.Date decode(java.lang.String str)
                             throws org.xml.sax.SAXException

getCalendar

public static java.util.Calendar getCalendar(java.lang.String str)
                                      throws org.xml.sax.SAXException

encode

public static java.lang.String encode(java.util.Date date)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.