Versions Compared

Key

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

...

Attribute

Description

jbi.getEndpoint()

The DroolsEndpoint using this DRL

jbi.getContent()

A ComponentContext for this endpoint

jbi.getChannel()

A DeliveryChannel for this endpoint (no accept allowed)

jbi.getClient()

A ServiceMixClient on top of this endpoint

jbi.getExchange()

The Exchange received

jbi.getLogger()

A org.apache.commons.logging.Log logger

Methods

Description

jbi.route(uri)

Route the current exchange to the given uri

jbi.fault(content)

Returns a fault using the given string as the xml fault

jbi.answer(content)

Sends an Out message using the given string as the xml content

...