Versions Compared

Key

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

...

Component / ArtifactId / URI

Description

Bean ValidationValidator / camel-bean-validator

Code Block
none
none
bean-validator:something[?<options>]

Validates the payload of a message using the Java Validation API (JSR 303). Hibernate Validator. is the reference implementation.

FOP / camel-fop

Code Block
none
none
fop:outputFormat[?<options>]

Renders the message into different output formats using Formatting Objects Processor (FOP), which is driven by XSL formatting objects (XSL-FO).

MSV / camel-msv

Code Block
none
none
msv:someLocalOrRemoteResource[?<options>]

Validates the payload of a message using the MSV Library.

RNC / camel-jing

Code Block
none
none
rnc:/relativeOrAbsoluteUri[?<options>]

Validates the payload of a message using RelaxNG Compact Syntax.

RNG / camel-jing

Code Block
none
none
rng:/relativeOrAbsoluteUri[?<options>]

Validates the payload of a message using RelaxNG.

StAX / camel-stax

Code Block
none
none
stax:(contentHandlerClassName|#myHandler)

Process messages through a Simple API for XML (SAX) ContentHandler.

XQuery / camel-saxon

Code Block
none
none
xquery:someXQueryResource

Generates a response using an XQuery template.

XSLT / camel-core

Code Block
none
none
xslt:templateName[?<options>]

Generates a response using a Extensible Stylesheet Language Transformations (XSLT) template.

Validation / camel-core

Code Block
none
none
validation:someLocalOrRemoteResource[?<options>]

Validates the payload of a message using XML Schema and Java API for XML Processing (JAXP) Validation.