public class CharacterAsStringType extends AegisType
| Modifier and Type | Field and Description |
|---|---|
static QName |
CHARACTER_AS_STRING_TYPE_QNAME |
| Constructor and Description |
|---|
CharacterAsStringType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
readObject(MessageReader reader,
Context context)
Read in the XML fragment and create an object.
|
boolean |
usesUtilityTypes()
True if this type requires the import of the aegisTypes schema.
|
void |
writeObject(Object object,
MessageWriter writer,
Context context)
Writes the object to the MessageWriter.
|
addToSchemaElement, equals, getDependencies, getMaxOccurs, getMinOccurs, getSchemaType, getType, getTypeClass, getTypeMapping, hashCode, hasMaxOccurs, hasMinOccurs, isAbstract, isComplex, isFlatArray, isNillable, isWriteOuter, setAbstract, setFlatArray, setNillable, setSchemaType, setTypeClass, setTypeMapping, setWriteOuter, toString, usesXmime, writeSchemapublic static final QName CHARACTER_AS_STRING_TYPE_QNAME
public Object readObject(MessageReader reader, Context context) throws DatabindingException
readObject in class AegisTypeDatabindingExceptionpublic void writeObject(Object object, MessageWriter writer, Context context) throws DatabindingException
writeObject in class AegisTypeDatabindingExceptionpublic boolean usesUtilityTypes()
AegisTypeusesUtilityTypes in class AegisTypeApache CXF