|
||||||||||
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.AegisElementDataReader
public class AegisElementDataReader
Field Summary | |
---|---|
protected AegisXMLStreamDataReader |
reader
|
Fields inherited from class org.apache.cxf.aegis.AbstractAegisIoImpl |
---|
aegisContext, context, properties, schema |
Constructor Summary | |
---|---|
AegisElementDataReader(AegisContext globalContext)
|
Method Summary | |
---|---|
java.lang.Object |
read(org.w3c.dom.Element input)
Convert a DOM element to a type. |
java.lang.Object |
read(org.w3c.dom.Element input,
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 |
Field Detail |
---|
protected AegisXMLStreamDataReader reader
Constructor Detail |
---|
public AegisElementDataReader(AegisContext globalContext)
Method Detail |
---|
public java.lang.Object read(org.w3c.dom.Element input) throws java.lang.Exception
read
in interface AegisReader<org.w3c.dom.Element>
input
-
java.lang.Exception
public java.lang.Object read(org.w3c.dom.Element input, Type desiredType) throws java.lang.Exception
AegisReader
read
in interface AegisReader<org.w3c.dom.Element>
input
- 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 |