Difference between revisions of "GVAdapterHttpConfiguration"
(→Configuration) |
|||
Line 18: | Line 18: | ||
* [[#GVConnection|GVConnection]] | * [[#GVConnection|GVConnection]] | ||
* [[#HTTPTransactions|HTTPTransactions]] | * [[#HTTPTransactions|HTTPTransactions]] | ||
+ | |||
+ | ===ServletMappings=== | ||
+ | |||
+ | This element might contain more sub-elements ServletMapping. | ||
+ | |||
+ | The following table shows the ServletMapping element's attributes: | ||
+ | {|class="gvtable" | ||
+ | ! Attribute !! Type !! Description | ||
+ | |- | ||
+ | | Mapping || required ||The attribute's value can't be null. | ||
+ | |} | ||
+ | |||
+ | Each ServletMapping might contain the following sub-elements: | ||
+ | * Description | ||
+ | * [[#RetCodeConversionIn|RetCodeConversionIn]] | ||
+ | * [[#RetCodeConversionOut|RetCodeConversionOut]] | ||
+ | |||
+ | ====RetCodeConversionIn==== | ||
+ | |||
+ | The following table shows the RetCodeConversionIn element's attributes: | ||
+ | {|class="gvtable" | ||
+ | ! Attribute !! Type !! Description | ||
+ | |- | ||
+ | | RetCodeConversion || optional || The attribute's admitted values are: | ||
+ | * ignore | ||
+ | * 0to1 | ||
+ | * 1to0 | ||
+ | |} | ||
+ | |||
+ | ====RetCodeConversionOut==== | ||
+ | |||
+ | The following table shows the RetCodeConversionOut element's attributes: | ||
+ | {|class="gvtable" | ||
+ | ! Attribute !! Type !! Description | ||
+ | |- | ||
+ | | RetCodeConversion || optional || The attribute's admitted values are: | ||
+ | * ignore | ||
+ | * 0to1 | ||
+ | * 1to0 | ||
+ | |} |
Revision as of 08:22, 27 February 2012
The GVHTTPAdapter Element is used by: GVAdapters.
The following table shows the GVHTTPAdapter element's attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value module. |
name | fixed | Module Id always set to HTTP_INBOUND. |
Contains the sub-element Configuration.
Configuration
Might contain the sub-elements:
ServletMappings
This element might contain more sub-elements ServletMapping.
The following table shows the ServletMapping element's attributes:
Attribute | Type | Description |
---|---|---|
Mapping | required | The attribute's value can't be null. |
Each ServletMapping might contain the following sub-elements:
- Description
- RetCodeConversionIn
- RetCodeConversionOut
RetCodeConversionIn
The following table shows the RetCodeConversionIn element's attributes:
Attribute | Type | Description |
---|---|---|
RetCodeConversion | optional | The attribute's admitted values are:
|
RetCodeConversionOut
The following table shows the RetCodeConversionOut element's attributes:
Attribute | Type | Description |
---|---|---|
RetCodeConversion | optional | The attribute's admitted values are:
|