Difference between revisions of "Adapters-HowTo"
(Created page with "This is intended as a mini guide for a developer who wants to create a new adapter for {{GVESB}}. == Plugin and Adapter == == Interfaces: call enqueue e dequeue == == Con...") |
(→Interfaces methods) |
||
Line 15: | Line 15: | ||
== Interfaces methods == | == 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. |
Revision as of 14:01, 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 e 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.