Name |
Kind |
Group |
Required |
Default |
Type |
Enum |
Description |
serviceId |
path |
common |
true |
|
java.lang.String |
|
|
endpointName |
parameter |
common |
|
|
java.lang.String |
|
If set and the Consumes does not declare any endpoint name, this will be used as the endpoint name of created Exchanges for this endpoint. A service name must also be set. |
exchangePattern |
parameter |
common |
|
|
org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfOperation.MEPPatternConstants |
|
If set and the Consumes does not declare any MEP, this will be used as the MEP of created Exchanges for this endpoint |
operation |
parameter |
common |
|
|
javax.xml.namespace.QName |
|
If set and the Consumes does not declare any operation, this will be used as the operation of created Exchanges for this endpoint |
serviceName |
parameter |
common |
|
|
javax.xml.namespace.QName |
|
If set and the Consumes does not declare any service name, this will be used as the service of created Exchanges for this endpoint |
timeout |
parameter |
common |
|
-1 |
long |
|
If 0 then no timeout, if <0 then use the default timeout from the component else specify the timeout in milliseconds |
bridgeErrorHandler |
parameter |
consumer |
|
|
boolean |
|
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/ERROR level and ignored. |
exceptionHandler |
parameter |
consumer (advanced) |
|
|
org.apache.camel.spi.ExceptionHandler |
|
To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored. |
synchronous |
parameter |
advanced |
|
false |
boolean |
|
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |