org.codehaus.xfire.aegis.type.java5
Class XMLGregorianCalendarType

java.lang.Object
  extended by org.codehaus.xfire.aegis.type.Type
      extended by org.codehaus.xfire.aegis.type.java5.XMLGregorianCalendarType
All Implemented Interfaces:
org.codehaus.xfire.wsdl.SchemaType

public class XMLGregorianCalendarType
extends org.codehaus.xfire.aegis.type.Type

Author:
Dan Diephouse

Constructor Summary
XMLGregorianCalendarType()
           
 
Method Summary
 java.lang.Object readObject(org.codehaus.xfire.aegis.MessageReader reader, org.codehaus.xfire.MessageContext context)
           
 void writeObject(java.lang.Object object, org.codehaus.xfire.aegis.MessageWriter writer, org.codehaus.xfire.MessageContext context)
           
 
Methods inherited from class org.codehaus.xfire.aegis.type.Type
equals, getDependencies, getSchemaType, getTypeClass, getTypeMapping, hashCode, isAbstract, isComplex, isNillable, isWriteOuter, setAbstract, setNillable, setSchemaType, setTypeClass, setTypeMapping, setWriteOuter, toString, writeSchema
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLGregorianCalendarType

public XMLGregorianCalendarType()
Method Detail

readObject

public java.lang.Object readObject(org.codehaus.xfire.aegis.MessageReader reader,
                                   org.codehaus.xfire.MessageContext context)
                            throws org.codehaus.xfire.fault.XFireFault
Specified by:
readObject in class org.codehaus.xfire.aegis.type.Type
Throws:
org.codehaus.xfire.fault.XFireFault

writeObject

public void writeObject(java.lang.Object object,
                        org.codehaus.xfire.aegis.MessageWriter writer,
                        org.codehaus.xfire.MessageContext context)
                 throws org.codehaus.xfire.fault.XFireFault
Specified by:
writeObject in class org.codehaus.xfire.aegis.type.Type
Throws:
org.codehaus.xfire.fault.XFireFault


Copyright © 2004-2009. All Rights Reserved.