Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleendpoint attributes
borderStylesolidbgColor='lighblue'

Name

Type

Description

Default

marshaler

class

org.apache.servicemix.scripting.ScriptingMarshalerSupport

DefaultScriptingMarshaler

script

String

Spring Resource for the script file

null (must be spec'd)

language

String

script language to use (groovy, jruby, js etc)

autodetect (via file extension)

logResourceBundle

String

Log Resource Bundle for Script Logger

null

scriptLogger

class

java.util.logging.Logger

null

disableOutput

boolean

flag if no out message should be sent

true false

copyProperties

boolean

flag if the message header will be copied to out message

false

copyAttachments

boolean

flag if the message attachments will be copied to out message

false

bindings

class

java.util.Map

null

targetInterface

QName

the target interface

null

targetOperation

QName

the target operation

null

targetService

QName

the target service

null

targetEndpoint

String

the target endpoint

null

targetUri

String

target uri

null

...