EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

Gisbreceiver Configuration

The bean accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the bean, access to these internal properties is provided through the Config method.

GISBReceiver Configuration Settings

LogLevel:   Specifies the level of detail that is logged.

This setting is only applicable if PGPProviderType is set to Internal (1). This setting controls the level of detail that is logged through the Status event. Possible values are:

0 (None)No events are logged.
1 (Info - default)Informational events are logged.
2 (Verbose)Detailed data is logged.
3 (Debug)Debug data is logged.

RequireEncryption:   Whether an error should be thrown if an unencrypted message is received.

By default, the bean will silently accept unencrypted messages. To instead throw an error when an unencrypted message is received, set this to True.

The default value is False.

RequireSignature:   Whether an error should be thrown if an unsigned message is received.

By default, the bean will silently accept unsigned messages. To instead throw an error when an unsigned message is received, set this to True.

The default value is False.

TimeCFormat:   The format of the Time-C data element.

Setting this configuration option allows you to control the format of the Time-C data element in the gisb-acknowledgement-receipt.

Default: yyyyMMddhhmmss

TimeCQualifier:   The UTC off-set of the server.

If the Time-C-Qualifier data element is to be sent in the gisb-acknowledgement-receipt then its value should be set here.

PGPProviderType:   Which PGP implementation to use.

This setting specifies which PGP provider is used. Possible values are:

0 (External) An external provider such as GnuPG.
1 (Internal - default) The bean's own implementation.

By default all cryptographic operations will be performed by the bean directly using an internal implementation. In this case PGPProvider is not used.

When set to 0 (External) the bean will rely on an external provider such as GnuPG which is accessed through the interface dll specified by PGPProvider.

LogFilename:   The base name of the log file.

If set, this will be used as for the filename of the log file.

Note that only the base name should be specified as the component will append the appropriate file extension.

Base Configuration Settings

GUIAvailable:   Tells the bean whether or not a message loop is available for processing events.

In a GUI-based application, long-running blocking operations may cause the application to stop responding to input until the operation returns. The bean will attempt to discover whether or not the application has a message loop and, if one is discovered, it will process events in that message loop during any such blocking operation.

In some non-GUI applications an invalid message loop may be discovered that will result in errant behavior. In these cases, setting GuiAvailable to false will ensure that the bean does not attempt to process external events.

UseDaemonThreads:   Whether threads created by the bean are daemon threads.

If set to True (default), when the bean creates a thread the thread's Daemon property will be explicitly set to True. When set to False the bean will not set the Daemon property on the created thread. The default value is True.

UseInternalSecurityAPI:   Tells the bean whether or not to use the system security libraries or an internal implementation.

By default the bean will use the system security libraries to perform cryptographic functions. Setting this to True tells the bean to use the internal implementation instead of using the system's security API.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]