Package jadex.xml.reader
Interface IObjectLinker
- 
- All Known Subinterfaces:
- IObjectReaderHandler
 - All Known Implementing Classes:
- BeanObjectReaderHandler,- OAVObjectReaderHandler
 
 public interface IObjectLinkerInterface for sequential linker.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlinkObject(java.lang.Object object, java.lang.Object parent, java.lang.Object linkinfo, QName[] pathname, AReadContext context)Link an object to its parent.
 
- 
- 
- 
Method Detail- 
linkObjectvoid linkObject(java.lang.Object object, java.lang.Object parent, java.lang.Object linkinfo, QName[] pathname, AReadContext context) throws java.lang.ExceptionLink an object to its parent.- Parameters:
- object- The object.
- parent- The parent object.
- linkinfo- The link info.
- tagname- The current tagname (for name guessing).
- context- The context. //@return boolean True, if linker has linked the objects.
- Throws:
- java.lang.Exception
 
 
- 
 
-