default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointConsumerBuilder.basic() |
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.bindingStyle(String bindingStyle) |
Sets how requests and responses will be mapped to/from Camel.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.bindingStyle(org.apache.camel.component.cxf.jaxrs.BindingStyle bindingStyle) |
Sets how requests and responses will be mapped to/from Camel.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.features(String features) |
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.features(List<org.apache.cxf.feature.Feature> features) |
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.loggingFeatureEnabled(boolean loggingFeatureEnabled) |
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.loggingFeatureEnabled(String loggingFeatureEnabled) |
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
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 |
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 |
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 |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.providers(String providers) |
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
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 |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.resourceClasses(String resourceClasses) |
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.resourceClasses(List<Class<Object>> resourceClasses) |
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
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 |
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 |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.skipFaultLogging(boolean skipFaultLogging) |
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointConsumerBuilder.skipFaultLogging(String skipFaultLogging) |
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|