Difference between revisions of "Plugins"

From GreenVulcano Wiki
Jump to: navigation, search
Line 89: Line 89:
 
|}
 
|}
  
'''MM7'''
+
'''LDAP'''
  
 
{|class="gvtable" style="width: 80%"
 
{|class="gvtable" style="width: 80%"
 
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
| [[File:Call.png | 20px]] || [[mm7-decode-call]] || decoding a MM7 multipart message (new)
+
| [[File:GVLDAPSearch.png | 20px]] || [[ldap-search-call]] || searching data on LDAP servers
 
|-
 
|-
| [[File:Call.png | 20px]] || [[mm7-submit-call]] || submitting a MM7 multipart message to a MMS-C server (new)
+
| [[File:GVLDAPUpdate.png | 20px]] || [[ldap-update-call]] || updating data on LDAP servers
 
|}
 
|}
  
Line 104: Line 104:
 
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
| [[File:Call.png | 20px]] || [[jmx-call]]  || invoking MBean methods or set/get attributes on local servers
+
| [[File:GVJmxCall.png | 20px]] || [[jmx-call]]  || invoking MBean methods or set/get attributes on servers
 
|-
 
|-
 
| [[File:GVextractData.png | 20px]] || [[extract-data-call]] || extract data from the body of the message
 
| [[File:GVextractData.png | 20px]] || [[extract-data-call]] || extract data from the body of the message
Line 112: Line 112:
 
| [[File:GVExcelReaderCall.png | 20px]] || [[excelreader-call]] || reading from a Excel file
 
| [[File:GVExcelReaderCall.png | 20px]] || [[excelreader-call]] || reading from a Excel file
 
|-
 
|-
| [[File:call.png | 20px]] || [[generic-call]] || doing a generic class invocation
+
| [[File:GVGenericCall.png | 20px]] || [[generic-call]] || doing a generic plugin invocation
 
|-  
 
|-  
| [[File:call.png | 20px]] || [[gvcore-call]] || invoking directly a flow of the {{GVESB}} core  
+
| [[File:GVCoreCall.png | 20px]] || [[gvcore-call]] || invoking directly a flow of the {{GVESB}} core  
 
|-  
 
|-  
| [[File:call.png | 20px]] || [[rules-call]] || invoking a Rule Engine service
+
| [[File:GVRulesCall.png | 20px]] || [[rules-call]] || invoking a Rule Engine service
 
|}
 
|}
  
Line 124: Line 124:
 
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
| [[File:call.png | 20px]] || [[http-call]] ||  calling HTTP methods on remote servers
+
| [[File:GVHttpCall.png | 20px]] || [[http-call]] ||  calling HTTP methods on remote servers
 
|-
 
|-
| [[File:call.png | 20px]] || [[hl7-call]] || invoking synchronous services on systems that use the HL7 v2 protocol with messages either standard or in XML format
+
| [[File:GVHl7Call.png | 20px]] || [[hl7-call]] || invoking synchronous services on systems that use the HL7 v2 protocol with messages either standard or in XML format
 
|-
 
|-
 
| [[File:call.png | 20px]] || [[jbpm-call]] || using the JBPM plugin
 
| [[File:call.png | 20px]] || [[jbpm-call]] || using the JBPM plugin
Line 132: Line 132:
 
| [[File:call.png | 20px]] || [[jbpm-task-call]] || using the JBPM TASK plugin
 
| [[File:call.png | 20px]] || [[jbpm-task-call]] || using the JBPM TASK plugin
 
|-
 
|-
| [[File:call.png | 20px]] || [[openspcoop-call]] || using the OPENSPCOOP plugin
+
| [[File:GVopenspcoopCall.png | 20px]] || [[openspcoop-call]] || using the Open SPCoop plugin
 
|}
 
|}
  
 
{{VOTE}}
 
{{VOTE}}

Revision as of 10:21, 16 December 2012

In GreenVulcano® ESB, a plug-in (or plugin) is a software component that extends the capability to access an external system, database or data in general.

For example, plug-ins are commonly used in GreenVulcano® ESB to read Excel files (excelreader-call), or for reading/writing a file (filereader-call / filewriter-call).


The following tables show all the available GreenVulcano® ESB plugins grouped by technology:


File system

Plug-in Use this for ...
GVFileReader.png filereader-call reading from a file present in the file system
GVFileWriter.png filewriter-call writing into a file present in the file system or creating one
GVFileManager.png filemanager-call searching, moving, coping, deleting, compressing and uncompressing a file
GVFsMonitor2.png fsmonitor-call getting a XML report of a directory containing the existing, created, modified and deleted files from the last scanning
GVRemoteManager.png remotemanager-call performing operations to a file present in the file system via FTP/SFTP/FTPS
GVShellID.png shell-call executing a command shell

WebService

Plug-in Use this for ...
GVWsCall.png ws-call defining useful information for making a call to a Web Service

Data Base

Plug-in Use this for ...
GVDBCall.png db-call basic DB interaction
GVDHCall.png dh-call defining the parameter for making a call to DataHandler
GVBirtReportCall.png birt-report-call defining the parameter to generate a BIRT report
GVExcelCall.png excel-call defining the parameter to create an Excel report from a DB select

JMS

Plug-in Use this for ...
Enqueue32.png jms-enqueue performing a queuing/publish operation on a JMS queue/topic
Dequeue32.png jms-dequeue performing a reception operation from a JMS queue/topic

Routing

Plug-in Use this for ...
GVRoutedCall.png routed-call creating a routing mechanism at the level of communication channel
during the execution of flows, the operation is seen as a simple call
GVRoutedDequeueCall.png routed-dequeue creating a routing mechanism at the level of communication channel
during the execution of flows, the operation is seen as a simple dequeue
GVRoutedEnqueueCall.png routed-enqueue creating a routing mechanism at the level of communication channel
during the execution of flows, the operation is seen as a simple enqueue

Mail

Plug-in Use this for ...
GVSmtpCall.png smtp-call sending an email
GVPopCall.png pop-call receiving an email

J2EE

Plug-in Use this for ...
GVEjbCall.png j2ee-ejb-call invoking an Enterprise Java Bean
GVJcaCall.png j2ee-jca-call invoking an adapter JCA (Java Connector Architecture) that exposes the interface CCI (Common Client Interface).

LDAP

Plug-in Use this for ...
GVLDAPSearch.png ldap-search-call searching data on LDAP servers
GVLDAPUpdate.png ldap-update-call updating data on LDAP servers

Utility

Plug-in Use this for ...
GVJmxCall.png jmx-call invoking MBean methods or set/get attributes on servers
GVextractData.png extract-data-call extract data from the body of the message
GVtest.png test-service-call simulate a test service
GVExcelReaderCall.png excelreader-call reading from a Excel file
GVGenericCall.png generic-call doing a generic plugin invocation
GVCoreCall.png gvcore-call invoking directly a flow of the GreenVulcano® ESB core
GVRulesCall.png rules-call invoking a Rule Engine service

Communication

Plug-in Use this for ...
GVHttpCall.png http-call calling HTTP methods on remote servers
GVHl7Call.png hl7-call invoking synchronous services on systems that use the HL7 v2 protocol with messages either standard or in XML format
Call.png jbpm-call using the JBPM plugin
Call.png jbpm-task-call using the JBPM TASK plugin
GVopenspcoopCall.png openspcoop-call using the Open SPCoop plugin

{{#w4grb_rate:}} <w4grb_ratinglist latestvotes items="5" nosort/>