public class URIType extends AegisType
AegisType for a URI| Constructor and Description |
|---|
URIType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
readObject(MessageReader reader,
Context context)
Read in the XML fragment and create an object.
|
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, usesUtilityTypes, usesXmime, writeSchemapublic Object readObject(MessageReader reader, Context context)
AegisTypereadObject in class AegisTypepublic void writeObject(Object object, MessageWriter writer, Context context)
AegisTypewriteObject in class AegisTypeApache CXF