wt.transfer.delegate
Class AbstractExportDelegate

java.lang.Object
  extended bywt.transfer.delegate.AbstractTransferDelegate
      extended bywt.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


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
AbstractExportDelegate()
           
 
Method Summary
abstract  void doExport(TransferOperation operation)
          

Supported API: false
 void doImport(TransferOperation operation)
          

Supported API: false
 
Methods inherited from class wt.transfer.delegate.AbstractTransferDelegate
dispatchVetoableEvent, invoke, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

AbstractExportDelegate

public AbstractExportDelegate()
Method Detail

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