Difference between revisions of "Mm7-decode-call"

From GreenVulcano Wiki
Jump to: navigation, search
(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)
Line 21: Line 21:
  
 
The mm7-decode-call element has the attributes:
 
The mm7-decode-call element has the attributes:
* ''type'': call
+
{|class="gvtable"
* ''class'': it.greenvulcano.gvesb.virtual.mm7.ericsson.DecodeMM7CallOperation
+
! Attribute !! Type !! Description
* ''name'': Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.
+
|-
 +
| 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]]

Revision as of 21:30, 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: