|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.aegis.AbstractAegisIoImpl
org.apache.cxf.aegis.AegisXMLStreamDataReader
public class AegisXMLStreamDataReader
Field Summary |
---|
Fields inherited from class org.apache.cxf.aegis.AbstractAegisIoImpl |
---|
aegisContext, context, properties, schema |
Constructor Summary | |
---|---|
AegisXMLStreamDataReader(AegisContext globalContext)
|
|
AegisXMLStreamDataReader(AegisContext globalContext,
Context context)
This constructor is used by the Element data reader to borrow this class. |
Method Summary | |
---|---|
java.lang.Object |
read(javax.xml.stream.XMLStreamReader reader)
Read an object. |
java.lang.Object |
read(javax.xml.stream.XMLStreamReader reader,
Type desiredType)
Read an object expecting a particular input type. |
Methods inherited from class org.apache.cxf.aegis.AbstractAegisIoImpl |
---|
getContext, setProperty, setSchema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cxf.aegis.AegisIo |
---|
setProperty, setSchema |
Constructor Detail |
---|
public AegisXMLStreamDataReader(AegisContext globalContext)
public AegisXMLStreamDataReader(AegisContext globalContext, Context context)
globalContext
- context
- Method Detail |
---|
public java.lang.Object read(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception
read
in interface AegisReader<javax.xml.stream.XMLStreamReader>
reader
- the source.
java.lang.Exception
public java.lang.Object read(javax.xml.stream.XMLStreamReader reader, Type desiredType) throws java.lang.Exception
read
in interface AegisReader<javax.xml.stream.XMLStreamReader>
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 |