|
Apache CXF API | |||||||||
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 | |
---|---|
Object |
read(ReaderT reader)
Read an object. |
Object |
read(ReaderT reader,
AegisType desiredType)
Read an object expecting a particular input type. |
Methods inherited from interface org.apache.cxf.aegis.AegisIo |
---|
setProperty, setSchema |
Method Detail |
---|
Object read(ReaderT reader) throws Exception
reader
- the source.
Exception
Object read(ReaderT reader, AegisType desiredType) throws Exception
reader
- the source.desiredType
- the expected input type.
Exception
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |