Groovy Documentation

src.java.org.grails.xfire.aegis.type.basic
Class TimestampType

java.lang.Object
  org.grails.xfire.aegis.type.Type
      src.java.org.grails.xfire.aegis.type.basic.TimestampType

class TimestampType
extends Type

Type for the Time class which serializes to an xs:time.

author:
Dan Diephouse


Field Summary
private static XsDateTimeFormat format

 
Constructor Summary
TimestampType()

 
Method Summary
java.lang.Object readObject(MessageReader reader, MessageContext context)

void writeObject(java.lang.Object object, MessageWriter writer, MessageContext context)

 

Field Detail

format

private static XsDateTimeFormat format


 
Constructor Detail

TimestampType

TimestampType()


 
Method Detail

readObject

public java.lang.Object readObject(MessageReader reader, MessageContext context)


writeObject

public void writeObject(java.lang.Object object, MessageWriter writer, MessageContext context)


 

Groovy Documentation