Versions Compared

Key

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

...

  • from(String uri)
  • from(Endpoint endPoint)

Spring XML

<from uri="" ref=""/>

Parameters

Parameter

Type

Description

uri

String

URI describing a Camel Endpoint

endpoint

Endpoint

a Camel Endpoint

ref

Bean

Reference to an Endpoint bean definition

...