Uses of Interface
de.xima.fc.e2e.containerresources.setup.clientmarshal.api.IClientExporter
-
Packages that use IClientExporter Package Description de.xima.fc.e2e.containerresources.setup.clientmarshal.api de.xima.fc.e2e.containerresources.setup.clientmarshal.impl -
-
Uses of IClientExporter in de.xima.fc.e2e.containerresources.setup.clientmarshal.api
Methods in de.xima.fc.e2e.containerresources.setup.clientmarshal.api that return IClientExporter Modifier and Type Method Description static IClientExporter
ClientMarshaller. newClientExporter(Mandant client)
-
Uses of IClientExporter in de.xima.fc.e2e.containerresources.setup.clientmarshal.impl
Classes in de.xima.fc.e2e.containerresources.setup.clientmarshal.impl that implement IClientExporter Modifier and Type Class Description class
ClientExporterImpl
Internal implementation of theIClientExporter
.
-