Package org.apache.camel.model.validator
Class EndpointValidatorDefinition
java.lang.Object
org.apache.camel.model.validator.ValidatorDefinition
org.apache.camel.model.validator.EndpointValidatorDefinition
- All Implemented Interfaces:
CopyableDefinition<ValidatorDefinition>
Represents an endpoint
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.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.apache.camel.model.validator.ValidatorDefinition
getType, setType, setType
-
Constructor Details
-
EndpointValidatorDefinition
public EndpointValidatorDefinition() -
EndpointValidatorDefinition
-
-
Method Details
-
copyDefinition
Description copied from interface:CopyableDefinitionMakes a copy of this definition. -
getRef
-
setRef
Set the reference of the Endpoint. -
getUri
-
setUri
Set the URI of the Endpoint.
-