Package | Description |
---|---|
fr.cnes.doi.client |
Provides classes to request external web services.
|
Modifier and Type | Field and Description |
---|---|
private ClientMDS.Context |
ClientMDS.context
Context.
|
Modifier and Type | Method and Description |
---|---|
static ClientMDS.Context |
ClientMDS.Context.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientMDS.Context[] |
ClientMDS.Context.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClientMDS.Context.setDataCiteUrl(ClientMDS.Context context,
String dataCiteUrl)
Sets the DataCite URL for a given context
|
static void |
ClientMDS.Context.setLevelLog(ClientMDS.Context context,
Level levelLog)
Sets the level log for a given context
|
Constructor and Description |
---|
ClientMDS(ClientMDS.Context context)
Creates a client to handle DataCite server.
|
ClientMDS(ClientMDS.Context context,
String login,
String pwd)
Creates a client to handle DataCite with a HTTP Basic authentication.
|
Copyright © 2017–2020 CNES. All rights reserved.