|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ALDDataIOXmlbeans
This is the interface for Alida's dataIO provider from xml using xmlbeans.
All classes providing dataIO for xml have to implement this interface
and need to be annotated with ALDDataIOProvider
.
Method Summary | |
---|---|
java.lang.Object |
readData(java.lang.reflect.Field field,
java.lang.Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType xmlObject)
Interface for reading data from the given source. |
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
writeData(java.lang.Object obj)
Interface for writing the object data to the target location. |
Methods inherited from interface de.unihalle.informatik.Alida.dataio.provider.ALDDataIO |
---|
providedClasses |
Method Detail |
---|
java.lang.Object readData(java.lang.reflect.Field field, java.lang.Class<?> cl, de.unihalle.informatik.Alida_xml.ALDXMLObjectType xmlObject) throws ALDDataIOProviderException, ALDDataIOManagerException
ALDDataIOManagerXmlbeans
where the method is documented in more detail.
field
- Field of object to be returned.cl
- Class of object to be returned.xmlObject
- Source from where to read data.
ALDDataIOProviderException
ALDDataIOManagerException
de.unihalle.informatik.Alida_xml.ALDXMLObjectType writeData(java.lang.Object obj) throws ALDDataIOManagerException, ALDDataIOProviderException
ALDDataIOManagerXmlbeans
where the method is documented in more detail.
obj
- Object to be saved.
ALDDataIOManagerException
ALDDataIOProviderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |