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

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

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

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

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

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

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



Apache Camel