wt.ixb.publicforhandlers
Interface ElementImportHandlerIfc

All Known Implementing Classes:
AbsExpImpForNonIteratedObject

public interface ElementImportHandlerIfc


Method Summary
 Object createObject(IxbElement fileXML, Importer importer)
           
 Object createSubstituteObject(IxbElement fileXML, Importer importer)
           
 Object findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object findExistingSubstituteObject(IxbElement fileXML, Importer importer)
           
 Object importObjectAttributes(Object object, IxbElement fileXML, Importer importer)
           
 Object importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 Object storeObject(Object object, IxbElement fileXML, Importer importer)
           
 

Method Detail

findAmongExistingObjects

public Object findAmongExistingObjects(IxbElement fileXML,
                                       Importer importer)
                                throws WTException
Throws:
WTException

findExistingSubstituteObject

public Object findExistingSubstituteObject(IxbElement fileXML,
                                           Importer importer)
                                    throws WTException
Throws:
WTException

createObject

public Object createObject(IxbElement fileXML,
                           Importer importer)
                    throws WTException
Throws:
WTException

createSubstituteObject

public Object createSubstituteObject(IxbElement fileXML,
                                     Importer importer)
                              throws WTException
Throws:
WTException

importObjectAttributes

public Object importObjectAttributes(Object object,
                                     IxbElement fileXML,
                                     Importer importer)
                              throws WTException
Throws:
WTException

storeObject

public Object storeObject(Object object,
                          IxbElement fileXML,
                          Importer importer)
                   throws WTException
Throws:
WTException

importObjectAttributesAfterStore

public Object importObjectAttributesAfterStore(Object object,
                                               IxbElement fileXML,
                                               Importer importer)
                                        throws WTException
Throws:
WTException