org.codehaus.xfire.type.collection
Class ListType
java.lang.Object
org.codehaus.xfire.type.Type
org.codehaus.xfire.type.basic.ArrayType
org.codehaus.xfire.type.collection.ListType
- All Implemented Interfaces:
- SchemaType
public class ListType
- extends ArrayType
Constructor Summary |
ListType(java.lang.Class componentType)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ListType
public ListType(java.lang.Class componentType)
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: