default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointBuilder.basic() |
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsBuilders.cxfrs(String path) |
CXF-RS (camel-cxf)
Expose JAX-RS REST services using Apache CXF or connect to external
REST services using CXF REST client.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsBuilders.cxfrs(String componentName,
String path) |
CXF-RS (camel-cxf)
Expose JAX-RS REST services using Apache CXF or connect to external
REST services using CXF REST client.
|
static CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.features(String features) |
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.features(List<Object> features) |
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.loggingFeatureEnabled(boolean loggingFeatureEnabled) |
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.loggingFeatureEnabled(String loggingFeatureEnabled) |
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
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 |
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 |
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 |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.providers(String providers) |
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.providers(List<Object> providers) |
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.resourceClasses(String resourceClasses) |
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.resourceClasses(List<Class<Object>> resourceClasses) |
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
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 |
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 |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.skipFaultLogging(boolean skipFaultLogging) |
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder.skipFaultLogging(String skipFaultLogging) |
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|