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 class
DefaultHttpBinding
Binding betweenHttpMessage
andHttpServletResponse
.Fields in org.apache.camel.http.common declared as HttpBinding Modifier and Type Field Description protected HttpBinding
HttpCommonComponent. httpBinding
Methods in org.apache.camel.http.common that return HttpBinding Modifier and Type Method Description HttpBinding
HttpCommonEndpoint. getBinding()
Deprecated.HttpBinding
HttpConsumer. getBinding()
HttpBinding
HttpCommonComponent. getHttpBinding()
HttpBinding
HttpCommonEndpoint. getHttpBinding()
Methods in org.apache.camel.http.common with parameters of type HttpBinding Modifier and Type Method Description void
HttpCommonComponent. setHttpBinding(HttpBinding httpBinding)
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.void
HttpCommonEndpoint. setHttpBinding(HttpBinding httpBinding)
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.
-