org.mule.module.apikit.validation
Interface RestSchemaValidator

All Known Implementing Classes:
AbstractRestSchemaValidator, RestJsonSchemaValidator, RestXmlSchemaValidator

public interface RestSchemaValidator


Method Summary
 void validate(String schemaPath, org.mule.api.MuleEvent muleEvent, org.raml.model.Raml api)
           
 

Method Detail

validate

void validate(String schemaPath,
              org.mule.api.MuleEvent muleEvent,
              org.raml.model.Raml api)
              throws BadRequestException
Throws:
BadRequestException


Copyright © 2013. All rights reserved.