org.codehaus.xfire.type.collection
Class ListType

java.lang.Object
  extended by org.codehaus.xfire.type.Type
      extended by org.codehaus.xfire.type.basic.ArrayType
          extended by org.codehaus.xfire.type.collection.ListType
All Implemented Interfaces:
SchemaType

public class ListType
extends ArrayType


Constructor Summary
ListType(java.lang.Class componentType)
           
 
Method Summary
protected  Type getComponentType()
          Get the Type of the elements in the array.
 java.lang.Object readObject(MessageReader reader, MessageContext context)
           
 void writeObject(java.lang.Object object, MessageWriter writer, MessageContext context)
           
 
Methods inherited from class org.codehaus.xfire.type.basic.ArrayType
getComponentName, getDependencies, isComplex, setComponentName, writeSchema
 
Methods inherited from class org.codehaus.xfire.type.Type
equals, getSchemaType, getTypeClass, getTypeMapping, hashCode, isAbstract, setAbstract, setSchemaType, setTypeClass, setTypeMapping
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListType

public ListType(java.lang.Class componentType)
Method Detail

readObject

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

writeObject

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

getComponentType

protected Type getComponentType()
Description copied from class: ArrayType
Get the Type of the elements in the array.

Overrides:
getComponentType in class ArrayType
Returns: