Difference between revisions of "Adapters"

From GreenVulcano Wiki
Jump to: navigation, search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The {{GVESB}} adapters, from now GVAdapters, provides implementations for connecting to external systems.
+
==Description==
  
The following table shows the available GVAdapters and its application from user point of view:  
+
The {{GVESB}} adapters, configured in GVAdapters.xml, provide the implementations for connecting to external systems.
 +
 
 +
=={{VULCON}} / {{GVCONSOLE}} Configuration==
 +
 
 +
The following table shows the available Adapters and its application:
  
 
{|class="gvtable"
 
{|class="gvtable"
 
! Adapter !! Description
 
! Adapter !! Description
 
|-
 
|-
| [[GVWebServices]] (aka Gvaxis2) || {{GVESB}} Web Services definition
+
| [[GVWebServices]] (aka GVAxis2) || {{GVESB}} Web Services definition
 
|-
 
|-
| [[GVHL7ListenerManager]] ||  
+
| [[GVHL7ListenerManager]] || Adapter for enabling inbound connections using the HL7 protocol
 
|-
 
|-
| [[GVForwards]] (in GVCore.xml) ||
+
| [[GVForwards]] (in GVCore.xml) || {{GVESB}} JMS Forward configuration.
 
|-
 
|-
 
| EJB Core ||
 
| EJB Core ||
 
|-
 
|-
| [[GVJBPMConfiguration]] [[GVJbpmTaskListenerManager]] Gvjbpm ||
+
| [[GVAdapterHttpConfiguration]] || {{GVESB}} inbound HTTP adapter configuration.
 +
|-
 +
| [[RSHServiceClientConfiguration]] || Remote Shell Handler configuration
 +
|-
 +
| [[GVConnectorConfiguration]] || {{GVESB}} client API configuration. '''REMOVED from v3.3'''
 +
|-
 +
| [[GVSocialAdapter-Configuration]] || {{GVESB}} Social adapter configuration.
 +
|-
 +
| [[GVRulesConfigManager]] || Drools Rules set definition.
 +
|}
 +
<div class="version_ge3.5">
 +
{|class="gvtable"
 +
! Adapter !! Description
 
|-
 
|-
| [[GVConnectorConfiguration]] ||
+
| [[GVAdamAdapterManager]] || ADAM (Agile Digital Archive Manager) adapter.
 
|}
 
|}
 +
</div>
  
  
Other support functions: [[GVSQLErrorMapping]], [[GVDataSources]], [[GVHTTPAdapter]], [[GVJdbc]], [[GVJDBCConnectionBuilder]], [[GVDataProviderManager]], [[GVDataHandlerConfiguration]], [[GVExcelWorkbookConfiguration]], [[GVExcelCreatorConfiguration]], [[GVBIRTReportConfiguration]], [[GVAdapterOpenSpCoop]].
+
{{GVESB}} has also implemented other support functions listed bellow:
 +
* [[GVSQLErrorMapping]]
 +
* [[GVDataSources]]
 +
* [[GVJdbc]]
 +
* [[GVJDBCConnectionBuilder]]
 +
* [[GVDataProviderManager]]
 +
* [[GVDataHandlerConfiguration]]
 +
* [[GVExcelWorkbookConfiguration]]
 +
* [[GVExcelCreatorConfiguration]]
 +
* [[GVBIRTReportConfiguration]]

Latest revision as of 15:09, 2 January 2015

Description

The GreenVulcano® ESB adapters, configured in GVAdapters.xml, provide the implementations for connecting to external systems.

VulCon / GV Console Configuration

The following table shows the available Adapters and its application:

Adapter Description
GVWebServices (aka GVAxis2) GreenVulcano® ESB Web Services definition
GVHL7ListenerManager Adapter for enabling inbound connections using the HL7 protocol
GVForwards (in GVCore.xml) GreenVulcano® ESB JMS Forward configuration.
EJB Core
GVAdapterHttpConfiguration GreenVulcano® ESB inbound HTTP adapter configuration.
RSHServiceClientConfiguration Remote Shell Handler configuration
GVConnectorConfiguration GreenVulcano® ESB client API configuration. REMOVED from v3.3
GVSocialAdapter-Configuration GreenVulcano® ESB Social adapter configuration.
GVRulesConfigManager Drools Rules set definition.
Adapter Description
GVAdamAdapterManager ADAM (Agile Digital Archive Manager) adapter.


GreenVulcano® ESB has also implemented other support functions listed bellow: