Uses of Interface
org.opensync.engine.server.Adapter

Packages that use Adapter
org.opensync.engine.server   
org.opensync.engine.server.adapter   
 

Uses of Adapter in org.opensync.engine.server
 

Classes in org.opensync.engine.server that implement Adapter
 class DefaultAdapter
          The default implementation of the adpater interface
 

Fields in org.opensync.engine.server declared as Adapter
protected  Adapter DefaultConnector.adapter
          The adapter used by the connector to adapt the data format of the source to the OpenSync format
 

Methods in org.opensync.engine.server that return Adapter
 Adapter DefaultConnector.getAdapter()
          Get the adapter used by the connector to adapt the data format of the source to the OpenSync format
 Adapter Connector.getAdapter()
          Get the adapter used by the connector to adapt the data format of the source to the OpenSync format
 

Methods in org.opensync.engine.server with parameters of type Adapter
 void DefaultConnector.setAdapter(Adapter adapter)
          Set the adapter used by the connector to adapt the data format of the source to the OpenSync format
 

Uses of Adapter in org.opensync.engine.server.adapter
 

Classes in org.opensync.engine.server.adapter that implement Adapter
 class BDAdapter
          This class represents the adpater to adapt database data source format to the OpenSync data format
 class EDI_X12_Adapter
           
 class FileAdapter
          This class represents the adpater to adapt file data source format to the OpenSync data format
 class TxtFileAdapter
           
 class XmlFileAdapter
          This class represents the adpater to adapt xml data source format to the OpenSync data format
 



Copyright © 2004 sourceforge. All Rights Reserved.