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, setSchema
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setProperty, setSchema
public 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.Exception
public Object read(XMLStreamReader reader, AegisType desiredType) throws Exception
read
in interface AegisReader<XMLStreamReader>
reader
- the source.desiredType
- the expected input type.Exception
Apache CXF