Class ClientMarshaller
- java.lang.Object
-
- de.xima.fc.e2e.containerresources.setup.clientmarshal.api.ClientMarshaller
-
public final class ClientMarshaller extends Object
Main entry point for importing and exporting clients.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IClientExporter
newClientExporter(Mandant client)
static IClientImporter
newClientImporter()
-
-
-
Method Detail
-
newClientImporter
public static IClientImporter newClientImporter()
- Returns:
- A new configurable importer for creating a new client from an export file.
-
newClientExporter
public static IClientExporter newClientExporter(Mandant client)
- Parameters:
client
- Client to export.- Returns:
- A new configurable exporter for creating an export file with all or some of the data of the given client.
-
-