Difference between revisions of "ServiceAlias"
(→AliasMapping) |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | ==Description== | |
| + | This element defines service name translation for VCL operations. | ||
| − | + | =={{GVESB}} Configuration== | |
| + | The ServiceAlias Element is used by: | ||
| + | * [[extract-data-call]] | ||
| + | * [[generic-call]] | ||
| + | * [[gvcore-call]] | ||
| + | * [[j2ee-ejb-call]] | ||
| + | * [[j2ee-jca-call]] | ||
| + | * [[jms-dequeue]] | ||
| + | * [[jms-enqueue]] | ||
| + | * [[routed-call]] | ||
| + | * [[routed-dequeue]] | ||
| + | * [[routed-enqueue]] | ||
| + | * [[test-service-call]] | ||
| + | |||
| + | |||
| + | Might contain a [[Description]] and more elements [[#AliasMapping|AliasMapping]]. | ||
==AliasMapping== | ==AliasMapping== | ||
| − | The AliasMapping Element is used by ''ServiceAlias'' | + | The AliasMapping Element is only used by '''ServiceAlias''' and has the attributes: |
| − | + | {|class="gvtable" | |
| − | + | ! Attribute !! Type !! Description | |
| + | |- | ||
| + | | real-name || required || Input service name. The attribute's value cannot be null | ||
| + | |- | ||
| + | | alias || required || Translated service name. The attribute's value cannot be null | ||
| + | |} | ||
Latest revision as of 12:03, 12 November 2012
Description
This element defines service name translation for VCL operations.
GreenVulcano® ESB Configuration
The ServiceAlias Element is used by:
- extract-data-call
- generic-call
- gvcore-call
- j2ee-ejb-call
- j2ee-jca-call
- jms-dequeue
- jms-enqueue
- routed-call
- routed-dequeue
- routed-enqueue
- test-service-call
Might contain a Description and more elements AliasMapping.
AliasMapping
The AliasMapping Element is only used by ServiceAlias and has the attributes:
| Attribute | Type | Description |
|---|---|---|
| real-name | required | Input service name. The attribute's value cannot be null |
| alias | required | Translated service name. The attribute's value cannot be null |