Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Component and endpoint options

Div
classconfluenceTableSmall

Name

Default Value

Description

username

 

Username for account. This is mandatory.

password

 

Password for account. This is mandatory.

json

true

Whether to return data in JSON format. If this option is false, then XML is returned in Atom format.

jsonAsMap

true

To transform the JSON from a String to a Map in the message body.

flatternMap

true

If the JSON Map contains only a single entry, then flattern by storing that single entry value as the message body.

Wiki Markup
{div:class=confluenceTableSmall} || Name || Default Value || Description || | {{username}} | | Username for account. This is mandatory. | | {{password}} | | Password for account. This is mandatory. | | {{json}} | {{true}} | Whether to return data in JSON format. If this option is false, then XML is returned in [Atom] format. | | {{jsonAsMap}} | {{true}} | To transform the JSON from a String to a Map in the message body. | | {{flatternMap}} | {{true}} | If the JSON Map contains only a single entry, then flattern by storing that single entry value as the message body. | {div}

Message Headers

The following headers can be used by the producer.

Div
classconfluenceTableSmall

Name

Type

Description

CamelNetWeaverCommand

String

Mandatory: The command to execute in MS ADO.Net Data Service format.

Wiki Markup
{div:class=confluenceTableSmall} || Name || Type || Description || | {{CamelNetWeaverCommand}} | {{String}} | *Mandatory*: The command to execute in [MS ADO.Net Data Service|http://msdn.microsoft.com/en-us/library/cc956153.aspx] format. | {div}

Examples

This example is using the flight demo example from SAP, which is available online over the internet here.

...