Difference between revisions of "Plugins"

From GreenVulcano Wiki
Jump to: navigation, search
Line 9: Line 9:
 
'''File management'''
 
'''File management'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! Use this for ...
+
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
 
| [[File:GVFileReader.png |20px]] || [[filereader-call]] || reading from a file present in the file system
 
| [[File:GVFileReader.png |20px]] || [[filereader-call]] || reading from a file present in the file system
Line 27: Line 27:
 
'''WebService'''
 
'''WebService'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! Use this for ...
+
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
 
| [[File:GVWsCall.png | 20px]] || [[ws-call]] || defining useful information for making a call to a Web Service
 
| [[File:GVWsCall.png | 20px]] || [[ws-call]] || defining useful information for making a call to a Web Service
Line 35: Line 35:
 
'''Query DB'''
 
'''Query DB'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! Use this for ...
+
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
 
| [[File:GVDBCall.png | 20px]] || [[Gvvcl-db|db-call]] || querying a DB
 
| [[File:GVDBCall.png | 20px]] || [[Gvvcl-db|db-call]] || querying a DB
Line 49: Line 49:
 
'''JMS queue'''
 
'''JMS queue'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! Use this for ...
+
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
 
| [[File:Enqueue32.png | 20px]] || [[jms-enqueue]] || performing a queuing/publish operation on a queue/topic JMS
 
| [[File:Enqueue32.png | 20px]] || [[jms-enqueue]] || performing a queuing/publish operation on a queue/topic JMS
Line 59: Line 59:
 
'''Routes'''
 
'''Routes'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! Use this for ...
+
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
 
| [[File:GVRoutedDequeueCall.png | 20px]] || [[routed-dequeue]] || creating a routing mechanism at the level of communication channel<br/> During the execution of flows, the operation is seen as a simple dequeue
 
| [[File:GVRoutedDequeueCall.png | 20px]] || [[routed-dequeue]] || creating a routing mechanism at the level of communication channel<br/> During the execution of flows, the operation is seen as a simple dequeue
Line 69: Line 69:
 
'''Mail'''
 
'''Mail'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! Use this for ...
+
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
 
| [[File:GVSmtpCall.png | 20px]] || [[smtp-call]] || sending an email
 
| [[File:GVSmtpCall.png | 20px]] || [[smtp-call]] || sending an email
Line 79: Line 79:
 
'''j2ee-calls'''
 
'''j2ee-calls'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! Use this for ...
+
! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ...
 
|-
 
|-
 
| [[File:GVEjbCall.png | 20px]] || [[j2ee-ejb-call]] ||  invoking an Enterprise Java Bean
 
| [[File:GVEjbCall.png | 20px]] || [[j2ee-ejb-call]] ||  invoking an Enterprise Java Bean
Line 89: Line 89:
 
'''mm7-calls'''
 
'''mm7-calls'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! 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:Call.png | 20px]] || [[mm7-decode-call]] || decoding a MM7 multipart message (new)
Line 99: Line 99:
 
'''util-calls'''
 
'''util-calls'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! 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:Call.png | 20px]] || [[jmx-call]]  || invoking MBean methods or set/get attributes on local servers
Line 119: Line 119:
 
'''comm-calls'''
 
'''comm-calls'''
  
{|class="gvtable"
+
{|class="gvtable" style="width: 80%"
! !! Plug-in !! 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:call.png | 20px]] || [[http-call]] ||  calling HTTP methods on remote servers

Revision as of 16:13, 1 February 2012

In GreenVulcano® ESB, a plug-in (or plugin) is a software component that adds specific abilities enabling the functionality of an application.

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 management

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

Query DB

Plug-in Use this for ...
GVDBCall.png db-call querying a DB
GVDHCall.png dh-call defining the parameter for making a call to Data Handler
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 queue

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

Routes

Plug-in Use this for ...
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-calls

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).

mm7-calls

Plug-in Use this for ...
Call.png mm7-decode-call decoding a MM7 multipart message (new)
Call.png mm7-submit-call submitting a MM7 multipart message to a MMS-C server (new)

util-calls

Plug-in Use this for ...
Call.png jmx-call invoking MBean methods or set/get attributes on local servers
GVextractData.png extract-data-call extract data from the body of the message
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
GVtest.png test-service-call testing a service
GVExcelReaderCall.png excelreader-call reading from a file Excel
Call.png generic-call doing a generic invocation, for example to external systems
Call.png gvcore-call invoking directly a flow of the GreenVulcano® ESB core

comm-calls

Plug-in Use this for ...
Call.png http-call calling HTTP methods on remote servers
Call.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
Call.png openspcoop-call using the OPENSPCOOP plugin