Difference between revisions of "Generic-call"
(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 ...") |
(→{{VULCON}} / {{GVCONSOLE}} Configuration) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
{{GVESB}} 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. | {{GVESB}} 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''). | + | At this plug-in you can pass a set of parameters as pairs name-value (sub-items ''[[#call-parameter|call-parameter]]''). |
The generic-call Element is used by [[Channel]] and [[routed-call]] and its attributes are: | The generic-call Element is used by [[Channel]] and [[routed-call]] and its attributes are: | ||
− | + | {|class="gvtable" | |
− | + | ! Attribute !! Type !! Description | |
− | + | |- | |
+ | | type || fixed || This attribute must assume the value '''call'''. | ||
+ | |- | ||
+ | | class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.virtual.CallOperation''' | ||
+ | |- | ||
+ | | name || required ||Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations. | ||
+ | |} | ||
− | Its | + | Its sub-elements are: |
− | * Description | + | * [[Description]] |
− | * call-parameter | + | * [[#call-parameter|call-parameter]] |
* [[ServiceAlias]] | * [[ServiceAlias]] | ||
Line 22: | Line 28: | ||
Parameter for the items '''generic-call'''. Its attributes are: | Parameter for the items '''generic-call'''. Its attributes are: | ||
− | + | {|class="gvtable" | |
− | + | ! Attribute !! Type !! Description | |
− | + | |- | |
+ | | type || fixed || This attribute must assume the value '''param'''. | ||
+ | |- | ||
+ | | name || required || Parameter name. | ||
+ | |- | ||
+ | | value || required || Parameter value. | ||
+ | |} |
Latest revision as of 14:59, 6 March 2012
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:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value call. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.virtual.CallOperation |
name | required | Operation name. Used in the Flow section to associate workflow nodes to VCL operations. |
Its sub-elements are:
call-parameter
Parameter for the items generic-call. Its attributes are:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value param. |
name | required | Parameter name. |
value | required | Parameter value. |