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

java.lang.Object
  extended by Type
      extended by org.codehaus.xfire.aegis.type.java5.EnumType

public class EnumType
extends Type


Constructor Summary
EnumType()
           
 
Method Summary
 boolean isComplex()
           
 java.lang.Object readObject(MessageReader reader, MessageContext context)
           
 void setTypeClass(java.lang.Class typeClass)
           
 void writeObject(java.lang.Object object, MessageWriter writer, MessageContext context)
           
 void writeSchema(Element root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumType

public EnumType()
Method Detail

readObject

public java.lang.Object readObject(MessageReader reader,
                                   MessageContext context)
                            throws XFireFault
Throws:
XFireFault

writeObject

public void writeObject(java.lang.Object object,
                        MessageWriter writer,
                        MessageContext context)
                 throws XFireFault
Throws:
XFireFault

setTypeClass

public void setTypeClass(java.lang.Class typeClass)

writeSchema

public void writeSchema(Element root)

isComplex

public boolean isComplex()


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.