Generic-call

From GreenVulcano Wiki
Revision as of 15:13, 5 February 2012 by Anonymous (talk) (Created page with "==Description== Allows a generic invocation. =={{VULCON}} / {{GVCONSOLE}} Configuration== {{GVESB}} use special plug-ins to make invocations to external systems. Plug-ins are ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Allows a generic invocation.

VulCon / GV Console Configuration

GreenVulcano® ESB use special plug-ins to make invocations to external systems. Plug-ins are made from Java classes that implement the interface it.greenvulcano.gvesb.virtual.CallOperation.

At this plug-in you can pass a set of parameters as pairs name-value (sub-items call-parameter).

The generic-call Element is used by Channel and routed-call and its attributes are:

  • type: call.
  • name: Operation name. Used in the Flow section to associate workflow nodes to VCL operations.
  • class: it.greenvulcano.gvesb.virtual.CallOperation

Its subelements are:

call-parameter

Parameter for the items generic-call. Its attributes are:

  • type: param.
  • name: Parameter name.
  • value: Parameter value.