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)
java.util.List<org.apache.cxf.feature.Feature>
type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder features(String features)
java.util.List<org.apache.cxf.feature.Feature>
type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder loggingFeatureEnabled(boolean loggingFeatureEnabled)
boolean type.
Default: false
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder loggingFeatureEnabled(String loggingFeatureEnabled)
boolean type.
Default: false
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder loggingSizeLimit(int loggingSizeLimit)
int type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder loggingSizeLimit(String loggingSizeLimit)
int type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder modelRef(String modelRef)
java.lang.String type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder providers(List<Object> providers)
java.util.List<java.lang.Object>
type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder providers(String providers)
java.util.List<java.lang.Object> type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder resourceClasses(List<Class<Object>> resourceClasses)
java.util.List<java.lang.Class<java.lang.Object>> type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder resourceClasses(String resourceClasses)
java.util.List<java.lang.Class<java.lang.Object>> type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder schemaLocations(List<String> schemaLocations)
java.util.List<java.lang.String>
type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder schemaLocations(String schemaLocations)
java.util.List<java.lang.String> type.
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder skipFaultLogging(boolean skipFaultLogging)
boolean type.
Default: false
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder skipFaultLogging(String skipFaultLogging)
boolean type.
Default: false
Group: commondefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder bindingStyle(CxfRsEndpointBuilderFactory.BindingStyle bindingStyle)
org.apache.camel.component.cxf.jaxrs.BindingStyle type.
Default: Default
Group: consumerdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder bindingStyle(String bindingStyle)
org.apache.camel.component.cxf.jaxrs.BindingStyle type.
Default: Default
Group: consumerdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder publishedEndpointUrl(String publishedEndpointUrl)
java.lang.String type.
Group: consumerApache Camel