org.mule.module.apikit.validation
Class AbstractRestSchemaValidator

java.lang.Object
  extended by org.mule.module.apikit.validation.AbstractRestSchemaValidator
All Implemented Interfaces:
RestSchemaValidator
Direct Known Subclasses:
RestJsonSchemaValidator, RestXmlSchemaValidator

public abstract class AbstractRestSchemaValidator
extends Object
implements RestSchemaValidator


Field Summary
protected  org.mule.api.MuleContext muleContext
           
 
Constructor Summary
AbstractRestSchemaValidator(org.mule.api.MuleContext muleContext)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.module.apikit.validation.RestSchemaValidator
validate
 

Field Detail

muleContext

protected final org.mule.api.MuleContext muleContext
Constructor Detail

AbstractRestSchemaValidator

public AbstractRestSchemaValidator(org.mule.api.MuleContext muleContext)


Copyright © 2013. All rights reserved.