argument

Purpose

Arguments specified as name-value pairs.

Contained by

Attributes

Attribute Description Type Default Options Use
name The name of the argument xs:string none    required 
value The value of the argument xs:string none    required 

Example

<channels>
  <channel name="smtp"
    class="com.volantis.mps.channels.SMTPChannelAdapter">
    <argument name="host" value="SMTP-HOST"/>
    <argument name="auth" value="false"/>
    <argument name="user" value="SMTP-USERNAME"/>
    <argument name="password" value="SMTP-PASSWORD"/>
  </channel>
</channels>

Related topics