Class CollectionType
java.lang.Object
org.apache.cxf.aegis.type.AegisType
org.apache.cxf.aegis.type.basic.ArrayType
org.apache.cxf.aegis.type.collection.CollectionType
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<Object>Get theAegisTypeof the elements in the array.readObject(MessageReader reader, Context context) Read in the XML fragment and create an object.voidwriteObject(Object object, MessageWriter writer, Context context) Writes the object to the MessageWriter.Methods inherited from class org.apache.cxf.aegis.type.basic.ArrayType
getComponentName, getDependencies, getMaxOccurs, getMinOccurs, hasMaxOccurs, hasMinOccurs, isComplex, isFlat, makeArray, readCollection, readObject, setComponentName, setFlat, setMaxOccurs, setMinOccurs, writeObject, writeSchema, writeValueMethods inherited from class org.apache.cxf.aegis.type.AegisType
addToSchemaElement, equals, getSchemaType, getType, getTypeClass, getTypeMapping, hashCode, isAbstract, isFlatArray, isNillable, isWriteOuter, setAbstract, setFlatArray, setNillable, setSchemaType, setTypeClass, setTypeMapping, setWriteOuter, toString, usesUtilityTypes, usesXmime
-
Constructor Details
-
CollectionType
-
-
Method Details
-
readObject
Description copied from class:AegisTypeRead in the XML fragment and create an object.- Overrides:
readObjectin classArrayType- Returns:
- Throws:
DatabindingException
-
createCollection
- Overrides:
createCollectionin classArrayType
-
writeObject
public void writeObject(Object object, MessageWriter writer, Context context) throws DatabindingException Description copied from class:AegisTypeWrites the object to the MessageWriter.- Overrides:
writeObjectin classArrayType- Throws:
DatabindingException
-
getComponentType
Description copied from class:ArrayTypeGet theAegisTypeof the elements in the array.- Overrides:
getComponentTypein classArrayType- Returns:
-