Difference between revisions of "Plugins"
Line 89: | Line 89: | ||
|} | |} | ||
− | ''' | + | '''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: | + | | [[File:GVLDAPSearch.png | 20px]] || [[ldap-search-call]] || searching data on LDAP servers |
|- | |- | ||
− | | [[File: | + | | [[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: | + | | [[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: | + | | [[File:GVGenericCall.png | 20px]] || [[generic-call]] || doing a generic plugin invocation |
|- | |- | ||
− | | [[File: | + | | [[File:GVCoreCall.png | 20px]] || [[gvcore-call]] || invoking directly a flow of the {{GVESB}} core |
|- | |- | ||
− | | [[File: | + | | [[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: | + | | [[File:GVHttpCall.png | 20px]] || [[http-call]] || calling HTTP methods on remote servers |
|- | |- | ||
− | | [[File: | + | | [[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: | + | | [[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 ... | |
---|---|---|
filereader-call | reading from a file present in the file system | |
filewriter-call | writing into a file present in the file system or creating one | |
filemanager-call | searching, moving, coping, deleting, compressing and uncompressing a file | |
fsmonitor-call | getting a XML report of a directory containing the existing, created, modified and deleted files from the last scanning | |
remotemanager-call | performing operations to a file present in the file system via FTP/SFTP/FTPS | |
shell-call | executing a command shell |
WebService
Plug-in | Use this for ... | |
---|---|---|
ws-call | defining useful information for making a call to a Web Service |
Data Base
Plug-in | Use this for ... | |
---|---|---|
db-call | basic DB interaction | |
dh-call | defining the parameter for making a call to DataHandler | |
birt-report-call | defining the parameter to generate a BIRT report | |
excel-call | defining the parameter to create an Excel report from a DB select |
JMS
Plug-in | Use this for ... | |
---|---|---|
jms-enqueue | performing a queuing/publish operation on a JMS queue/topic | |
jms-dequeue | performing a reception operation from a JMS queue/topic |
Routing
Plug-in | Use this for ... | |
---|---|---|
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 | |
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 | |
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 |
Plug-in | Use this for ... | |
---|---|---|
smtp-call | sending an email | |
pop-call | receiving an email |
J2EE
Plug-in | Use this for ... | |
---|---|---|
j2ee-ejb-call | invoking an Enterprise Java Bean | |
j2ee-jca-call | invoking an adapter JCA (Java Connector Architecture) that exposes the interface CCI (Common Client Interface). |
LDAP
Plug-in | Use this for ... | |
---|---|---|
ldap-search-call | searching data on LDAP servers | |
ldap-update-call | updating data on LDAP servers |
Utility
Plug-in | Use this for ... | |
---|---|---|
jmx-call | invoking MBean methods or set/get attributes on servers | |
extract-data-call | extract data from the body of the message | |
test-service-call | simulate a test service | |
excelreader-call | reading from a Excel file | |
generic-call | doing a generic plugin invocation | |
gvcore-call | invoking directly a flow of the GreenVulcano® ESB core | |
rules-call | invoking a Rule Engine service |
Communication
Plug-in | Use this for ... | |
---|---|---|
http-call | calling HTTP methods on remote servers | |
hl7-call | invoking synchronous services on systems that use the HL7 v2 protocol with messages either standard or in XML format | |
jbpm-call | using the JBPM plugin | |
jbpm-task-call | using the JBPM TASK plugin | |
openspcoop-call | using the Open SPCoop plugin |
{{#w4grb_rate:}} <w4grb_ratinglist latestvotes items="5" nosort/>