defaults child, specifying some default communication parameterschannel children, specifying the communication Channels to and from this framework instancedefaults element specifies the default configuration for Channels communication queuing:defaultChannelSize specifies the default size for Channels allocated socketsdefaultOutputQueue specifies the default queuing for output services (that is services which are sent from this framework instance to another framework instance)defaultInputQueue specifies the default queuing for input services (that is services which are sent from another framework instance to this framework instance)defaultChannelSize element if it is not specified is 1000. The default values for the defaultOutputQueue and defaultInputQueue elements if they are not specified is 10.
channel element specifying the communication Channels to or from this framework instance.channel has the following attributes:type attribute specifies if the Channel is an input or an output channel (the default is the localhost)port attribute specifies the port of the Channelhost attribute specifies the host of the Channel (the default is the localhost)protocol attribute specifies the protocol used by the Channel (the default is udp)size attribute specifies the size of the Channel allocated socket (the default is the defaultChannelSize)channel has any number of service children specifying the services which will be exchanged through the Channel. each Service has a name and optionnaly an uri for the Service namespace.
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence