Package org.apache.camel.component.hl7
Class ValidationContextPredicate
java.lang.Object
org.apache.camel.component.hl7.ValidationContextPredicate
- All Implemented Interfaces:
org.apache.camel.Predicate
-
Constructor Summary
ConstructorsConstructorDescriptionValidationContextPredicate(ca.uhn.hl7v2.HapiContext hapiContext) ValidationContextPredicate(ca.uhn.hl7v2.validation.ValidationContext validationContext) ValidationContextPredicate(org.apache.camel.Expression expression) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.Predicate
init, initPredicate
-
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:
matchesin interfaceorg.apache.camel.Predicate
-