Uses of Interface
org.apache.camel.component.gae.bind.InboundBinding

Packages that use InboundBinding
org.apache.camel.component.gae.bind   
org.apache.camel.component.gae.http   
org.apache.camel.component.gae.task   
 

Uses of InboundBinding in org.apache.camel.component.gae.bind
 

Methods in org.apache.camel.component.gae.bind that return InboundBinding
 InboundBinding<E,S,T> InboundBindingSupport.getInboundBinding()
           
 

Methods in org.apache.camel.component.gae.bind with parameters of type InboundBinding
 void InboundBindingSupport.setInboundBinding(InboundBinding<E,S,T> inboundBinding)
           
 

Constructors in org.apache.camel.component.gae.bind with parameters of type InboundBinding
HttpBindingInvocationHandler(E endpoint, org.apache.camel.component.http.HttpBinding httpBinding, InboundBinding<E,S,T> inboundBinding)
           
 

Uses of InboundBinding in org.apache.camel.component.gae.http
 

Classes in org.apache.camel.component.gae.http that implement InboundBinding
 class GHttpBinding
          Binds the HTTPRequest/HTTPResponse pair of the URL fetch service to a Camel Exchange.
 

Methods in org.apache.camel.component.gae.http that return InboundBinding
 InboundBinding<GHttpEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> GHttpEndpoint.getInboundBinding()
           
 

Methods in org.apache.camel.component.gae.http with parameters of type InboundBinding
 void GHttpEndpoint.setInboundBinding(InboundBinding<GHttpEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> inboundBinding)
           
 

Uses of InboundBinding in org.apache.camel.component.gae.task
 

Classes in org.apache.camel.component.gae.task that implement InboundBinding
 class GTaskBinding
          Binds the TaskOptions of the task queueing service to a Camel Exchange for outbound communication.
 

Methods in org.apache.camel.component.gae.task that return InboundBinding
 InboundBinding<GTaskEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> GTaskEndpoint.getInboundBinding()
           
 

Methods in org.apache.camel.component.gae.task with parameters of type InboundBinding
 void GTaskEndpoint.setInboundBinding(InboundBinding<GTaskEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> inboundBinding)
           
 



Apache CAMEL