public static interface CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder extends CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder, CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder |
advanced() |
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
features(List<Object> features)
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
features(String features)
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
loggingFeatureEnabled(boolean loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
loggingFeatureEnabled(String loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
loggingSizeLimit(int loggingSizeLimit)
To limit the total size of number of bytes the logger will output
when logging feature has been enabled.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
loggingSizeLimit(String loggingSizeLimit)
To limit the total size of number of bytes the logger will output
when logging feature has been enabled.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
modelRef(String modelRef)
This option is used to specify the model file which is useful for the
resource class without annotation.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
providers(List<Object> providers)
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
providers(String providers)
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
resourceClasses(List<Class<Object>> resourceClasses)
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
resourceClasses(String resourceClasses)
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
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.CxfRsEndpointBuilder |
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.CxfRsEndpointBuilder |
skipFaultLogging(boolean skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
skipFaultLogging(String skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
bindingStyle, bindingStyle, bridgeErrorHandler, bridgeErrorHandler, publishedEndpointUrldoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, expr, getUricookieHandler, cookieHandler, hostnameVerifier, hostnameVerifier, lazyStartProducer, lazyStartProducer, sslContextParameters, sslContextParameters, throwExceptionOnFailure, throwExceptionOnFailuredefault CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder advanced()
advanced in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderadvanced in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder features(List<Object> features)
features in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderfeatures in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderfeatures - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder features(String features)
features in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderfeatures in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderfeatures - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder loggingFeatureEnabled(boolean loggingFeatureEnabled)
loggingFeatureEnabled in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderloggingFeatureEnabled in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderloggingFeatureEnabled - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder loggingFeatureEnabled(String loggingFeatureEnabled)
loggingFeatureEnabled in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderloggingFeatureEnabled in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderloggingFeatureEnabled - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder loggingSizeLimit(int loggingSizeLimit)
loggingSizeLimit in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderloggingSizeLimit in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderloggingSizeLimit - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder loggingSizeLimit(String loggingSizeLimit)
loggingSizeLimit in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderloggingSizeLimit in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderloggingSizeLimit - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder modelRef(String modelRef)
modelRef in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuildermodelRef in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuildermodelRef - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder providers(List<Object> providers)
providers in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderproviders in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderproviders - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder providers(String providers)
providers in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderproviders in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderproviders - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder resourceClasses(List<Class<Object>> resourceClasses)
resourceClasses in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderresourceClasses in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderresourceClasses - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder resourceClasses(String resourceClasses)
resourceClasses in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderresourceClasses in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderresourceClasses - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder schemaLocations(List<String> schemaLocations)
schemaLocations in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderschemaLocations in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderschemaLocations - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder schemaLocations(String schemaLocations)
schemaLocations in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderschemaLocations in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderschemaLocations - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder skipFaultLogging(boolean skipFaultLogging)
skipFaultLogging in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderskipFaultLogging in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderskipFaultLogging - the value to setdefault CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder skipFaultLogging(String skipFaultLogging)
skipFaultLogging in interface CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilderskipFaultLogging in interface CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderskipFaultLogging - the value to setApache Camel