Interface SchemaValidationContext


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

      • isSchemaValidationEnabled

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

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

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