Difference between revisions of "Mm7-decode-call"

From GreenVulcano Wiki
Jump to: navigation, search
({{VULCON}} / {{GVCONSOLE}} Configuration)
({{VULCON}} / {{GVCONSOLE}} Configuration)
 
Line 24: Line 24:
 
! Attribute !! Type !! Description
 
! Attribute !! Type !! Description
 
|-
 
|-
| type || fixed || call
+
| type || fixed || '''call'''
 
|-
 
|-
| class || fixed || it.greenvulcano.gvesb.virtual.mm7.ericsson.DecodeMM7CallOperation
+
| 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.
 
| name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.

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: