Difference between revisions of "Mm7-decode-call"
(Created page with "==Description== This {{GVESB}} plugins decodes a MM7 multipart message. =={{VULCON}} / {{GVCONSOLE}} Configuration== The input message can be: * javax.mail.internet.MimeMessag...") |
(→{{VULCON}} / {{GVCONSOLE}} Configuration) |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
The mm7-decode-call element has the attributes: | The mm7-decode-call element has the attributes: | ||
− | + | {|class="gvtable" | |
− | + | ! Attribute !! Type !! Description | |
− | + | |- | |
+ | | type || fixed || '''call''' | ||
+ | |- | ||
+ | | class || fixed || '''it.greenvulcano.gvesb.virtual.mm7.ericsson.DecodeMM7CallOperation''' | ||
+ | |- | ||
+ | | name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations. | ||
+ | |} | ||
and admits the subelements: | and admits the subelements: | ||
* Description | * Description | ||
* [[ServiceAlias]] | * [[ServiceAlias]] |
Latest revision as of 21:31, 9 February 2012
Description
This GreenVulcano® ESB plugins decodes a MM7 multipart message.
VulCon / GV Console Configuration
The input message can be:
- javax.mail.internet.MimeMessage
- byte[] (RFC-2045 serialized mime message)
- String (RFC-2045 serialized mime message)
Returns the following properties:
- X_MMS_MESSAGE_CLASS
- X_MMS_PRIORITY
- X_MMS_DELIVERY_REPORT
- X_MMS_READ_REPLY
- X_MMS_EXPIRY
- X_MMS_SERVICE_CODE
- X_MMS_FROM
- X_MMS_SUBJECT
The mm7-decode-call element has the attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | call |
class | fixed | it.greenvulcano.gvesb.virtual.mm7.ericsson.DecodeMM7CallOperation |
name | required | Operation name. Used in the Flow section to associate workflow nodes to VCL operations. |
and admits the subelements:
- Description
- ServiceAlias