public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_APPLICATION_NAME_CONF |
"camel.component.milo-server.applicationName" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_APPLICATION_NAME_DOC |
"The application name" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_APPLICATION_URI_CONF |
"camel.component.milo-server.applicationUri" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_APPLICATION_URI_DOC |
"The application URI" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.milo-server.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_BIND_ADDRESSES_CONF |
"camel.component.milo-server.bindAddresses" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_BIND_ADDRESSES_DOC |
"Set the addresses of the local addresses the server should bind to" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.milo-server.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_BUILD_INFO_CONF |
"camel.component.milo-server.buildInfo" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_BUILD_INFO_DOC |
"Server build info" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_CERTIFICATE_CONF |
"camel.component.milo-server.certificate" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_CERTIFICATE_DOC |
"Server certificate" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_CERTIFICATE_MANAGER_CONF |
"camel.component.milo-server.certificateManager" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_CERTIFICATE_MANAGER_DOC |
"Server certificate manager" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_CERTIFICATE_VALIDATOR_CONF |
"camel.component.milo-server.certificateValidator" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_CERTIFICATE_VALIDATOR_DOC |
"Validator for client certificates" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_DEFAULT_CERTIFICATE_VALIDATOR_CONF |
"camel.component.milo-server.defaultCertificateValidator" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_DEFAULT_CERTIFICATE_VALIDATOR_DOC |
"Validator for client certificates using default file based approach" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_ENABLE_ANONYMOUS_AUTHENTICATION_CONF |
"camel.component.milo-server.enableAnonymousAuthentication" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_ENABLE_ANONYMOUS_AUTHENTICATION_DOC |
"Enable anonymous authentication, disabled by default" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_NAMESPACE_URI_CONF |
"camel.component.milo-server.namespaceUri" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_NAMESPACE_URI_DEFAULT |
"urn:org:apache:camel" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_NAMESPACE_URI_DOC |
"The URI of the namespace, defaults to urn:org:apache:camel" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_PATH_CONF |
"camel.component.milo-server.path" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_PATH_DOC |
"The path to be appended to the end of the endpoint url. (doesn\'t need to start with \'/\')" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_PORT_CONF |
"camel.component.milo-server.port" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_PORT_DOC |
"The TCP port the server binds to" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_PRODUCT_URI_CONF |
"camel.component.milo-server.productUri" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_PRODUCT_URI_DOC |
"The product URI" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_SECURITY_POLICIES_BY_ID_CONF |
"camel.component.milo-server.securityPoliciesById" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_SECURITY_POLICIES_BY_ID_DOC |
"Security policies by URI or name. Multiple policies can be separated by comma." |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_SECURITY_POLICIES_CONF |
"camel.component.milo-server.securityPolicies" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_SECURITY_POLICIES_DOC |
"Security policies" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_USER_AUTHENTICATION_CREDENTIALS_CONF |
"camel.component.milo-server.userAuthenticationCredentials" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_USER_AUTHENTICATION_CREDENTIALS_DOC |
"Set user password combinations in the form of user1:pwd1,user2:pwd2 Usernames and passwords will be URL decoded" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_USERNAME_SECURITY_POLICY_URI_CONF |
"camel.component.milo-server.usernameSecurityPolicyUri" |
public static final String |
CAMEL_SOURCE_MILOSERVER_COMPONENT_USERNAME_SECURITY_POLICY_URI_DOC |
"Set the UserTokenPolicy used when One of: [None] [Basic128Rsa15] [Basic256] [Basic256Sha256] [Aes128_Sha256_RsaOaep] [Aes256_Sha256_RsaPss]" |
public static final String |
CAMEL_SOURCE_MILOSERVER_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_MILOSERVER_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_MILOSERVER_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_MILOSERVER_ENDPOINT_EXCEPTION_HANDLER_DOC |
"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_MILOSERVER_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_MILOSERVER_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_MILOSERVER_PATH_ITEM_ID_CONF |
"camel.source.path.itemId" |
public static final String |
CAMEL_SOURCE_MILOSERVER_PATH_ITEM_ID_DOC |
"ID of the item" |