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)
|