@Metadata(label="validation") public class EndpointValidatorDefinition extends ValidatorDefinition
Validator which leverages camel validator
component such as Validator
Component and Bean
Validator Component to perform content validation. A
ProcessorValidator will be created
internally with a SendProcessor which
forwards the message to the validator Endpoint. ValidatorDefinition
Validator| Constructor and Description |
|---|
EndpointValidatorDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRef() |
String |
getUri() |
void |
setRef(String ref)
Set the reference of the Endpoint.
|
void |
setUri(String uri)
Set the URI of the Endpoint.
|
getType, setType, setTypepublic EndpointValidatorDefinition()
Apache Camel