Package org.apache.camel.support.http
Class RestUtil
java.lang.Object
org.apache.camel.support.http.RestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isValidOrAcceptedContentType
(String valid, String target) Used for validating incoming REST calls whether Camel can process according to consumes/produces and Accept/Content-Type headers.
-
Constructor Details
-
RestUtil
public RestUtil()
-
-
Method Details
-
isValidOrAcceptedContentType
Used for validating incoming REST calls whether Camel can process according to consumes/produces and Accept/Content-Type headers.
-