Package org.apache.camel.model.validator
Class EndpointValidatorDefinition
- java.lang.Object
-
- org.apache.camel.model.validator.ValidatorDefinition
-
- org.apache.camel.model.validator.EndpointValidatorDefinition
-
@Metadata(label="validation") public class EndpointValidatorDefinition extends ValidatorDefinition
Represents an endpointValidatorwhich leverages camel validator component such as Validator Component and Bean Validator Component to perform content validation. AProcessorValidatorwill be created internally with aSendProcessorwhich forwards the message to the validator Endpoint. {@see ValidatorDefinition} {@see Validator}
-
-
Constructor Summary
Constructors Constructor Description EndpointValidatorDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRef()StringgetUri()voidsetRef(String ref)Set the reference of the Endpoint.voidsetUri(String uri)Set the URI of the Endpoint.-
Methods inherited from class org.apache.camel.model.validator.ValidatorDefinition
getType, setType, setType
-
-