站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

CalendarSerializer (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.encoding.ser
Class CalendarSerializer

java.lang.Object
  extended byorg.apache.axis.encoding.ser.SimpleSerializer
      extended byorg.apache.axis.encoding.ser.DateSerializer
          extended byorg.apache.axis.encoding.ser.CalendarSerializer
All Implemented Interfaces:
Serializable, Serializer, javax.xml.rpc.encoding.Serializer, SimpleValueSerializer

public class CalendarSerializer
extends DateSerializer

Serializer for dateTime (Calendar).

Author:
Sam Ruby Modified by @author Rich scheuerle
See Also:
XML Schema 3.2.16, Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.encoding.ser.DateSerializer
defaultXmlType
 
Fields inherited from class org.apache.axis.encoding.ser.SimpleSerializer
javaType, xmlType
 
Constructor Summary
CalendarSerializer(Class javaType, javax.xml.namespace.QName xmlType)
           
 
Methods inherited from class org.apache.axis.encoding.ser.DateSerializer
getMechanismType, getValueAsString, serialize, writeSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarSerializer

public CalendarSerializer(Class javaType,
                          javax.xml.namespace.QName xmlType)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.