Class ValidationContextPredicate

java.lang.Object
org.apache.camel.component.hl7.ValidationContextPredicate
All Implemented Interfaces:
org.apache.camel.Predicate

public class ValidationContextPredicate extends Object implements org.apache.camel.Predicate
  • Constructor Details

    • ValidationContextPredicate

      public ValidationContextPredicate()
    • ValidationContextPredicate

      public ValidationContextPredicate(ca.uhn.hl7v2.HapiContext hapiContext)
    • ValidationContextPredicate

      public ValidationContextPredicate(ca.uhn.hl7v2.validation.ValidationContext validationContext)
    • ValidationContextPredicate

      public ValidationContextPredicate(org.apache.camel.Expression expression)
  • Method Details

    • matches

      public boolean matches(org.apache.camel.Exchange exchange)
      Specified by:
      matches in interface org.apache.camel.Predicate