@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ValidatorEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValidatorEndpointBuilderFactory.AdvancedValidatorEndpointBuilder
Advanced builder for endpoint for the Validator component.
|
static interface |
ValidatorEndpointBuilderFactory.ValidatorBuilders |
static interface |
ValidatorEndpointBuilderFactory.ValidatorEndpointBuilder
Builder for endpoint for the Validator component.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidatorEndpointBuilderFactory.ValidatorEndpointBuilder |
validator(String path)
Validator (camel-validator)
Validates the payload of a message using XML Schema and JAXP Validation.
|
static ValidatorEndpointBuilderFactory.ValidatorEndpointBuilder validator(String path)
validator:resourceUri
Path parameter: resourceUri (required)
URL to a local resource on the classpath,or a reference to lookup a bean
in the Registry, or a full URL to a remote resource or resource on the
file system which contains the XSD to validate against.Apache Camel