Uses of Interface
org.apache.camel.builder.endpoint.dsl.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder
Packages that use CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder
-
Uses of CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the CXF-RS component.Methods in org.apache.camel.builder.endpoint.dsl that return CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilderModifier and TypeMethodDescriptionCxfRsEndpointBuilderFactory.AdvancedCxfRsEndpointProducerBuilder.basic()CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.cookieHandler(String cookieHandler) Configure a cookie handler to maintain a HTTP session.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.cookieHandler(org.apache.camel.http.base.cookie.CookieHandler cookieHandler) Configure a cookie handler to maintain a HTTP session.Set the feature list to the CxfRs endpoint.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.features(List<org.apache.cxf.feature.Feature> features) Set the feature list to the CxfRs endpoint.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.hostnameVerifier(String hostnameVerifier) The hostname verifier to be used.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.hostnameVerifier(HostnameVerifier hostnameVerifier) The hostname verifier to be used.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.loggingFeatureEnabled(boolean loggingFeatureEnabled) This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.loggingFeatureEnabled(String loggingFeatureEnabled) This option enables CXF Logging Feature which writes inbound and outbound REST messages to log.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.loggingSizeLimit(int loggingSizeLimit) To limit the total size of number of bytes the logger will output when logging feature has been enabled and -1 for no limit.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.loggingSizeLimit(String loggingSizeLimit) To limit the total size of number of bytes the logger will output when logging feature has been enabled and -1 for no limit.This option is used to specify the model file which is useful for the resource class without annotation.Set custom JAX-RS provider(s) list to the CxfRs endpoint.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.resourceClasses(String resourceClasses) The resource classes which you want to export as REST service.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.resourceClasses(List<Class<Object>> resourceClasses) The resource classes which you want to export as REST service.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.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.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.skipFaultLogging(boolean skipFaultLogging) This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.skipFaultLogging(String skipFaultLogging) This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.sslContextParameters(String sslContextParameters) The Camel SSL setting reference.CxfRsEndpointBuilderFactory.CxfRsEndpointProducerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) The Camel SSL setting reference.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.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.