Modifier and Type | Class and Description |
---|---|
class |
GAuthAuthorizeBinding
Binds
GoogleOAuthParameters to a Camel Exchange . |
class |
GAuthUpgradeBinding
Binds
GoogleOAuthParameters to a Camel Exchange . |
Modifier and Type | Method and Description |
---|---|
OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> |
GAuthProducer.getAuthorizeBinding() |
OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> |
GAuthEndpoint.getAuthorizeBinding() |
OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> |
GAuthProducer.getUpgradeBinding() |
OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> |
GAuthEndpoint.getUpgradeBinding() |
Modifier and Type | Method and Description |
---|---|
void |
GAuthEndpoint.setAuthorizeBinding(OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> authorizeBinding)
Sets the binding for
gauth:authorize endpoints. |
void |
GAuthEndpoint.setUpgradeBinding(OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> upgradeBinding)
Sets the binding for
gauth:upgrade endpoints. |
Modifier and Type | Method and Description |
---|---|
OutboundBinding<E,S,T> |
OutboundBindingSupport.getOutboundBinding() |
Modifier and Type | Method and Description |
---|---|
void |
OutboundBindingSupport.setOutboundBinding(OutboundBinding<E,S,T> outboundBinding) |
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 |
---|---|
OutboundBinding<GHttpEndpoint,com.google.appengine.api.urlfetch.HTTPRequest,com.google.appengine.api.urlfetch.HTTPResponse> |
GHttpProducer.getOutboundBinding() |
OutboundBinding<GHttpEndpoint,com.google.appengine.api.urlfetch.HTTPRequest,com.google.appengine.api.urlfetch.HTTPResponse> |
GHttpEndpoint.getOutboundBinding() |
Modifier and Type | Method and Description |
---|---|
void |
GHttpEndpoint.setOutboundBinding(OutboundBinding<GHttpEndpoint,com.google.appengine.api.urlfetch.HTTPRequest,com.google.appengine.api.urlfetch.HTTPResponse> outboundBinding) |
Modifier and Type | Class and Description |
---|---|
class |
GLoginBinding
Binds
GLoginData to a Camel Exchange . |
Modifier and Type | Method and Description |
---|---|
OutboundBinding<GLoginEndpoint,GLoginData,GLoginData> |
GLoginEndpoint.getOutboundBinding() |
OutboundBinding<GLoginEndpoint,GLoginData,GLoginData> |
GLoginProducer.getOutboundBinding() |
Modifier and Type | Method and Description |
---|---|
void |
GLoginEndpoint.setOutboundBinding(OutboundBinding<GLoginEndpoint,GLoginData,GLoginData> outboundBinding)
Sets the outbound binding for
glogin endpoints. |
Modifier and Type | Class and Description |
---|---|
class |
GMailBinding
Binds the
MailService.Message of the mail service to a Camel Exchange . |
Modifier and Type | Method and Description |
---|---|
OutboundBinding<GMailEndpoint,com.google.appengine.api.mail.MailService.Message,Void> |
GMailProducer.getOutboundBinding() |
OutboundBinding<GMailEndpoint,com.google.appengine.api.mail.MailService.Message,Void> |
GMailEndpoint.getOutboundBinding() |
Modifier and Type | Method and Description |
---|---|
void |
GMailEndpoint.setOutboundBinding(OutboundBinding<GMailEndpoint,com.google.appengine.api.mail.MailService.Message,Void> outboundBinding) |
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 |
---|---|
OutboundBinding<GTaskEndpoint,com.google.appengine.api.taskqueue.TaskOptions,Void> |
GTaskEndpoint.getOutboundBinding() |
OutboundBinding<GTaskEndpoint,com.google.appengine.api.taskqueue.TaskOptions,Void> |
GTaskProducer.getOutboundBinding() |
Modifier and Type | Method and Description |
---|---|
void |
GTaskEndpoint.setOutboundBinding(OutboundBinding<GTaskEndpoint,com.google.appengine.api.taskqueue.TaskOptions,Void> outboundBinding) |
Apache Camel