Represents a GLogin Endpoint.
Name | Kind | Type | Required | Deprecated | Default Value | Enum Values | Description |
---|---|---|---|---|---|---|---|
hostName | path | java.lang.String | true | false | Returns the internet hostname of the GAE application where to login. | ||
clientName | parameter | java.lang.String | false | Sets the client name used for authentication. The default name is
apache-camel-2.x . |
|||
userName | parameter | java.lang.String | false | Sets the login username (a Google mail address). | |||
password | parameter | java.lang.String | false | Sets the login password. | |||
devPort | parameter | int | false | Returns the port for connecting to a development server. Only used
if {@link #devMode} is true . Default is 8080. |
|||
devAdmin | parameter | boolean | false | Set to true for logging in as admin to a development server.
Only used if {@link #devMode} is true . Default is
false . |
|||
devMode | parameter | boolean | false | Set to true for connecting to a development server. |
|||
exchangePattern | parameter | org.apache.camel.ExchangePattern | false | InOnly | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | boolean | false | false | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |