Class DefaultRestClientResponseValidator

java.lang.Object
org.apache.camel.support.processor.DefaultRestClientResponseValidator
All Implemented Interfaces:
org.apache.camel.spi.RestClientResponseValidator

public class DefaultRestClientResponseValidator extends Object implements org.apache.camel.spi.RestClientResponseValidator
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.camel.spi.RestClientResponseValidator

    org.apache.camel.spi.RestClientResponseValidator.ValidationContext, org.apache.camel.spi.RestClientResponseValidator.ValidationError
  • Field Summary

    Fields inherited from interface org.apache.camel.spi.RestClientResponseValidator

    FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.camel.spi.RestClientResponseValidator.ValidationError
    validate(org.apache.camel.Exchange exchange, org.apache.camel.spi.RestClientResponseValidator.ValidationContext validationContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultRestClientResponseValidator

      public DefaultRestClientResponseValidator()
  • Method Details

    • validate

      public org.apache.camel.spi.RestClientResponseValidator.ValidationError validate(org.apache.camel.Exchange exchange, org.apache.camel.spi.RestClientResponseValidator.ValidationContext validationContext)
      Specified by:
      validate in interface org.apache.camel.spi.RestClientResponseValidator