Package org.apache.cxf.aegis
Class AegisElementDataReader
java.lang.Object
org.apache.cxf.aegis.AbstractAegisIoImpl
org.apache.cxf.aegis.AegisElementDataReader
- All Implemented Interfaces:
AegisIo,AegisReader<Element>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.aegis.AbstractAegisIoImpl
aegisContext, context, properties, schema -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.aegis.AbstractAegisIoImpl
getContext, setProperty, setSchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.aegis.AegisIo
setProperty, setSchema
-
Field Details
-
reader
-
-
Constructor Details
-
AegisElementDataReader
-
-
Method Details
-
read
Convert a DOM element to a type.- Specified by:
readin interfaceAegisReader<Element>- Parameters:
input-- Returns:
- Throws:
Exception
-
read
Description copied from interface:AegisReaderRead an object expecting a particular input type.- Specified by:
readin interfaceAegisReader<Element>- Parameters:
input- the source.desiredType- the expected input type.- Returns:
- Throws:
Exception
-