public class ServiceBuilder
extends java.lang.Object
| Constructor and Description |
|---|
ServiceBuilder(ServiceEndpoint serviceEndpoint)
Create by the service end point.
|
| Modifier and Type | Method and Description |
|---|---|
BackupService |
createBackupService()
Create the service of the backup module.
|
DatabaseService |
createDatabase()
Create the service for the database module.
|
FilesService |
createFilesService()
Create the service for the files module.
|
ScriptingService |
createScriptingService()
Create the service of the scripting module.
|
public ServiceBuilder(ServiceEndpoint serviceEndpoint)
serviceEndpoint - The service end point.public FilesService createFilesService()
public DatabaseService createDatabase()
public ScriptingService createScriptingService()
public BackupService createBackupService()