|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ReaderT
- public interface AegisReader<ReaderT>
Interface for Aegis readers.
Method Summary | |
---|---|
java.lang.Object |
read(ReaderT reader)
Read an object. |
java.lang.Object |
read(ReaderT reader,
Type desiredType)
Read an object expecting a particular input type. |
Methods inherited from interface org.apache.cxf.aegis.AegisIo |
---|
setProperty, setSchema |
Method Detail |
---|
java.lang.Object read(ReaderT reader) throws java.lang.Exception
reader
- the source.
java.lang.Exception
java.lang.Object read(ReaderT reader, Type desiredType) throws java.lang.Exception
reader
- the source.desiredType
- the expected input type.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |