wt.transfer.delegate
Class AbstractExportDelegate
java.lang.Object
wt.transfer.delegate.AbstractTransferDelegate
wt.transfer.delegate.AbstractExportDelegate
- All Implemented Interfaces:
- BasicTransferDelegate, TransferDelegate
- Direct Known Subclasses:
- DefaultTemplateBasedExportDelegate
- public abstract class AbstractExportDelegate
- extends AbstractTransferDelegate
Adapts the general TransferDelegate's interface to enforce that a subclass
only implements the write methods whereas the read methods are final
and not overridable.
Supported API: false
Extendable: false
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
AbstractExportDelegate
public AbstractExportDelegate()
doExport
public abstract void doExport(TransferOperation operation)
throws WTException,
TransferDelegateException
Supported API: false
- Parameters:
operation
-
- Throws:
WTException
TransferDelegateException
doImport
public final void doImport(TransferOperation operation)
throws WTException,
TransferDelegateException
Supported API: false
- Parameters:
operation
-
- Throws:
WTException
TransferDelegateException