| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder
Builder for endpoint for the CXF-RS component.
|
| Modifier and Type | Method and Description |
|---|---|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointProducerBuilder.basic() |
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.cookieHandler(Object cookieHandler)
Configure a cookie handler to maintain a HTTP session.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.cookieHandler(String cookieHandler)
Configure a cookie handler to maintain a HTTP session.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.features(List<Object> features)
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.features(String features)
Set the feature list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.hostnameVerifier(Object hostnameVerifier)
The hostname verifier to be used.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.hostnameVerifier(String hostnameVerifier)
The hostname verifier to be used.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.loggingFeatureEnabled(boolean loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.loggingFeatureEnabled(String loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound REST messages to log.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.loggingSizeLimit(int loggingSizeLimit)
To limit the total size of number of bytes the logger will output
when logging feature has been enabled.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.loggingSizeLimit(String loggingSizeLimit)
To limit the total size of number of bytes the logger will output
when logging feature has been enabled.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.modelRef(String modelRef)
This option is used to specify the model file which is useful for the
resource class without annotation.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.providers(List<Object> providers)
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.providers(String providers)
Set custom JAX-RS provider(s) list to the CxfRs endpoint.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.resourceClasses(List<Class<Object>> resourceClasses)
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.resourceClasses(String resourceClasses)
The resource classes which you want to export as REST service.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.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.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.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.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.skipFaultLogging(boolean skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.skipFaultLogging(String skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.sslContextParameters(Object sslContextParameters)
The Camel SSL setting reference.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.sslContextParameters(String sslContextParameters)
The Camel SSL setting reference.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.throwExceptionOnFailure(boolean throwExceptionOnFailure)
This option tells the CxfRsProducer to inspect return codes and will
generate an Exception if the return code is larger than 207.
|
default CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder |
CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.throwExceptionOnFailure(String throwExceptionOnFailure)
This option tells the CxfRsProducer to inspect return codes and will
generate an Exception if the return code is larger than 207.
|
Apache Camel