Class ComparativeStatusCode
- java.lang.Object
-
- br.com.senior.crm.http.camel.services.impl.ComparativeStatusCode
-
public class ComparativeStatusCode extends Object
-
-
Constructor Summary
Constructors Constructor Description ComparativeStatusCode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisInternationalServerError(org.apache.camel.Exchange exchange)static booleanisNotFound(org.apache.camel.Exchange exchange)static booleanisOk(org.apache.camel.Exchange exchange)static booleanisUnauthorized(org.apache.camel.Exchange exchange)static booleannotOk(org.apache.camel.Exchange exchange)
-
-
-
Method Detail
-
isOk
public static boolean isOk(org.apache.camel.Exchange exchange)
-
notOk
public static boolean notOk(org.apache.camel.Exchange exchange)
-
isInternationalServerError
public static boolean isInternationalServerError(org.apache.camel.Exchange exchange)
-
isNotFound
public static boolean isNotFound(org.apache.camel.Exchange exchange)
-
isUnauthorized
public static boolean isUnauthorized(org.apache.camel.Exchange exchange)
-
-