Uses of Interface
org.apache.camel.http.common.HttpBinding
-
-
Uses of HttpBinding in org.apache.camel.http.common
Classes in org.apache.camel.http.common that implement HttpBinding Modifier and Type Class Description classDefaultHttpBindingBinding betweenHttpMessageandHttpServletResponse.Fields in org.apache.camel.http.common declared as HttpBinding Modifier and Type Field Description protected HttpBindingHttpCommonComponent. httpBindingMethods in org.apache.camel.http.common that return HttpBinding Modifier and Type Method Description HttpBindingHttpCommonEndpoint. getBinding()Deprecated.HttpBindingHttpConsumer. getBinding()HttpBindingHttpCommonComponent. getHttpBinding()HttpBindingHttpCommonEndpoint. getHttpBinding()Methods in org.apache.camel.http.common with parameters of type HttpBinding Modifier and Type Method Description voidHttpCommonComponent. setHttpBinding(HttpBinding httpBinding)To use a custom HttpBinding to control the mapping between Camel message and HttpClient.voidHttpCommonEndpoint. setHttpBinding(HttpBinding httpBinding)To use a custom HttpBinding to control the mapping between Camel message and HttpClient.
-