Uses of Interface
wt.transfer.TransferService

Packages that use TransferService
wt.transfer   
 

Uses of TransferService in wt.transfer
 

Classes in wt.transfer that implement TransferService
 class StandardTransferService
          Provides the standard implementation of server-side functionality as defined by the TransferService interface.
 class TransferServiceFwd
          Provides server-side functionality as a service that's remotely available for use by a client.
 

Fields in wt.transfer declared as TransferService
static TransferService TransferHelper.service
           
private static TransferService StandardTransferService.service
           
 

Methods in wt.transfer that return TransferService
static TransferService StandardTransferService.getService()