Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Reference: Custom-Collater Properties

Reference: Custom-Collater Properties

Common Tab

Property
XML Attribute Name
Description
Output
output
Specifies where the
custom-collater
child element directs the output. There are 5 possible values:
  • message
    : the entire message, including
    rootpart
    and attachments. This value creates a new message, effectively removing any attachments.
  • soapbody
    : the content of the SOAP body from the
    rootpart
    of the message.
  • attachment
    : a MIME attachment to the message. You must specify the attachment index.
  • rootpart
    : the content of the root part of a MIME message, or if the message isn't MIME, the message itself. This value preserves any attachments on the original message.
  • variable
    : save the output as a named variable in the
    MediationContext
    .
Spring Bean
ref
The Spring bean that implements your
custom-collater
interface class.