Difference between revisions of "Adapters-HowTo"

From GreenVulcano Wiki
Jump to: navigation, search
(Interfaces methods)
Line 16: Line 16:
 
== 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.
 
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 XML configuration files.

Revision as of 14:22, 9 October 2012

This is intended as a mini guide for a developer who wants to create a new adapter for GreenVulcano® ESB.


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. The Node passed to the init() method is the one that we can find in the XML configuration files.