messages.vm

来自「提供ESB 应用mule源代码 提供ESB 应用mule源代码」· VM 代码 · 共 16 行

VM
16
字号
#Add any string messages here that are specific to your transport#Messages put here can be translated into other languages#Each message should be given a unique numerical id i.e.##1=This is a test message with a single argument {0}##Arguments can be placed in the message using {0}, {1}, etc placeholders##To get a message listed here use the following -# new Message("${TransportName}", "<message id>" [, <arg 1>, <arg 2>]);## "${TransportName}" is the protocol of this transport# <message id> is the id of the message in this file# <arg x> is a list of String arguments to pass to the message## For more info see http://mule.mulesource.org/wiki/x/zQU

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?