Author: buildbot
Date: Mon Feb 3 13:19:54 2014
New Revision: 896253
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/bean-validation.html
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/component-list.html
websites/production/camel/content/components.html
websites/production/camel/content/transport.html
websites/production/camel/content/uris.html
Modified: websites/production/camel/content/bean-validation.html
==============================================================================
--- websites/production/camel/content/bean-validation.html (original)
+++ websites/production/camel/content/bean-validation.html Mon Feb 3 13:19:54
2014
@@ -86,60 +86,24 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2
id="BeanValidation-BeanValidationComponent">Bean Validation Component</h2>
-
-<p><strong>Available as of Camel 2.3</strong></p>
-
-<p>The Validation component performs bean validation of the message body using
the Java Bean Validation API (<a shape="rect" class="external-link"
href="http://jcp.org/en/jsr/detail?id=303" rel="nofollow">JSR 303</a>). Camel
uses the reference implementation, which is <a shape="rect"
class="external-link"
href="http://docs.jboss.org/hibernate/validator/4.3/reference/en-US/html_single/"
rel="nofollow">Hibernate Validator</a>.</p>
-
-<p>Maven users will need to add the following dependency to their
<code>pom.xml</code> for this component:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
-<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
-<dependency>
+<div class="wiki-content maincontent"><h2
id="BeanValidation-BeanValidationComponent">Bean Validation
Component</h2><p><strong>Available as of Camel 2.3</strong></p><p>The
Validation component performs bean validation of the message body using the
Java Bean Validation API (<a shape="rect" class="external-link"
href="http://jcp.org/en/jsr/detail?id=303" rel="nofollow">JSR 303</a>). Camel
uses the reference implementation, which is <a shape="rect"
class="external-link"
href="http://docs.jboss.org/hibernate/validator/4.3/reference/en-US/html_single/"
rel="nofollow">Hibernate Validator</a>.</p><p>Maven users will need to add the
following dependency to their <code>pom.xml</code> for this component:</p><div
class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-bean-validator</artifactId>
- <version>x.x.x</version>
+ <version>x.y.z</version>
<!-- use the same version as your Camel core version -->
</dependency>
]]></script>
-</div></div>
-
-
-<h3 id="BeanValidation-URIformat">URI format</h3>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-bean-validator:something[?options]
+</div></div><h3 id="BeanValidation-URIformat">URI format</h3><div class="code
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator:label[?options]
]]></script>
-</div></div>
-
-<p>or</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-bean-validator://something[?options]
+</div></div><p>or</p><div class="code panel pdl" style="border-width:
1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator://label[?options]
]]></script>
-</div></div>
-
-<p>Where <strong>something</strong> must be present to provide a valid url<br
clear="none">
-You can append query options to the URI in the following format,
?option=value&option=value&...</p>
-
-<h3 id="BeanValidation-URIOptions">URI Options</h3>
-<div class="confluenceTableSmall">
+</div></div><p>Where <strong>label</strong> is an arbitrary text value
describing the endpoint.<br clear="none"> You can append query options to the
URI in the following format, ?option=value&option=value&...</p><h3
id="BeanValidation-URIOptions">URI Options</h3><div
class="confluenceTableSmall">
<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"><p> Option </p></th><th colspan="1" rowspan="1"
class="confluenceTh"><p> Default </p></th><th colspan="1" rowspan="1"
class="confluenceTh"><p> Description </p></th></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p> <code>group</code> </p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p>
<code>javax.validation.groups.Default</code> </p></td><td colspan="1"
rowspan="1" class="confluenceTd"><p> The custom validation group to use.
</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>
<code>messageInterpolator</code> </p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p> <code>org.hibernate.validator.engine.<br clear="none"
class="atl-forced-newline">ResourceBundleMessageInterpolator</code>
</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Reference to a
custom <code>javax.validation.MessageInterpolator</code> in the <a shape="rect"
href="regis
try.html" title="Registry">Registry</a>. </p></td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p> <code>traversableResolver</code>
</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>
<code>org.hibernate.validator.engine.resolver.<br clear="none"
class="atl-forced-newline">DefaultTraversableResolver</code> </p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p> Reference to a custom
<code>javax.validation.TraversableResolver</code> in the <a shape="rect"
href="registry.html" title="Registry">Registry</a>. </p></td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"><p>
<code>constraintValidatorFactory</code> </p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p> <code>org.hibernate.validator.engine.<br clear="none"
class="atl-forced-newline">ConstraintValidatorFactoryImpl</code> </p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p> Reference to a custom
<code>javax.validation.ConstraintValidatorFactory</code> in the <a shape="rect"
h
ref="registry.html" title="Registry">Registry</a>.
</p></td></tr></tbody></table>
-</div>
-
-<h3 id="BeanValidation-ServiceMix4/OSGiDeployment.">ServiceMix4/OSGi
Deployment.</h3>
-
-<p>The bean-validator when deployed in an OSGi environment requires a little
help to accommodate the resource loading specified in JSR303, this was fixed in
Servicemix-Specs 1.6-SNAPSHOT.</p>
-
-<h3 id="BeanValidation-Example">Example</h3>
-
-<p>Assumed we have a java bean with the following annotations</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader
panelHeader pdl" style="border-bottom-width: 1px;"><b>Car.java</b></div><div
class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-public class Car {
+</div><h3 id="BeanValidation-ServiceMix4/OSGiDeployment.">ServiceMix4/OSGi
Deployment.</h3><p>The bean-validator when deployed in an OSGi environment
requires a little help to accommodate the resource loading specified in JSR303,
this was fixed in Servicemix-Specs 1.6-SNAPSHOT.</p><h3
id="BeanValidation-Example">Example</h3><p>Assumed we have a java bean with the
following annotations</p><div class="code panel pdl" style="border-width:
1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width:
1px;"><b>Car.java</b></div><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[public class Car {
@NotNull
private String manufacturer;
@@ -151,62 +115,32 @@ public class Car {
// getter and setter
}
]]></script>
-</div></div>
-
-<p>and an interface definition for our custom validation group</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader
panelHeader pdl" style="border-bottom-width:
1px;"><b>OptionalChecks.java</b></div><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-public interface OptionalChecks {
+</div></div><p>and an interface definition for our custom validation
group</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeHeader panelHeader pdl" style="border-bottom-width:
1px;"><b>OptionalChecks.java</b></div><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[public interface OptionalChecks {
}
]]></script>
-</div></div>
-
-<p>with the following Camel route, only the <strong>@NotNull</strong>
constraints on the attributes manufacturer and licensePlate will be validated
(Camel uses the default group <code>javax.validation.groups.Default</code>).</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-from("direct:start")
+</div></div><p>with the following Camel route, only the
<strong>@NotNull</strong> constraints on the attributes manufacturer and
licensePlate will be validated (Camel uses the default group
<code>javax.validation.groups.Default</code>).</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[from("direct:start")
.to("bean-validator://x")
.to("mock:end")
]]></script>
-</div></div>
-
-<p>If you want to check the constraints from the group
<code>OptionalChecks</code>, you have to define the route like this</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-from("direct:start")
+</div></div><p>If you want to check the constraints from the group
<code>OptionalChecks</code>, you have to define the route like this</p><div
class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[from("direct:start")
.to("bean-validator://x?group=OptionalChecks")
.to("mock:end")
]]></script>
-</div></div>
-
-<p>If you want to check the constraints from both groups, you have to define a
new interface first</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader
panelHeader pdl" style="border-bottom-width:
1px;"><b>AllChecks.java</b></div><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-@GroupSequence({Default.class, OptionalChecks.class})
+</div></div><p>If you want to check the constraints from both groups, you have
to define a new interface first</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeHeader panelHeader pdl"
style="border-bottom-width: 1px;"><b>AllChecks.java</b></div><div
class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[@GroupSequence({Default.class,
OptionalChecks.class})
public interface AllChecks {
}
]]></script>
-</div></div>
-
-<p>and then your route definition should looks like this</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-from("direct:start")
+</div></div><p>and then your route definition should looks like this</p><div
class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[from("direct:start")
.to("bean-validator://x?group=AllChecks")
.to("mock:end")
]]></script>
-</div></div>
-
-<p>And if you have to provide your own message interpolator, traversable
resolver and constraint validator factory, you have to write a route like
this</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-<bean id="myMessageInterpolator"
class="my.ConstraintValidatorFactory" />
+</div></div><p>And if you have to provide your own message interpolator,
traversable resolver and constraint validator factory, you have to write a
route like this</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[<bean id="myMessageInterpolator"
class="my.ConstraintValidatorFactory" />
<bean id="myTraversableResolver"
class="my.TraversableResolver" />
<bean id="myConstraintValidatorFactory"
class="my.ConstraintValidatorFactory" />
@@ -215,13 +149,8 @@ from("direct:start")
&traversableResolver=#myTraversableResolver&constraintValidatorFactory=#myConstraintValidatorFactory")
.to("mock:end")
]]></script>
-</div></div>
-
-<p>It's also possible to describe your constraints as XML and not as Java
annotations. In this case, you have to provide the file
<code>META-INF/validation.xml</code> which could looks like this</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader
panelHeader pdl" style="border-bottom-width:
1px;"><b>validation.xml</b></div><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-<?xml version="1.0" encoding="UTF-8"?>
+</div></div><p>It's also possible to describe your constraints as XML and not
as Java annotations. In this case, you have to provide the file
<code>META-INF/validation.xml</code> which could looks like this</p><div
class="code panel pdl" style="border-width: 1px;"><div class="codeHeader
panelHeader pdl" style="border-bottom-width:
1px;"><b>validation.xml</b></div><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[<?xml version="1.0"
encoding="UTF-8"?>
<validation-config
xmlns="http://jboss.org/xml/ns/javax/validation/configuration"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -234,13 +163,8 @@ from("direct:start")
<constraint-mapping>/constraints-car.xml</constraint-mapping>
</validation-config>
]]></script>
-</div></div>
-
-<p>and the <code>constraints-car.xml</code> file</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader
panelHeader pdl" style="border-bottom-width:
1px;"><b>constraints-car.xml</b></div><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-<?xml version="1.0" encoding="UTF-8"?>
+</div></div><p>and the <code>constraints-car.xml</code> file</p><div
class="code panel pdl" style="border-width: 1px;"><div class="codeHeader
panelHeader pdl" style="border-bottom-width:
1px;"><b>constraints-car.xml</b></div><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[<?xml version="1.0"
encoding="UTF-8"?>
<constraint-mappings
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/mapping
validation-mapping-1.0.xsd"
xmlns="http://jboss.org/xml/ns/javax/validation/mapping">
@@ -265,10 +189,7 @@ from("direct:start")
</bean>
</constraint-mappings>
]]></script>
-</div></div>
-
-
-<h3 id="BeanValidation-SeeAlso">See Also</h3>
+</div></div><p></p><h3 id="BeanValidation-SeeAlso">See Also</h3>
<ul><li><a shape="rect" href="configuring-camel.html">Configuring
Camel</a></li><li><a shape="rect"
href="component.html">Component</a></li><li><a shape="rect"
href="endpoint.html">Endpoint</a></li><li><a shape="rect"
href="getting-started.html">Getting Started</a></li></ul></div>
</td>
<td valign="top">
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/component-list.html
==============================================================================
--- websites/production/camel/content/component-list.html (original)
+++ websites/production/camel/content/component-list.html Mon Feb 3 13:19:54
2014
@@ -127,7 +127,7 @@
<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean:beanName[?options]
]]></script>
</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Uses the
<a shape="rect" href="bean-binding.html">Bean Binding</a> to bind message
exchanges to beans in the <a shape="rect" href="registry.html">Registry</a>. Is
also used for exposing and invoking POJO (Plain Old Java
Objects).</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><a shape="rect" href="bean-validation.html">Bean
Validation</a> / camel-bean-validator</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator:something[?options]
+<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator:label[?options]
]]></script>
</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Validates
the payload of a message using the Java Validation API (<a shape="rect"
class="external-link" href="http://jcp.org/en/jsr/detail?id=303"
rel="nofollow">JSR 303</a> and JAXP Validation) and its reference
implementation <a shape="rect" class="external-link"
href="http://docs.jboss.org/hibernate/stable/validator/reference/en/html_single/"
rel="nofollow">Hibernate Validator</a></p></td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p><a shape="rect"
href="browse.html">Browse</a> / camel-core</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[browse:someName
Modified: websites/production/camel/content/components.html
==============================================================================
--- websites/production/camel/content/components.html (original)
+++ websites/production/camel/content/components.html Mon Feb 3 13:19:54 2014
@@ -143,7 +143,7 @@
<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean:beanName[?options]
]]></script>
</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Uses the
<a shape="rect" href="bean-binding.html">Bean Binding</a> to bind message
exchanges to beans in the <a shape="rect" href="registry.html">Registry</a>. Is
also used for exposing and invoking POJO (Plain Old Java
Objects).</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><a shape="rect" href="bean-validation.html">Bean
Validation</a> / camel-bean-validator</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator:something[?options]
+<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator:label[?options]
]]></script>
</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Validates
the payload of a message using the Java Validation API (<a shape="rect"
class="external-link" href="http://jcp.org/en/jsr/detail?id=303"
rel="nofollow">JSR 303</a> and JAXP Validation) and its reference
implementation <a shape="rect" class="external-link"
href="http://docs.jboss.org/hibernate/stable/validator/reference/en/html_single/"
rel="nofollow">Hibernate Validator</a></p></td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p><a shape="rect"
href="browse.html">Browse</a> / camel-core</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[browse:someName
Modified: websites/production/camel/content/transport.html
==============================================================================
--- websites/production/camel/content/transport.html (original)
+++ websites/production/camel/content/transport.html Mon Feb 3 13:19:54 2014
@@ -147,7 +147,7 @@
<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean:beanName[?options]
]]></script>
</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Uses the
<a shape="rect" href="bean-binding.html">Bean Binding</a> to bind message
exchanges to beans in the <a shape="rect" href="registry.html">Registry</a>. Is
also used for exposing and invoking POJO (Plain Old Java
Objects).</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><a shape="rect" href="bean-validation.html">Bean
Validation</a> / camel-bean-validator</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator:something[?options]
+<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator:label[?options]
]]></script>
</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Validates
the payload of a message using the Java Validation API (<a shape="rect"
class="external-link" href="http://jcp.org/en/jsr/detail?id=303"
rel="nofollow">JSR 303</a> and JAXP Validation) and its reference
implementation <a shape="rect" class="external-link"
href="http://docs.jboss.org/hibernate/stable/validator/reference/en/html_single/"
rel="nofollow">Hibernate Validator</a></p></td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p><a shape="rect"
href="browse.html">Browse</a> / camel-core</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[browse:someName
Modified: websites/production/camel/content/uris.html
==============================================================================
--- websites/production/camel/content/uris.html (original)
+++ websites/production/camel/content/uris.html Mon Feb 3 13:19:54 2014
@@ -145,7 +145,7 @@
<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean:beanName[?options]
]]></script>
</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Uses the
<a shape="rect" href="bean-binding.html">Bean Binding</a> to bind message
exchanges to beans in the <a shape="rect" href="registry.html">Registry</a>. Is
also used for exposing and invoking POJO (Plain Old Java
Objects).</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p><a shape="rect" href="bean-validation.html">Bean
Validation</a> / camel-bean-validator</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator:something[?options]
+<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[bean-validator:label[?options]
]]></script>
</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Validates
the payload of a message using the Java Validation API (<a shape="rect"
class="external-link" href="http://jcp.org/en/jsr/detail?id=303"
rel="nofollow">JSR 303</a> and JAXP Validation) and its reference
implementation <a shape="rect" class="external-link"
href="http://docs.jboss.org/hibernate/stable/validator/reference/en/html_single/"
rel="nofollow">Hibernate Validator</a></p></td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p><a shape="rect"
href="browse.html">Browse</a> / camel-core</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
<script class="theme: Default; brush: plain; gutter: false"
type="syntaxhighlighter"><![CDATA[browse:someName