public static interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointConsumerBuilder |
advanced() |
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
bindingStyle(CxfRsEndpointBuilderFactory.BindingStyle bindingStyle)
Sets how requests and responses will be mapped to/from Camel.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
bindingStyle(String bindingStyle)
Sets how requests and responses will be mapped to/from Camel.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
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.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
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.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
features(List<Object> features)
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
features(String features)
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
loggingFeatureEnabled(boolean loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
loggingFeatureEnabled(String loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
loggingSizeLimit(int loggingSizeLimit)
To limit the total size of number of bytes the logger will output
when logging feature has been enabled.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
loggingSizeLimit(String loggingSizeLimit)
To limit the total size of number of bytes the logger will output
when logging feature has been enabled.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
modelRef(String modelRef)
This option is used to specify the model file which is useful for the
resource class without annotation.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
providers(List<Object> providers)
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
providers(String providers)
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
publishedEndpointUrl(String publishedEndpointUrl)
This option can override the endpointUrl that published from the WADL
which can be accessed with resource address url plus _wadl.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
resourceClasses(List<Class<Object>> resourceClasses)
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
resourceClasses(String resourceClasses)
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
schemaLocations(List<String> schemaLocations)
Sets the locations of the schema(s) which can be used to validate the
incoming XML or JAXB-driven JSON.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
schemaLocations(String schemaLocations)
Sets the locations of the schema(s) which can be used to validate the
incoming XML or JAXB-driven JSON.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
skipFaultLogging(boolean skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
skipFaultLogging(String skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointConsumerBuilder advanced()
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder features(List<Object> features)
features - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder features(String features)
features - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder loggingFeatureEnabled(boolean loggingFeatureEnabled)
loggingFeatureEnabled - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder loggingFeatureEnabled(String loggingFeatureEnabled)
loggingFeatureEnabled - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder loggingSizeLimit(int loggingSizeLimit)
loggingSizeLimit - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder loggingSizeLimit(String loggingSizeLimit)
loggingSizeLimit - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder modelRef(String modelRef)
modelRef - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder providers(List<Object> providers)
providers - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder providers(String providers)
providers - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder resourceClasses(List<Class<Object>> resourceClasses)
resourceClasses - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder resourceClasses(String resourceClasses)
resourceClasses - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder schemaLocations(List<String> schemaLocations)
schemaLocations - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder schemaLocations(String schemaLocations)
schemaLocations - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder skipFaultLogging(boolean skipFaultLogging)
skipFaultLogging - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder skipFaultLogging(String skipFaultLogging)
skipFaultLogging - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder bindingStyle(CxfRsEndpointBuilderFactory.BindingStyle bindingStyle)
bindingStyle - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder bindingStyle(String bindingStyle)
bindingStyle - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder publishedEndpointUrl(String publishedEndpointUrl)
publishedEndpointUrl - the value to setApache Camel