Uses of Interface
de.bea.domingo.DDxlExporter

Packages that use DDxlExporter
de.bea.domingo Interfaces and factory for access to Lotus Notes databases. 
de.bea.domingo.http Http implementation of the contract in package de.bea.domingo
de.bea.domingo.proxy Proxy implementation of the contract in package de.bea.domingo
 

Uses of DDxlExporter in de.bea.domingo
 

Methods in de.bea.domingo that return DDxlExporter
 DDxlExporter DSession.createDxlExporter()
          Creates a DxlExporter object.
 

Uses of DDxlExporter in de.bea.domingo.http
 

Methods in de.bea.domingo.http that return DDxlExporter
 DDxlExporter SessionHttp.createDxlExporter()
          Creates a DxlExporter object.
 

Uses of DDxlExporter in de.bea.domingo.proxy
 

Classes in de.bea.domingo.proxy that implement DDxlExporter
 class DxlExporterProxy
          Represents a view entry.
 

Methods in de.bea.domingo.proxy that return DDxlExporter
 DDxlExporter SessionProxy.createDxlExporter()
          Creates a DxlExporter object.
 



Domingo Java-API