Uses of Class
org.apache.camel.component.gae.http.GHttpEndpoint

Packages that use GHttpEndpoint
org.apache.camel.component.gae.http   
 

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

Methods in org.apache.camel.component.gae.http that return GHttpEndpoint
 GHttpEndpoint GHttpProducer.getEndpoint()
           
 

Methods in org.apache.camel.component.gae.http that return types with arguments of type GHttpEndpoint
 InboundBinding<GHttpEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> GHttpEndpoint.getInboundBinding()
           
 OutboundBinding<GHttpEndpoint,com.google.appengine.api.urlfetch.HTTPRequest,com.google.appengine.api.urlfetch.HTTPResponse> GHttpEndpoint.getOutboundBinding()
           
 OutboundBinding<GHttpEndpoint,com.google.appengine.api.urlfetch.HTTPRequest,com.google.appengine.api.urlfetch.HTTPResponse> GHttpProducer.getOutboundBinding()
           
 

Methods in org.apache.camel.component.gae.http with parameters of type GHttpEndpoint
protected  com.google.appengine.api.urlfetch.HTTPMethod GHttpBinding.getRequestMethod(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange)
           
protected  URL GHttpBinding.getRequestUrl(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange)
           
 org.apache.camel.Exchange GHttpBinding.readRequest(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange, javax.servlet.http.HttpServletRequest request)
           
protected  void GHttpBinding.readRequestHeaders(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange, javax.servlet.http.HttpServletRequest request)
           
 org.apache.camel.Exchange GHttpBinding.readResponse(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.urlfetch.HTTPResponse response)
          Reads data from response and writes it to the out-message of the exchange.
protected  void GHttpBinding.readResponseBody(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.urlfetch.HTTPResponse response)
           
protected  void GHttpBinding.readResponseHeaders(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.urlfetch.HTTPResponse response)
           
 com.google.appengine.api.urlfetch.HTTPRequest GHttpBinding.writeRequest(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.urlfetch.HTTPRequest request)
          Reads data from exchange and writes it to a newly created HTTPRequest instance.
protected  void GHttpBinding.writeRequestBody(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.urlfetch.HTTPRequest request)
           
protected  void GHttpBinding.writeRequestHeaders(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange, com.google.appengine.api.urlfetch.HTTPRequest request)
           
 javax.servlet.http.HttpServletResponse GHttpBinding.writeResponse(GHttpEndpoint endpoint, org.apache.camel.Exchange exchange, javax.servlet.http.HttpServletResponse response)
           
 

Method parameters in org.apache.camel.component.gae.http with type arguments of type GHttpEndpoint
 void GHttpEndpoint.setInboundBinding(InboundBinding<GHttpEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> inboundBinding)
           
 void GHttpEndpoint.setOutboundBinding(OutboundBinding<GHttpEndpoint,com.google.appengine.api.urlfetch.HTTPRequest,com.google.appengine.api.urlfetch.HTTPResponse> outboundBinding)
           
 

Constructors in org.apache.camel.component.gae.http with parameters of type GHttpEndpoint
GHttpProducer(GHttpEndpoint endpoint)
           
 



Apache CAMEL