Difference between revisions of "GVConnectorConfiguration"

From GreenVulcano Wiki
Jump to: navigation, search
({{VULCON}} / {{GVCONSOLE}} Configuration)
Line 7: Line 7:
 
Configuration is made up of three sections:
 
Configuration is made up of three sections:
  
* ''ConnectorServices'': Contains information to identify the communication channel, according to the couple [[service]]/[[system]] or only to the [[service]]. <br/> Moreover, for each primitive (request, request/reply, etc.), this section declares also the extensions to invoke. For services not covered by the parameters defined in this section is used the default [[channel]], without applying any extension.
+
* ''[[#ConnectorServices|ConnectorServices]]'': Contains information to identify the communication channel, according to the couple [[service]]/[[system]] or only to the [[service]]. <br/> Moreover, for each primitive (request, request/reply, etc.), this section declares also the extensions to invoke. For services not covered by the parameters defined in this section is used the default [[channel]], without applying any extension.
  
 
* ''Extensions'': Extensions are pre/post processing data that can be made by the connector immediately before invoking {{GVESB}} and/or immediately before returning the result to the caller.
 
* ''Extensions'': Extensions are pre/post processing data that can be made by the connector immediately before invoking {{GVESB}} and/or immediately before returning the result to the caller.
Line 25: Line 25:
  
 
The GVConnectorConfiguration adapter allows the following subelements:
 
The GVConnectorConfiguration adapter allows the following subelements:
* Description
+
* [[Description]]
* ConnectorServices
+
* [[#ConnectorServices|ConnectorServices]]
 
* [[GVConnectorConfiguration#Extensions|Extensions]]
 
* [[GVConnectorConfiguration#Extensions|Extensions]]
 
* [[GVConnectorConfiguration#Channels|Channels]]
 
* [[GVConnectorConfiguration#Channels|Channels]]
Line 39: Line 39:
  
 
It has the subelements:
 
It has the subelements:
* Description
+
* [[Description]]
* ConnectorService
+
* [[#ConnectorService|ConnectorService]]
* Call
+
* [[Call]]
  
 
====ConnectorService====
 
====ConnectorService====
Line 61: Line 61:
  
 
It has the subelements:
 
It has the subelements:
* Description
+
* [[Description]]
* OperationDetails
+
* [[#OperationDetails|OperationDetails]]
  
 
=====OperationDetails=====
 
=====OperationDetails=====
Line 119: Line 119:
  
 
It has the subelements:
 
It has the subelements:
* Description
+
* [[Description]]
* Extension
+
* [[#Extension|Extension]]
  
 
=====Extension=====
 
=====Extension=====
Line 287: Line 287:
  
 
Can contain the following subelements:
 
Can contain the following subelements:
* Description
+
* [[Description]]
* Property-Field
+
* [[#Property-Field|Property-Field]]
  
 
=====Property-Field=====
 
=====Property-Field=====
Line 319: Line 319:
  
 
Its subelements are:
 
Its subelements are:
* Description
+
* [[Description]]
* VCLChannel | GreenVulcanoCoreChannel
+
* [[#VCLChannel|VCLChannel]] | [[#GreenVulcanoCoreChannel|GreenVulcanoCoreChannel]]
  
 
====VCLChannel====
 
====VCLChannel====
Line 345: Line 345:
  
 
It has the following subelements:
 
It has the following subelements:
* Description
+
* [[Description]]
* VCLOperation
+
* [[#VCLOperation|VCLOperation]]
  
 
=====VCLOperation=====
 
=====VCLOperation=====
Line 369: Line 369:
  
 
Accepts the following subelements:
 
Accepts the following subelements:
* Description
+
* [[Description]]
 
* ([[j2ee-ejb-call]] | [[j2ee-jca-call]] | [[jmx-call]] | [[smtp-call]] | [[pop-call]] |[[ ws-call]] | [[http-call]] | [[hl7-call]] | [[jbpm-call]] | [[jbpm-task-call]] | [[openspcoop-call]] | [[db-call]] | [[dh-call]] | [[extract-data-call]] | [[routed-call]] | [[gvcore-call]] | [[excel-call]] | [[excelreader-call]] | [[birt-report-call]] | [[test-service-call]] | [[generic-call]] | [[shell-call]] | [[filereader-call]] | [[filewriter-call]] | [[filemanager-call]] | [[fsmonitor-call]] | [[remotemanager-call]] | [[jms-dequeue]] | [[routed-dequeue]] | [[jms-enqueue]] | [[routed-enqueue]])
 
* ([[j2ee-ejb-call]] | [[j2ee-jca-call]] | [[jmx-call]] | [[smtp-call]] | [[pop-call]] |[[ ws-call]] | [[http-call]] | [[hl7-call]] | [[jbpm-call]] | [[jbpm-task-call]] | [[openspcoop-call]] | [[db-call]] | [[dh-call]] | [[extract-data-call]] | [[routed-call]] | [[gvcore-call]] | [[excel-call]] | [[excelreader-call]] | [[birt-report-call]] | [[test-service-call]] | [[generic-call]] | [[shell-call]] | [[filereader-call]] | [[filewriter-call]] | [[filemanager-call]] | [[fsmonitor-call]] | [[remotemanager-call]] | [[jms-dequeue]] | [[routed-dequeue]] | [[jms-enqueue]] | [[routed-enqueue]])
  
Line 408: Line 408:
  
 
Its subelements are:
 
Its subelements are:
* Description
+
* [[Description]]
* UserTransaction | GenericTransaction
+
* [[#UserTransaction|UserTransaction]] | [[#GenericTransaction|GenericTransaction]]
  
 
====UserTransaction====
 
====UserTransaction====
Line 429: Line 429:
  
 
Its subelements are:
 
Its subelements are:
* Description
+
* [[Description]]
 
* [[JNDIHelper]]
 
* [[JNDIHelper]]
  
Line 448: Line 448:
  
 
Its subelements are:
 
Its subelements are:
* Description
+
* [[Description]]
* NameValueParam
+
* [[#NameValueParam|NameValueParam]]
  
 
=====NameValueParam=====
 
=====NameValueParam=====
Line 471: Line 471:
  
 
Contains the following subelements:
 
Contains the following subelements:
* Description
+
* [[Description]]
* External-Component
+
* [[#External-Component|External-Component]]
  
 
====External-Component====
 
====External-Component====
Line 488: Line 488:
  
 
Contains the subelements:
 
Contains the subelements:
* Description
+
* [[Description]]
* External-Params
+
* [[#External-Params|External-Params]]
  
 
=====External-Params=====
 
=====External-Params=====

Revision as of 14:24, 6 March 2012

Description

This Adapter represents the GreenVulcano® ESB client API configuration.

VulCon / GV Console Configuration

Configuration is made up of three sections:

  • ConnectorServices: Contains information to identify the communication channel, according to the couple service/system or only to the service.
    Moreover, for each primitive (request, request/reply, etc.), this section declares also the extensions to invoke. For services not covered by the parameters defined in this section is used the default channel, without applying any extension.
  • Extensions: Extensions are pre/post processing data that can be made by the connector immediately before invoking GreenVulcano® ESB and/or immediately before returning the result to the caller.
  • Channels: This section defines the connection parameters to GreenVulcano® ESB. Typically there is a single channel of communication to all GreenVulcano® ESB services required by the client. However, for special needs, you can define several channels for different services.


The following table shows the GVConnectorConfiguration's attributes:

Attribute Type Description
type fixed This attribute must assume the value module
name fixed This attribute must assume the value GV_CONNECTOR_J


The GVConnectorConfiguration adapter allows the following subelements:

ConnectorServices

Configuration details for services and calls.

The ConnectorServices Element is used by GVConnectorConfiguration.

It has the subelements:

ConnectorService

Service configuration details.

The ConnectorService Element is used by: ConnectorServices.

The following table shows the element's attributes ConnectorService:

Attribute Type Description
id-service required Service identifier. The attribute's value can't be null.
id-channel optional Channel for this service. If not defined a default channel is used.
id-system optional System identifier. If defined, you apply the parameters to the couple system/service, otherwise the parameters apply to service, independently from the value of the field System.

It has the subelements:

OperationDetails

Specific operation detail.

The OperationDetails Element is used by ConnectorService.

The following table shows the element's attributes OperationDetails:

Attribute Type Description
id-operation required Operation id. The attribute's admitted values are:
  • Request
  • RequestReply
  • GetReply
  • GetRequest
  • SendReply
  • ReceiveMessage
  • SendMessage
id-extension optional Extension applied to the invocation of the operation.

Extensions

Definition of Extensions.

Extensions are pre/post processing of data that can be made automatically from the connector before invoking GreenVulcano® ESB and/or before returning the result to the caller.

The Extensions Element is used by GVConnectorConfiguration.

It has the subelements:

ComplexExtension

Allows you to combine with several extensions.

Moreover for any extension you can define when it has to be applied (IN, OUT or INOUT). The output extensions are applied inversely to the declaration order.

The ComplexExtension Element is used by Extensions.

The following table shows the element's attributes ComplexExtension:

Attribute Type Description
type fixed Unmodifiable. Used by GreenVulcano® ESB factory framework.
This attribute must assume the value extension.
class fixed This attribute must assume the value it.greenvulcano.gvesb.connector.extensions.ComplexExtension.
id-ext required The attribute's value can't be null.

It has the subelements:

Extension

Extension to apply.

The Extension Element is used by: ComplexExtension.

The following table shows the element's attributes Extension:

Attribute Type Description
id-ext required Extension to apply.
apply required Indicates when an extension has to be applied.
  • IN: The extension is applied before invoking GreenVulcano® ESB
  • OUT: The extension is applied before returning the result to the caller
  • INOUT: The extension is applied before invoking GreenVulcano® ESB and before returning the result to the caller.

The output extensions are applied inversely to the declaration order.

TestExtension

Test extension used only to debug the connector

The TestExtension Element is used by Extensions.

The following table shows the element's attributes TestExtension:

Attribute Type Description
type fixed Unmodifiable. Used by GreenVulcano® ESB factory framework.
This attribute must assume the value extension.
class fixed This attribute must assume the value tests.unit.gvconnector.ExtensionTestClass.
id-ext required The attribute's value can't be null.
when optional The attribute's default value is: inout. The attribute's admitted values are:
  • in
  • out
  • inout
prefix optional
suffix optional


CompressExtension

Extension for the "GVBuffer object" data compression

The CompressExtension Element is used by: Extensions.

The following table shows the element's attributes CompressExtension:

Attribute Type Description
type fixed This attribute must assume the value extension.
class fixed This attribute must assume the value it.greenvulcano.gvesb.connector.extensions.CompressExtension.
id-ext required Unique identifier of the extension.
when optional Defines when you must apply the extension. Only input, only output or both input and output. The attribute's admitted values are:
  • in
  • out
  • inout (Default value)
compress-level required Defines the compression level to be applied: best-compression, best-speed (fastest compression), default-compression (default), no-compression.

DecompressExtension

Extension decompressing data in GVBuffer object.

The DecompressExtension Element is used by: Extensions.

The following table shows the element's attributes DecompressExtension:

Attribute Type Description
type fixed This attribute must assume the value extension.
class fixed This attribute must assume the value it.greenvulcano.gvesb.connector.extensions.DecompressExtension.
id-ext required Unique identifier of the extension.
when optional Defines when you must apply the extension. Only input, only output or both input and output. The attribute's admitted values are:
  • in
  • out
  • inout (Default value)

DecryptExtension

Extension that carries out the decryption of data in GVBuffer object.

The DecryptExtension Element is used by: Extensions.

The following table shows the element's attributes DecryptExtension:

Attribute Type Description
type fixed This attribute must assume the value extension.
class fixed This attribute must assume the value it.greenvulcano.gvesb.connector.extensions.DecryptExtension.
id-ext required Unique identifier of the extension.
when optional Defines when you must apply the extension. Only input, only output or both input and output. The attribute's admitted values are:
  • in
  • out
  • inout (Default value)
key-id optional Sets the key to use for decryption.

EncryptExtension

Extension that makes the encryption of data in GVBuffer object.

The EncryptExtension Element is used by: Extensions.

The following table shows the element's attributes EncryptExtension:

Attribute Type Description
type fixed This attribute must assume the value extension.
class fixed This attribute must assume the value it.greenvulcano.gvesb.connector.extensions.EncryptExtension.
id-ext required Unique identifier of the extension.
when optional Defines when you must apply the extension. Only input, only output or both input and output. The attribute's admitted values are:
  • in
  • out
  • inout (Default value)
key-id optional Sets the key to use for decryption.

DTEExtension

Extension that performs the data transformation through the DTE.

The DTEExtension Element is used by: Extensions.

The following table shows the element's attributes DTEExtension:

Attribute Type Description
type fixed This attribute must assume the value extension.
class fixed This attribute must assume the value it.greenvulcano.gvesb.connector.extensions.DTEExtension.
id-ext required Unique identifier of the extension.
when optional Defines when you must apply the extension. Only input, only output or both input and output. The attribute's admitted values are:
  • in
  • out
  • inout (Default value)
trasformationName optional Name of the transformation to be invoked. If this parameter is not valued, the following algorithm is used to create the name of the transformation: SISTEM:SERVICE::Input or :Output

Can contain the following subelements:

Property-Field

The elements Property-Field represent the parameters to be added to DTEExtension.

The following table shows the element's attributes Property-Field:

Attribute Type Description
name required The attribute's value can't be null.
value required

Channels

Communication channels.

Typically you define a single channel for all services and set this channel as the default. However, you can define more than one channel for special needs.

The Channels Element is used by: GVConnectorConfiguration.

The following table shows the element's attributes Channels:

Attribute Type Description
default-channel-id optional If not defined, sets to "default"

Its subelements are:

VCLChannel

Communication Channel based on GreenVulcano® ESB Virtual Communication Layer.

The VCLChannel Element is used by: Channels.

The following table shows the VCLChannel element's attributes:

Attribute Type Description
type fixed This attribute must assume the value channel.
class fixed it.greenvulcano.gvesb.connector.channels.gvvcl.VCLChannel.
id-channel required Unique identifier of the channel.
connection-policy required Defines the connection policy of the channel:
  • Lazy: The channel is created and connected the first time that it needs.
  • Startup: The channel is created and connected at startup of the connector.
  • Everytime: The channel is connected every time you use it, and disconnected immediately after use.

It has the following subelements:

VCLOperation

Defines the Virtual Communication Layer plug-in used for a specific communication primitive.

The VCLOperation Element is used by: VCLChannel.

The following table shows the element's attributes VCLOperation:

Attribute Type Description
id-operation required Communication primitive. The attribute's admitted values are:
  • Request
  • RequestReply
  • GetReply
  • GetRequest
  • SendReply
  • ReceiveMessage
  • SendMessage

Accepts the following subelements:

GreenVulcanoCoreChannel

Communication Channel based on the GreenVulcano® ESB Core.

The GreenVulcanoCoreChannel Element is used by: Channels.

The following table shows the element's attributes GreenVulcanoCoreChannel:

Attribute Type Description
type fixed This attribute must assume the value channel.
class fixed it.greenvulcano.gvesb.connector.channels.gvcore.GreenVulcanoCoreChannel.
id-channel required Unique identifier of the channel.
connection-policy required Defines the connection policy of the channel:
  • Lazy: The channel is created and connected the first time that it needs.
  • Startup: The channel is created and connected at startup of the connector.
  • Everytime: The channel is connected every time you use it, and disconnected immediately after use.

Transactions

The connector is able to explicitly manage transactions. It will use the User Transactions defined in this section.

The Transactions Element is used by: GVConnectorConfiguration.

The following table shows the element's attributes Transactions:

Attribute Type Description
default-transaction-id optional If not defined, sets the value to "default"

Its subelements are:

UserTransaction

Performs transaction management using the UserTransaction according to the JTA specification.

The UserTransaction Element is used by: Transactions.

The following table shows the element's attributes UserTransaction:

Attribute Type Description
type fixed This attribute must assume the value transaction.
class fixed This attribute must assume the value it.greenvulcano.gvesb.connector.transaction.GVCUserTransaction.
id-transaction required Unique id of the UserTransaction.

Its subelements are:

GenericTransaction

The GenericTransaction Element is used by: Transactions.

The following table shows the element's attributes GenericTransaction:

Attribute Type Description
type fixed This attribute must assume the value transaction.
class required The Java class that implements the UserTransaction.
id-transaction required

Its subelements are:

NameValueParam

The NameValueParam Element is used by: GenericTransaction.

The following table shows the element's attributes NameValueParam:

Attribute Type Description
name required The attribute's value can't be null.
value required The attribute's value can't be null.

ExternalComponents

This section contains information relating to components outside of the Connector.

The ExternalComponents Element is used by: GVConnectorConfiguration.

Contains the following subelements:

External-Component

The External-Component Element is used by: ExternalComponents.

The following table shows the element's attributes External-Component:

Attribute Type Description
type fixed This attribute must assume the value externalcomponent.
id-extcomponent required Unique identifier of the external component.

Contains the subelements:

External-Params

This element defines additional parameters.

The External-Params Element is used by: External-Component.

The following table shows the element's attributes External-Params:

Attribute Type Description
name required The attribute's value can't be null.
value required