Package com.helger.peppol.sml
Class CSMLDefault
java.lang.Object
com.helger.peppol.sml.CSMLDefault
This file contains default constants for the usage of the SML. It is strongly recommended that
the real values are out-sourced into a configuration file. You can of course use the values in
this file as the default values in case no configuration item is specified.
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringThe name of the service to manage SMP meta data.static final StringThe name of the service to manage participant identifiers.static final intThe maximum length of a migration code identifier.
New limit imposed by SMK 3: 24static final StringThe migration code pattern as defined by BDMSL since v1.01. -
Method Summary
-
Field Details
-
DNS_PUBLISHER_SUBZONE
Deprecated.The DNS zone name part used for SMP information in the SML. This is only needed for Peppol based registration.- See Also:
-
MANAGEMENT_SERVICE_METADATA
The name of the service to manage SMP meta data. Valid for all SML instances.- See Also:
-
MANAGEMENT_SERVICE_PARTICIPANTIDENTIFIER
The name of the service to manage participant identifiers. Valid for all SML instances.- See Also:
-
MAX_MIGRATION_CODE_LENGTH
public static final int MAX_MIGRATION_CODE_LENGTHThe maximum length of a migration code identifier.
New limit imposed by SMK 3: 24- See Also:
-
MIGRATION_CODE_PATTERN
The migration code pattern as defined by BDMSL since v1.01.- Since:
- 8.1.2
- See Also:
-