Difference between revisions of "Adapters"
(Created page with "==Adapters== Inserire una descrizione di cosa sono gli adapters dentro GreenVulcano ESB, e a cosa servono dal punto di vista dell'utente. For more information about available ada...") |
|||
(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | ==Description== |
− | + | ||
− | + | 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" | ||
+ | ! Adapter !! Description | ||
+ | |- | ||
+ | | [[GVWebServices]] (aka GVAxis2) || {{GVESB}} Web Services definition | ||
+ | |- | ||
+ | | [[GVHL7ListenerManager]] || Adapter for enabling inbound connections using the HL7 protocol | ||
+ | |- | ||
+ | | [[GVForwards]] (in GVCore.xml) || {{GVESB}} JMS Forward configuration. | ||
+ | |- | ||
+ | | EJB Core || | ||
+ | |- | ||
+ | | [[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 | ||
+ | |- | ||
+ | | [[GVAdamAdapterManager]] || ADAM (Agile Digital Archive Manager) adapter. | ||
+ | |} | ||
+ | </div> | ||
+ | |||
+ | |||
+ | {{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: