wt.ixb.handlers.forattributes
Class ExpImpForContainerPathAttr

java.lang.Object
  extended bywt.ixb.publicforhandlers.AttributeExporterImporterTemplate
      extended bywt.ixb.handlers.forattributes.ExpImpForContainerPathAttr
All Implemented Interfaces:
AttributeExporterImporter

public class ExpImpForContainerPathAttr
extends AttributeExporterImporterTemplate


Field Summary
 
Fields inherited from class wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
CONFLICT_RESOURCE
 
Constructor Summary
ExpImpForContainerPathAttr()
           
 
Method Summary
 void exportAttribute(Object ob, IxbElement fileXML, Exporter exporter)
          

Supported API: true
 Object importAttribute(Object ob, IxbElement fileXML, Importer importer)
          

Supported API: true
 
Methods inherited from class wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
checkConflictForAttribute, finalizeCheckConflicts, finalizeExport, finalizeImport, prepareForCheckConflicts, prepareForImport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpImpForContainerPathAttr

public ExpImpForContainerPathAttr()
Method Detail

exportAttribute

public void exportAttribute(Object ob,
                            IxbElement fileXML,
                            Exporter exporter)
                     throws WTException
Description copied from class: AttributeExporterImporterTemplate


Supported API: true

Specified by:
exportAttribute in interface AttributeExporterImporter
Specified by:
exportAttribute in class AttributeExporterImporterTemplate
Parameters:
ob -
fileXML -
exporter -
Throws:
WTException

importAttribute

public Object importAttribute(Object ob,
                              IxbElement fileXML,
                              Importer importer)
                       throws WTException
Description copied from class: AttributeExporterImporterTemplate


Supported API: true

Specified by:
importAttribute in interface AttributeExporterImporter
Specified by:
importAttribute in class AttributeExporterImporterTemplate
Parameters:
ob -
fileXML -
importer -
Returns:
Object
Throws:
WTException