|
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 | |
|---|---|
java.lang.Object |
read(ReaderT reader)
Read an object. |
java.lang.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 |
|---|
java.lang.Object read(ReaderT reader)
throws java.lang.Exception
reader - the source.
java.lang.Exception
java.lang.Object read(ReaderT reader,
AegisType desiredType)
throws java.lang.Exception
reader - the source.desiredType - the expected input type.
java.lang.Exception
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||