Package | Description |
---|---|
org.apache.camel.component.gae.bind | |
org.apache.camel.component.gae.http | |
org.apache.camel.component.gae.task |
Modifier and Type | Method and Description |
---|---|
InboundBinding<E,S,T> |
InboundBindingSupport.getInboundBinding() |
Modifier and Type | Method and Description |
---|---|
void |
InboundBindingSupport.setInboundBinding(InboundBinding<E,S,T> inboundBinding) |
Constructor and Description |
---|
HttpBindingInvocationHandler(E endpoint,
org.apache.camel.http.common.HttpBinding httpBinding,
InboundBinding<E,S,T> inboundBinding) |
Modifier and Type | Class and Description |
---|---|
class |
GHttpBinding
Binds the
HTTPRequest /HTTPResponse pair of the URL fetch
service to a Camel Exchange . |
Modifier and Type | Method and Description |
---|---|
InboundBinding<GHttpEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> |
GHttpEndpoint.getInboundBinding() |
Modifier and Type | Method and Description |
---|---|
void |
GHttpEndpoint.setInboundBinding(InboundBinding<GHttpEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> inboundBinding) |
Modifier and Type | Class and Description |
---|---|
class |
GTaskBinding
Binds the
TaskOptions of the task queueing service to a Camel
Exchange for outbound communication. |
Modifier and Type | Method and Description |
---|---|
InboundBinding<GTaskEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> |
GTaskEndpoint.getInboundBinding() |
Modifier and Type | Method and Description |
---|---|
void |
GTaskEndpoint.setInboundBinding(InboundBinding<GTaskEndpoint,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> inboundBinding) |
Apache Camel