public class AegisXMLStreamDataReader extends AbstractAegisIoImpl implements AegisReader<XMLStreamReader>
aegisContext, context, properties, schema| Constructor and Description |
|---|
AegisXMLStreamDataReader(AegisContext globalContext) |
AegisXMLStreamDataReader(AegisContext globalContext,
Context context)
This constructor is used by the Element data reader to borrow this class.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
read(XMLStreamReader reader)
Read an object.
|
Object |
read(XMLStreamReader reader,
AegisType desiredType)
Read an object expecting a particular input type.
|
Object |
readFlatArray(XMLStreamReader input,
ArrayType arrayType,
QName concreteName) |
getContext, setProperty, setSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetProperty, setSchemapublic AegisXMLStreamDataReader(AegisContext globalContext)
public AegisXMLStreamDataReader(AegisContext globalContext, Context context)
globalContext - context - public Object read(XMLStreamReader reader) throws Exception
read in interface AegisReader<XMLStreamReader>reader - the source.Exceptionpublic Object read(XMLStreamReader reader, AegisType desiredType) throws Exception
read in interface AegisReader<XMLStreamReader>reader - the source.desiredType - the expected input type.ExceptionApache CXF