public static interface JingEndpointBuilderFactory.JingBuilders
| Modifier and Type | Method and Description |
|---|---|
default JingEndpointBuilderFactory.JingEndpointBuilder |
jing(String path)
Jing (camel-jing)
Validates the payload of a message using RelaxNG Syntax using Jing
library.
|
default JingEndpointBuilderFactory.JingEndpointBuilder jing(String path)
jing:resourceUri
Path parameter: resourceUri (required)
URL to a local resource on the classpath or a full URL to a remote
resource or resource on the file system which contains the schema to
validate against.Apache Camel