Interface SchemaValidationContext


public interface SchemaValidationContext
This context holds the basic information for the validation of messages against schemas
Since:
2.7.3
  • Method Details

    • isSchemaValidationEnabled

      boolean isSchemaValidationEnabled()
      Is schema validation enabled.
      Returns:
      the schemaValidation
    • getSchemaRepository

      String getSchemaRepository()
      Gets the schemaRepository.
      Returns:
      the schemaRepository to get.
    • getSchema

      String getSchema()
      Gets the schema.
      Returns:
      the schema to get.