Mm7-decode-call

From GreenVulcano Wiki
Jump to: navigation, search

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: