Difference between revisions of "Adapters-HowTo"
(→Interfaces: call enqueue e dequeue) |
|||
Line 6: | Line 6: | ||
− | == Interfaces: call enqueue | + | == Interfaces: call enqueue and dequeue == |
− | |||
− | |||
== Configuration Files == | == Configuration Files == |
Revision as of 14:50, 9 October 2012
This is intended as a mini guide for a developer who wants to create a new adapter for GreenVulcano® ESB.
Contents
Plugin and Adapter
Interfaces: call enqueue and dequeue
Configuration Files
Interfaces methods
The Operation interface and its subinterface CallOperation have to be implemented each time a new GVVCL object is designed to make a call to an external system. The Node passed to the init() method is the one that we can find in the GVAdapters.xml configuration file. Each time you create an adapter you will add a section (node) into such file, like, for example:
<GVDataHandlerConfiguration name="DH_ENGINE" type="module" version="1.0">