Uses of Interface
org.apache.camel.component.http4.HttpBinding

Packages that use HttpBinding
org.apache.camel.component.http4 Defines the HTTP Component 
 

Uses of HttpBinding in org.apache.camel.component.http4
 

Classes in org.apache.camel.component.http4 that implement HttpBinding
 class DefaultHttpBinding
          Binding between HttpMessage and HttpServletResponse.
 

Fields in org.apache.camel.component.http4 declared as HttpBinding
protected  HttpBinding HttpComponent.httpBinding
           
 

Methods in org.apache.camel.component.http4 that return HttpBinding
 HttpBinding HttpConsumer.getBinding()
           
 HttpBinding HttpEndpoint.getBinding()
           
 HttpBinding HttpComponent.getHttpBinding()
           
 

Methods in org.apache.camel.component.http4 with parameters of type HttpBinding
 void HttpEndpoint.setBinding(HttpBinding binding)
           
 void HttpComponent.setHttpBinding(HttpBinding httpBinding)
           
 void HttpEndpoint.setHttpBinding(HttpBinding binding)
           
 void HttpEndpoint.setHttpBindingRef(HttpBinding binding)
           
 



Apache CAMEL