wt.transfer.delegate
Class AbstractImportDelegate
java.lang.Object
wt.transfer.delegate.AbstractTransferDelegate
wt.transfer.delegate.AbstractImportDelegate
- All Implemented Interfaces:
- BasicTransferDelegate, Serializable, TransferDelegate
- public abstract class AbstractImportDelegate
- extends AbstractTransferDelegate
- implements Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
AbstractImportDelegate
public AbstractImportDelegate()
doExport
public final void doExport(TransferOperation operation)
throws WTException,
TransferDelegateException
Supported API: false
- Specified by:
doExport
in interface BasicTransferDelegate
- Parameters:
operation
-
- Throws:
WTException
TransferDelegateException
doImport
public abstract void doImport(TransferOperation operation)
throws WTException,
TransferDelegateException
Supported API: false
- Specified by:
doImport
in interface BasicTransferDelegate
- Parameters:
operation
-
- Throws:
WTException
TransferDelegateException